OSDN Git Service

ldso: Fix compile-error on noMMU
[uclinux-h8/uClibc.git] / libc / string / generic /
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-03 Bernhard Reutner... string: remove unused variable
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingermemmem.c, string.h: remove unused hidden memmem
2011-03-03 Peter S. Mazingerstrcpy: remove unneeded includes from the generic version
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-02-13 Bernhard Reutner... - fix link failures coming from recently added, misplac...
2009-02-08 Denis Vlasenkoforgot to add libc/string/generic/strverscmp.c
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-10-01 Carmelo AmorosoFix compilation problem whit the following config options:
2008-09-24 Bernhard Reutner... - silence warning about possibly undefined preprocessor...
2008-09-09 Carmelo AmorosoAdd optimized memcpy implementation for sh4 (from Stuar...
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-12-22 Mike Frysingermark a bunch of public mem/str functions as weak so...
2006-05-30 Mike FrysingerQunying Pan writes: Make strncmp weak hidden to fix...
2006-05-15 Mike Frysingerfix signed warnings
2006-03-23 Peter S. MazingerAdd new option for SuSv3 legacy functions and use it...
2006-03-23 Peter S. MazingerMark some functions as BSD only
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-02-03 Mike Frysingerunify duplicated code cause i get tired of updating...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-03 Peter S. MazingerUse strong_alias everywhere instead of .global/.set...
2005-12-08 Peter S. MazingerUse hidden_strong_alias for alias(__x,__y), do not...
2005-12-06 Peter S. MazingerCorrect syntax now...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-02 "Steven J. Hill"No, '__mempcpy' is used by user-space applications...
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. MazingerUnhide __mempcpy, provide __libc_mempcpy for internal use
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-15 Peter S. MazingerCorrect Warning: function declaration isn't a prototype
2005-11-14 Peter S. MazingerMove to use attribute_hidden
2005-11-03 Peter S. MazingerEnable IMA on libc/string/generic
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-28 Peter S. MazingerRenamed arch specific Makefile.in to Makefile.arch...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2005-01-25 Mike Frysingermerge parallel build support
2004-09-02 Manuel Novoa III Add a couple of mips-specific string funcs.