summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-254-8/+8
* libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono2010-02-031-1/+1
* convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-261-54/+27
* malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang2009-12-192-6/+7
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-233-3/+3
* realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-141-14/+8
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+5
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-191-2/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-183-9/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1848-153/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-174-0/+8
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-03-251-0/+3
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-2/+2
* libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko2008-12-291-1/+1
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-2/+2
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-17/+11
* setenv.c: tiny code shrinkDenis Vlasenko2008-12-091-36/+38
* setenv.c: further code shrinkDenis Vlasenko2008-12-091-36/+26
* fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],Denis Vlasenko2008-12-091-96/+89
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-1/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-1/+0
* l64a: shrink by 13 bytes, and -1 relocDenis Vlasenko2008-12-011-10/+10
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-013-18/+6
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-5/+6
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-263-13/+15
* - remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer2008-11-253-15/+13
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-252-2/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2037-86/+86
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2018-29/+29
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-184-8/+8
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-185-5/+5
* - for !UNIX98PTY_ONLY we have to fallback to old-style pty's.Bernhard Reutner-Fischer2008-11-091-9/+8
* - less verbose make cleanBernhard Reutner-Fischer2008-11-074-16/+16
* - fix another fallout from r23660Bernhard Reutner-Fischer2008-10-292-3/+3
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-288-74/+68
* - pull in prototype for memalign()Bernhard Reutner-Fischer2008-10-271-0/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-166-23/+59
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-1110-75/+57
* - Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)Bernhard Reutner-Fischer2008-10-081-5/+5
* - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFICBernhard Reutner-Fischer2008-09-301-2/+3
* - fix compilation of legacy modeBernhard Reutner-Fischer2008-09-251-2/+7
* - remove posix_openpt relocationBernhard Reutner-Fischer2008-09-111-0/+1
* Fix some locale multibyte tests failures ad below:Carmelo Amoroso2008-09-092-16/+50
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-272-2/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2318-19/+19
* - fix inline keywordBernhard Reutner-Fischer2008-07-232-13/+13
* - revert incorrect parts of r22257 and 22259Bernhard Reutner-Fischer2008-06-073-7/+6
* - remove __USE_BSD guard from __bsd_getpt().Bernhard Reutner-Fischer2008-06-071-2/+0