OSDN Git Service

ldso: Add remaining relocation types to the table
[uclinux-h8/uClibc.git] / include / string.h
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerupdate partially string.h and strings.h
2012-06-15 Peter S. Mazingerremove unneeded hiddens for rtime, basename, strtof...
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerremove unused hidden functions
2011-03-09 Peter S. Mazingermemmem.c, string.h: remove unused hidden memmem
2011-03-09 Peter S. Mazingerctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove...
2011-03-06 Peter S. Mazingersimplify ffs* code
2011-03-05 Bernd SchmidtImplement ffsl and ffsll.
2009-07-21 Denys Vlasenkos/UCLIBC_INTERNAL/_LIBC/g
2009-07-20 Mike Frysingerstring: only include inline-asm if UCLIBC_HAS_STRING_AR...
2009-07-20 Mike Frysingerrelocate i386 string.h to i386-specific dir
2009-02-08 Denis VlasenkoAdd strverscmp() and versionsort[64]().
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-06-08 Bernd SchmidtIn string.h, move libc_hidden_proto next to the corresp...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-11-29 Bernhard Reutner... - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to...
2006-03-23 Peter S. MazingerAdd new option for SuSv3 legacy functions and use it...
2005-12-05 Peter S. MazingerSync w/ glibc and disable everything uClibc does not...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-11-04 Peter S. MazingerSync up w/ glibc
2005-07-30 Manuel Novoa III sjhill appears confused. vapier's earlier commit of...
2005-07-30 "Steven J. Hill"The newly added __glibc_strerror_r function is probably...
2005-07-28 Manuel Novoa III Fix string.h. Change our _susv3_strerror_r to __xpg_st...
2005-07-02 Mike Frysingersync with glibc versions
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-16 Manuel Novoa III Add memmem().
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-07-07 Manuel Novoa III Attempt to clean up the strerror_r situation.
2002-07-05 Manuel Novoa III Update header for strlcat and strlcpy.
2002-06-17 Eric AndersenImplement strerror_r. This is per SuSv3, not glibc...
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