OSDN Git Service

Do not expose the weak_alias() junk to the world. Wrap it
[uclinux-h8/uClibc.git] / include / string.h
2002-01-10 Eric AndersenEliminate C++ style comments
2002-01-09 Eric AndersenImplement mempcpy
2002-01-06 Eric AndersenFix stpcpy function declaration
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-10-11 Eric AndersenAdd strndup, written by Stefan Soucek <ssoucek@coactive...
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-08-11 Eric AndersenI just wrote a stpncpy() since someone wanted it
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-07-04 David McCulloughAdded stpcpy and strcasestr along with some code to...
2001-03-15 Eric AndersenFix the header file for index, rindex and similar
2001-03-08 Eric AndersenAdd in wordexp support (mostly stubbed out for now...
2001-03-01 Manuel Novoa III Added __strtok_r function. Change strtok to a wrapper...
2001-02-09 Eric AndersenAdd ffs func declaration
2000-10-23 Eric AndersenInclude real prototype for bcmp
2000-10-18 Eric AndersenMore updates. Implement strsignal. Add pwd_grp tests
2000-10-03 Eric AndersenMore missing prototypes.
2000-07-06 Eric AndersenRework all the string handling. Make const stuff be...
2000-05-14 Erik AndersenInitial revision