OSDN Git Service

arm: use PATH_MEM in ioperm()
[uclinux-h8/uClibc.git] / libc / stdlib /
2012-01-24 Richard Braunlibc: fix signal handling in system()
2012-01-15 Bernhard Reutner... libc: build abort with unwind-info for backtrace
2012-01-13 Carmelo Amorosolibc: allow to backtrace out of abort call
2011-11-07 Bernhard Reutner... stdlib: add qsort_r
2011-09-15 Denys VlasenkoDefeat compiler optimization which assumes function...
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-10 Bernhard Reutner... __uc_malloc: Fix memory-leak in error path
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-11 Bernd SchmidtFix malloc alignment
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-16 Bernhard Reutner... memalign: include sys/param.h for MAX
2011-03-10 Peter S. Mazingerreally fix missing __libc_drand48_data
2011-03-10 Peter S. MazingerRevert "missing prototype of __libc_drand48_data fixed"
2011-03-10 Peter S. Mazingermissing prototype of __libc_drand48_data fixed
2011-03-09 Peter S. Mazingerstdlib.c, _strtod.c, stdlib.h: remove unused hidden...
2011-03-09 Peter S. Mazingerarc4random.c, stdlib.h: get rid of hidden arc4random_stir
2011-03-09 Peter S. Mazingermove prototype for __drand48_iterate and __libc_drand48...
2011-03-09 Peter S. Mazingerstdlib.c: remove duplicate libc_hidden_proto for strtou...
2011-03-09 Peter S. Mazinger_strtod.c: only strtod hidden version is needed
2011-03-03 Peter S. Mazingerstyle update
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-01 Natanael Copalibc: fix strtoq
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-24 Bernhard Reutner... libc: silence warning
2010-10-22 Denys Vlasenko*: inline constant __sig{add,del}set and __sigismember
2010-09-16 Carmelo Amorosolibc: Add canonicalize_file_name function
2010-07-27 Mike Frysingermalloc: simplify MAP_UNINITIALIZE ifdef logic
2010-07-27 Steven J. Magnanimalloc-simple: Make calloc() return zeroed memory
2010-06-11 Bernhard Reutner... silence some warnings about missing prototypes
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsnptl: fix malloc library locking
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-19 Austin Foxleysparc: disable cancellable system, as it fails in stran...
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-03 Filippo Arcidiaconolibc: Fix l64a to return the correct buffer pointer
2010-02-03 Filippo Arcidiaconolibc: Fix l64a to return the correct buffer pointer
2010-02-01 Khem RajFix accidently dropped hunk during last merge from
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-26 Bernhard Reutner... convert to foo-y kbuild style
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-19 Freeman Wangmalloc: fix race condition and other bugs in the no...
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-14 Bernhard Reutner... realpath: SUSv4 compliant
2009-11-09 Mikhail GusarovExtend __gen_tempname with mode argument
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin Foxleycancellation support for a large amount of the required...
2009-10-17 Austin Foxleysome tweaks under libc/ needed for nptl
2009-10-17 Austin Foxleymktemp does not depend on floats
2009-10-15 Mike Frysingermalloc: handle size overflows in realloc()
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-03-25 Bernhard Reutner... - Add strtouq alias (to strtoul) for 64bit
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2008-12-29 Denis Vlasenkolibc/stdlib/_strtod.c: add parens around a | b
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkol64a: shrink by 13 bytes, and -1 reloc
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-25 Bernhard Reutner... - remove some bloat that was added in r23660 and subseq...
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-09 Bernhard Reutner... - for !UNIX98PTY_ONLY we have to fallback to old-style...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-29 Bernhard Reutner... - fix another fallout from r23660
2008-10-28 Rob LandleyFinally fix the MALLOC=y and MALLOC_SIMPLE=y breakage...
2008-10-27 Bernhard Reutner... - pull in prototype for memalign()
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-16 Bernhard Reutner... This should fix malloc with debug and without threads...
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-08 Bernhard Reutner... - Fix strtol*() with xlocale (on e.g. x86_64) (closes...
2008-09-30 Bernhard Reutner... - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS...
2008-09-25 Bernhard Reutner... - fix compilation of legacy mode
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-07 Bernhard Reutner... - revert incorrect parts of r22257 and 22259
next