summaryrefslogtreecommitdiffstats
path: root/libc/string/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add strndup, written by Stefan Soucek <ssoucek@coactive.com>Eric Andersen2001-10-111-1/+1
* I just wrote a stpncpy() since someone wanted itEric Andersen2001-08-111-1/+1
* Added stpcpy and strcasestr along with some code to test them.David McCullough2001-07-041-3/+10
* Remove nonstandard functions.Manuel Novoa III2001-06-271-1/+1
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-021-0/+4
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Put weak symbols where they can find what they are aliasing. Clean up strcspn.cManuel Novoa III2001-03-191-2/+1
* Hah. It turned out that index and rindex were _already_Eric Andersen2001-03-151-10/+3
* Add strxfrm and strcollEric Andersen2001-03-151-1/+2
* Add index and rindexEric Andersen2001-03-151-1/+1
* Add strnlenEric Andersen2001-03-081-1/+1
* strtok_r.c was not being compiled in, so fix that.Eric Andersen2001-03-031-3/+3
* Added "psignal" functionDavid McCullough2001-02-261-2/+9
* Add missing ffs, used by rpc crap.Eric Andersen2001-02-091-1/+1
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-1/+1
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-1/+5
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-3/+3
* Stupid makefile bug,Eric Andersen2000-10-161-3/+3
* Makefile updateEric Andersen2000-10-121-3/+3
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-3/+10
* Bug ugly formatting updateEric Andersen2000-10-091-3/+8
* Update and simplification.Eric Andersen2000-10-071-5/+2
* Remove obsolete files. Update dependancies.Eric Andersen2000-10-071-2/+1
* Major update to string handling. strcmp and friends were horriblyEric Andersen2000-10-051-4/+6
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-13/+29
* Yet more updates. Getting closer....Eric Andersen2000-08-111-16/+17
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-061-2/+2
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-8/+3
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
* Initial revision0_9_1Erik Andersen2000-05-141-0/+37