Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-31 | fix fallout from string.h libc_hidden_proto removal | Denis Vlasenko | |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | |
in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | |||
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | |
defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | |||
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-03 | Provide __tolower and use it | Peter S. Mazinger | |
2006-01-03 | Revert a change until I find the textrel cause | Peter S. Mazinger | |
2006-01-03 | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | |
wcscoll/strcoll needs some love ... | |||
2002-06-12 | Cleanup the mess, remove now obsolete files | Eric Andersen | |
-Erik | |||
2002-02-13 | Fix copyright message | Eric Andersen | |
2002-02-12 | Mark Robson noticed that our strcasecmp() behaviour was not | Eric Andersen | |
standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik | |||
2000-10-07 | Update and simplification. | Eric Andersen | |
2000-07-06 | Rework all the string handling. Make const stuff be constified. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |