summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* - UCLIBC_HAS_GETPT pulls in getpt.Bernhard Reutner-Fischer2008-06-071-1/+4
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-034-14/+39
* libc/stdlib/stdlib.c: fix whitespace damage. No code changesDenis Vlasenko2008-06-021-92/+86
* fix bug 1577: '`' is not an acceptable digit for strto[u]l().Denis Vlasenko2008-06-021-13/+13
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-1/+0
* - try to pickup UINTMAX_MAXBernhard Reutner-Fischer2008-05-301-0/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-302-2/+2
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-2/+1
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-204-5/+5
* - note that __drand48_iterate should be voidBernhard Reutner-Fischer2008-05-201-0/+3
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-204-13/+4
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1914-23/+23
* realpath: do not set bogus errno when readlink fails.Denis Vlasenko2008-05-081-22/+26
* __uc_malloc: remove stray semicolonsDenis Vlasenko2008-04-281-3/+3
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* - fix compilation:Bernhard Reutner-Fischer2008-01-171-0/+3