summaryrefslogtreecommitdiffstats
path: root/libc/string/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-87/+8
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-16/+12
* merge x86_64 optimized string supportMike Frysinger2005-09-211-15/+4
* import sparc-optimized string functions from glibcMike Frysinger2005-08-261-1/+1
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-281-2/+2
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-021-2/+10
* Alexandre Oliva writes:Eric Andersen2004-05-141-1/+1
* Joakim Tjernlund writes:Eric Andersen2004-01-271-1/+1
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-171-1/+1
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-201-1/+1
* Fixup dependancies to ensure arch specific string functionsEric Andersen2003-11-201-3/+3
* The curse of cut-n-pasteEric Andersen2003-11-061-6/+1
* Add some initial x86 string optimizations. These make no attempt to use niftyEric Andersen2003-11-061-2/+19
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-7/+25
* Add memmem().Manuel Novoa III2003-06-161-1/+1
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-2/+3
* Added some temporary "stubs" for collation.Manuel Novoa III2002-11-081-6/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-011-2/+1
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-1/+2
* Reimplement sys_errlist[] so that it works on sparc, alpha, and mips.Manuel Novoa III2002-08-271-1/+1
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-261-1/+1
* Fix a preprocessor buglet. Redo sys_siglist/strsignal/psignal.Manuel Novoa III2002-07-081-18/+1
* Obligatory forgotten file.Manuel Novoa III2002-07-071-3/+4
* Add two missing glibc wide string funcs as well as OpenBSD string funcsManuel Novoa III2002-07-051-3/+3
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-0/+2
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-8/+0
* Write a new strxfrm that doesn't make function calls. Uses the same logic asEric Andersen2002-06-121-9/+2
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-13/+42
* Implement mempcpyEric Andersen2002-01-091-1/+1
* 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
* 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