* Add strsep (since strtok is considered obsolete)
[coreboot.git] / payloads / libpayload / libc / string.c
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