OSDN Git Service

nptl: rephrase *.sym handling
[uclinux-h8/uClibc.git] / libc / stdlib /
2014-08-28 Waldemar BrodkorbRevert "sparc: disable cancellable system, as it fails...
2013-04-03 Bernhard Reutner... add UCLIBC_SUSV2_LEGACY to hide valloc
2013-04-03 Bernhard Reutner... stdlib: avoid relocation
2013-02-11 Bernhard Reutner... stdlib: Fix fndecl of mkostemp, mkostemp64
2013-02-05 Bernhard Reutner... mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED
2013-02-05 Bernhard Reutner... buildsys: switch libc to kbuild-style
2013-02-05 Ronald Wahllibc: atexit: reuse free slots at the end of exit funct...
2012-11-30 Mike Frysingerlibc/stdlib: localize __unix_grantpt
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-14 Mike Frysingerlibc/stdlib: add mkostemp helpers
2012-06-15 Peter S. Mazingerupdate arc4random from bug #885
2012-06-15 Peter S. Mazingerwait4.c: provide hidden __wait4_nocancel independent...
2012-06-15 Peter S. Mazingerstdlib.c: remove comment about _Exit, it is provided...
2012-06-15 Peter S. Mazingeradd lcong48[_r]
2012-06-15 Peter S. Mazingergetpt.c: no need for hidden posix_openpt
2012-06-15 Peter S. Mazingermalloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesize
2012-06-15 Peter S. Mazingermalloc.h: hide internal functions (mainly debug related)
2012-06-15 Peter S. Mazingermalloc-simple: make _aligned_blocks static and __libc_f...
2012-06-15 Peter S. Mazingermalloc: use uClibc_mutex.h provided macros consequently
2012-06-15 Peter S. Mazingermemalign.c: does not use MAX, do not include param.h
2012-06-15 Peter S. Mazingerdo not define _ISOC99_SOURCE in specific files
2012-06-15 Peter S. Mazingerremove duplicate prototypes for _stdio_term().
2012-06-15 Peter S. Mazingerresolv.c,time.c,_atexit.c: hide 3 locks
2012-06-15 Peter S. Mazingerarc4random.c: replace a comment
2012-06-15 Peter S. Mazingerstdlib.h, arc4random.c: fix arc4random return type...
2012-06-15 Peter S. Mazingerarc4random.c: use smallint for rs_initialized
2012-06-15 Peter S. Mazingerarc4random.c: move arc4_getbyte up
2012-06-15 Peter S. Mazingerstdlib.c: get rid of the compiler workarounds by using...
2012-06-15 Peter S. Mazingermake __uClibc_fini() hidden
2012-06-15 Peter S. Mazingerdo not include xlocale.h, it is included by locale...
2012-06-15 Peter S. Mazingerremove unneeded hiddens for rtime, basename, strtof...
2012-05-05 Mark Salterdrop support for old systems lacking vfork
2012-05-03 Bernhard Reutner... rpmatch: provide out-of-line implementation
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
next