libpayload: Fix documentation
[coreboot.git] / payloads / libpayload / libc / string.c
2011-03-22 Patrick Georgilibpayload: Fix documentation
2011-03-17 Patrick Georgilibpayload: fix string-to-numeric functions for base...
2010-09-08 Liu TaoChanges to str*cmp functions. Fixes a couple more corne...
2010-08-16 Patrick GeorgiFix strcmp and strncmp. They failed in several importan...
2010-06-24 Patrick GeorgiAttached patch moves functions out of the huge libpaylo...
2010-03-25 Stefan Reinauerlibpayload update
2009-08-05 Stefan Reinauerfix buggy comment in libpayload's strncat function
2009-03-06 Stefan Reinauerfix strstr. Seems the function never worked before...
2009-01-26 Stefan Reinauerfix a potential null pointer reference in strdup (as...
2008-10-20 Jordan Crouse[PATCH] libpayload: Add a strtoul() function
2008-09-26 Stefan Reinauer* Add strsep (since strtok is considered obsolete)
2008-08-26 Stefan Reinauerfix string function prototypes in libpayload according...
2008-04-25 Jordan Crouselibpayload: Add the null terminator to the end of...
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-21 Uwe HermannQuickfix for libpayload's strcpy() to properly NUL...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-20 Uwe HermannMake the list of functions in libpayload.h more complet...
2008-03-20 Jordan Crouselibpayload: Add -Os to the CFLAGS
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD