OSDN Git Service

Peter Kjellerstedt writes:
[uclinux-h8/uClibc.git] / libc / string / Makefile
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-16 Manuel Novoa III Add memmem().
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-11-08 Manuel Novoa III Added some temporary "stubs" for collation.
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-01 Eric AndersenPatch from Stefan Allius <allius@atecom.com>:
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-08-27 Manuel Novoa III Reimplement sys_errlist[] so that it works on sparc...
2002-08-26 Manuel Novoa III sparc, alpha, and mips have different errno values...
2002-07-08 Manuel Novoa III Fix a preprocessor buglet. Redo sys_siglist/strsignal...
2002-07-07 Manuel Novoa III Obligatory forgotten file.
2002-07-05 Manuel Novoa III Add two missing glibc wide string funcs as well as...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-12 Eric AndersenCleanup the mess, remove now obsolete files
2002-06-12 Eric AndersenWrite a new strxfrm that doesn't make function calls...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-01-09 Eric AndersenImplement mempcpy
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-12-19 Eric AndersenAdd basename and dirname. Write memrchr.
2001-10-11 Eric AndersenAdd strndup, written by Stefan Soucek <ssoucek@coactive...
2001-08-11 Eric AndersenI just wrote a stpncpy() since someone wanted it
2001-07-04 David McCulloughAdded stpcpy and strcasestr along with some code to...
2001-06-27 Manuel Novoa III Remove nonstandard functions.
2001-06-02 Manuel Novoa III Add locale-enabled strcoll function from vodz, plus...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-03-19 Manuel Novoa III Put weak symbols where they can find what they are...
2001-03-15 Eric AndersenHah. It turned out that index and rindex were _already_
2001-03-15 Eric AndersenAdd strxfrm and strcoll
2001-03-15 Eric AndersenAdd index and rindex
2001-03-08 Eric AndersenAdd strnlen
2001-03-03 Eric Andersenstrtok_r.c was not being compiled in, so fix that.
2001-02-26 David McCulloughAdded "psignal" function
2001-02-09 Eric AndersenAdd missing ffs, used by rpc crap.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-23 Eric AndersenMore reorg. A place for everything and everything...
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-18 Eric AndersenMore updates. Implement strsignal. Add pwd_grp tests
2000-10-16 Eric AndersenStupid makefile bug,
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenUpdate and simplification.
2000-10-07 Eric AndersenRemove obsolete files. Update dependancies.
2000-10-05 Eric AndersenMajor update to string handling. strcmp and friends...
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-07-06 Eric AndersenRework all the string handling. Make const stuff be...
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-14 Erik AndersenSome makefile updates to make it behave a bit better...
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision