summaryrefslogtreecommitdiffstats
path: root/libc/string/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Add basename and dirname. Write memrchr.Eric Andersen2001-12-191-2/+3
| | | | -Erik
* 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
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* 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
| | | | | | | there and already implemented as wrapper funcs. And so just the header files were wrong. Anyway, axe the old index and rindex. -Erik
* 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
| | | | -Erik
* 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
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* 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
| | | | | broken. They now test out as working properly. -Erik
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-13/+29
| | | | -Erik
* Yet more updates. Getting closer....Eric Andersen2000-08-111-16/+17
| | | | -Erik
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-061-2/+2
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
| | | | | It is getting closer... -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-8/+3
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+37