summaryrefslogtreecommitdiff
path: root/libc/stdlib
AgeCommit message (Expand)Author
2011-05-10__uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-04-11Fix malloc alignmentBernd Schmidt
2011-03-16memalign: include sys/param.h for MAXBernhard Reutner-Fischer
2011-03-10really fix missing __libc_drand48_dataPeter S. Mazinger
2011-03-10Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger
2011-03-10missing prototype of __libc_drand48_data fixedPeter S. Mazinger
2011-03-09stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger
2011-03-09arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger
2011-03-09stdlib.c: remove duplicate libc_hidden_proto for strtoul/strtoul_lPeter S. Mazinger
2011-03-09_strtod.c: only strtod hidden version is neededPeter S. Mazinger
2011-03-03style updatePeter S. Mazinger
2010-12-01libc: fix strtoqNatanael Copa
2010-11-24libc: silence warningBernhard Reutner-Fischer
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2010-07-27malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger
2010-07-27malloc-simple: Make calloc() return zeroed memorySteven J. Magnani
2010-06-11silence some warnings about missing prototypesBernhard Reutner-Fischer
2010-04-22nptl: fix malloc library lockingTimo Teräs
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-19sparc: disable cancellable system, as it fails in strange ways right nowAustin Foxley
2010-02-03libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono
2010-02-03libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono
2010-02-01Fix accidently dropped hunk during last merge from master.Khem Raj
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-01-26convert to foo-y kbuild styleBernhard Reutner-Fischer
2009-12-19Merge commit 'origin/master' into nptlAustin Foxley
2009-12-19malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-14realpath: SUSv4 compliantBernhard Reutner-Fischer
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-17whitespace fixesAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-17mktemp does not depend on floatsAustin Foxley
2009-10-15malloc: handle size overflows in realloc()Mike Frysinger
2009-09-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-03-25- Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-12-29libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-12-09setenv.c: tiny code shrinkDenis Vlasenko