OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / misc / search /
2013-07-04 Bartosz Golaszewskiinsque: fix segfault on (prev == NULL)
2013-02-05 Bernhard Reutner... buildsys: switch libc to kbuild-style
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. Mazinger_hsearch_r.c: use stdlib.h instead of malloc.h for...
2010-06-11 Bernhard Reutner... hcreate_r: silence warning in helper func
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-09-24 Bernhard Reutner... - Fix arguments to compare function. Closes #1081
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
2006-02-13 Peter S. MazingerRename some files, that will conflict w/ IMA
2006-01-23 Peter S. MazingerReorganize a bit and mark tdestroy as GNU extension
2006-01-23 Peter S. MazingerRemove redundancy and move hidden prototypes around
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. Mazingers/weak_alias/strong_alias/, only what I knew as needed...
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...
2005-12-08 Peter S. MazingerImplement __tfind/__lfind and use them
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-01 Peter S. MazingerOnly because of multi sources I had to touch up these...
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
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-01-25 Mike Frysingermerge parallel build support
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-06 Eric AndersenFix the bugs I stupidly added
2002-12-02 Manuel Novoa III Cut and paste error.
2002-12-02 Manuel Novoa III Add hsearch and hsearch_r. Consolidate all functions...