aboutsummaryrefslogtreecommitdiff
path: root/include/string.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-12add explicit_bzero from muslWaldemar Brodkorb1-0/+1
2021-02-19string.h: Make strdup() available if _USE_XOPEN2K8Paul Cercueil1-1/+2
2016-01-10Implement legacy bcopy/bzero/bcmp/index/rindex as inline functionsWaldemar Brodkorb1-8/+30
2015-12-22Use gcc's __builtin_mempcpy() as __mempcpy(), if possibleWaldemar Brodkorb1-1/+3
2012-11-18drop support for pre ISO-C compilersMike Frysinger1-53/+53
2012-11-18Replace FSF snail mail address with URLsMike Frysinger1-3/+2
2012-06-15update partially string.h and strings.hPeter S. Mazinger1-11/+19
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger1-1/+0
2011-03-09remove unused hidden functionsPeter S. Mazinger1-1/+0
2011-03-09memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger1-1/+0
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger1-1/+0
2011-03-06simplify ffs* codePeter S. Mazinger1-7/+1
2011-03-05Implement ffsl and ffsll.Bernd Schmidt1-2/+8
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko1-1/+1
2009-07-20string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger1-1/+1
2009-07-20relocate i386 string.h to i386-specific dirMike Frysinger1-1/+1
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko1-2/+0
2008-12-17since gcc -Os hates us and does not inline string ops,Denis Vlasenko1-11/+18
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko1-0/+2
2008-06-08In string.h, move libc_hidden_proto next to the corresponding declaration.Bernd Schmidt1-116/+48
2008-06-04This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt1-7/+2
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko1-0/+121
2006-11-29- introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACYBernhard Reutner-Fischer1-1/+3
2006-03-23Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger1-0/+12
2005-12-05Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger1-29/+19
2005-12-03More hiding, including __mempcpyPeter S. Mazinger1-0/+4
2005-11-04Sync up w/ glibcPeter S. Mazinger1-4/+4
2005-07-30sjhill appears confused. vapier's earlier commit of string.h was broken.Manuel Novoa III1-25/+36
2005-07-30The newly added __glibc_strerror_r function is probably fine, but the"Steven J. Hill"1-36/+25
2005-07-28Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III1-26/+37
2005-07-02sync with glibc versionsMike Frysinger1-69/+98
2004-07-30Cleanup some dead wood in the header filesEric Andersen1-44/+0
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III1-0/+11
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III1-27/+48
2003-06-16Add memmem().Manuel Novoa III1-2/+0
2002-09-19Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III1-4/+2
2002-07-07Attempt to clean up the strerror_r situation.Manuel Novoa III1-4/+23
2002-07-05Update header for strlcat and strlcpy.Manuel Novoa III1-0/+8
2002-06-17Implement strerror_r. This is per SuSv3, not glibc which doesEric Andersen1-1/+1
2002-01-10Eliminate C++ style commentsEric Andersen1-5/+5
2002-01-09Implement mempcpyEric Andersen1-1/+2
2002-01-06Fix stpcpy function declarationEric Andersen1-2/+0
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen1-2/+2
2001-10-11Add strndup, written by Stefan Soucek <ssoucek@coactive.com>Eric Andersen1-2/+1
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen1-109/+334
2001-08-11I just wrote a stpncpy() since someone wanted itEric Andersen1-0/+2
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough1-1/+4
2001-07-04Added stpcpy and strcasestr along with some code to test them.David McCullough1-0/+3
2001-03-15Fix the header file for index, rindex and similarEric Andersen1-4/+5
2001-03-08Add in wordexp support (mostly stubbed out for now) since the busyboxEric Andersen1-0/+25