summaryrefslogtreecommitdiffstats
path: root/libc/string/generic
Commit message (Expand)AuthorAgeFilesLines
* string: remove unused variableBernhard Reutner-Fischer2011-05-031-3/+1
* memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger2011-03-091-1/+0
* strcpy: remove unneeded includes from the generic versionPeter S. Mazinger2011-03-031-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1823-40/+0
* - fix link failures coming from recently added, misplaced strverscmp.Bernhard Reutner-Fischer2009-02-131-117/+0
* forgot to add libc/string/generic/strverscmp.cDenis Vlasenko2009-02-081-0/+117
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-172-5/+2
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-132-130/+0
* string/generic/memcmp.c: remove some really paranoid guardsDenis Vlasenko2008-12-131-15/+2
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-18/+9
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-187-7/+7
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-7/+7
* Fix compilation problem whit the following config options:Carmelo Amoroso2008-10-012-3/+1
* - silence warning about possibly undefined preprocessor tokenBernhard Reutner-Fischer2008-09-241-2/+2
* Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelect...Carmelo Amoroso2008-09-094-190/+201
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-10/+3
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1925-37/+37
* mark a bunch of public mem/str functions as weak so that people who insist on...Mike Frysinger2007-12-2210-12/+12
* Qunying Pan writes: Make strncmp weak hidden to fix link failures in building...Mike Frysinger2006-05-301-1/+1
* fix signed warningsMike Frysinger2006-05-152-4/+4
* Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger2006-03-233-0/+6
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-1/+4
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-227-1/+19
* unify duplicated code cause i get tired of updating this stuffMike Frysinger2006-02-032-32/+3
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-227-7/+0
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-1425-26/+34
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1425-95/+122
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0325-89/+34
* Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger2005-12-081-2/+2
* Correct syntax now...Peter S. Mazinger2005-12-061-4/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+1
* No, '__mempcpy' is used by user-space applications, like coreutils for exampl..."Steven J. Hill"2005-12-021-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-016-12/+9
* Hiding againPeter S. Mazinger2005-11-291-1/+1
* Hide some of mem* and str*Peter S. Mazinger2005-11-273-0/+8
* Unhide __mempcpy, provide __libc_mempcpy for internal usePeter S. Mazinger2005-11-261-2/+3
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Correct Warning: function declaration isn't a prototypePeter S. Mazinger2005-11-158-26/+8
* Move to use attribute_hiddenPeter S. Mazinger2005-11-1425-69/+83
* Enable IMA on libc/string/genericPeter S. Mazinger2005-11-031-7/+3
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-33/+8
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-1/+0
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+34
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-12/+6
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-4/+4
* merge parallel build supportMike Frysinger2005-01-251-6/+4
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-0229-0/+3377