aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc/string.c
AgeCommit message (Expand)Author
2010-03-25libpayload updateStefan Reinauer
2009-08-05fix buggy comment in libpayload's strncat functionStefan Reinauer
2009-03-06fix strstr. Seems the function never worked before, except the searchedStefan Reinauer
2009-01-26fix a potential null pointer reference in strdup (as found by Patrick Georgi)Stefan Reinauer
2008-10-20[PATCH] libpayload: Add a strtoul() functionJordan Crouse
2008-09-26* Add strsep (since strtok is considered obsolete)Stefan Reinauer
2008-08-26fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer
2008-04-25libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse
2008-03-21Cosmetics, fix typos (trivial).Uwe Hermann
2008-03-21Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-20Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann
2008-03-20libpayload: Add -Os to the CFLAGSJordan Crouse
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse