Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | 2006-03-23 | 1 | -0/+1 |
| | | | | defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | ||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+3 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -20/+17 |
| | | | | missing headers, other jump relocs removed | ||||
* | Provide __tolower and use it | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | Revert a change until I find the textrel cause | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | 2006-01-03 | 1 | -0/+75 |
| | | | | wcscoll/strcoll needs some love ... | ||||
* | Cleanup the mess, remove now obsolete files | Eric Andersen | 2002-06-12 | 1 | -35/+0 |
| | | | | -Erik | ||||
* | Fix copyright message | Eric Andersen | 2002-02-13 | 1 | -3/+17 |
| | |||||
* | Mark Robson noticed that our strcasecmp() behaviour was not | Eric Andersen | 2002-02-12 | 1 | -11/+11 |
| | | | | | | standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik | ||||
* | Update and simplification. | Eric Andersen | 2000-10-07 | 1 | -16/+11 |
| | |||||
* | Rework all the string handling. Make const stuff be constified. | Eric Andersen | 2000-07-06 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+26 |