aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-04include/stdlib.h: only expose reallocarray() prototype when implementation is...Thomas Petazzoni1-0/+4
2024-07-09stdlib: increase number of static atexit handlers to 32Yann Le Du1-1/+1
2024-03-12add reallocarray from muslWaldemar Brodkorb1-0/+2
2022-05-23libc/misc/getloadavg: Add getloadavg support to uClibc-nglancethepants1-1/+1
2018-01-31remove arc4random (rc4 based)Waldemar Brodkorb1-7/+0
2017-07-28stdlib.h: Fix valloc declaration.Eugene Yudin1-1/+3
2017-01-14add secure_getenv() functionWaldemar Brodkorb1-3/+1
2016-11-27add aligned_alloc required for latest gcc libstdc++Waldemar Brodkorb1-0/+6
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour1-0/+49
2015-03-25include: Expand malloc-family commentsBernhard Reutner-Fischer1-2/+4
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer1-1/+1
2012-11-18drop support for pre ISO-C compilersMike Frysinger1-38/+38
2012-11-18Replace FSF snail mail address with URLsMike Frysinger1-3/+2
2012-11-14libc/stdlib: add mkostemp helpersMike Frysinger1-0/+23
2012-06-15getpt.c: no need for hidden posix_openptPeter S. Mazinger1-1/+0
2012-06-15stdlib.h, arc4random.c: fix arc4random return type to u_int32_tPeter S. Mazinger1-2/+2
2012-05-03rpmatch: provide out-of-line implementationBernhard Reutner-Fischer1-6/+1
2012-05-03rpmatch: make decl parsableBernhard Reutner-Fischer1-2/+2
2012-05-02rpmatch: fix previous commit w/C++ compilersMike Frysinger1-1/+1
2012-04-30rpmatch: simple inline versionMike Frysinger1-2/+7
2012-01-18stdlib: use shorhand wur for realloc prototypeBernhard Reutner-Fischer1-1/+1
2011-11-07stdlib: add qsort_rBernhard Reutner-Fischer1-1/+9
2011-03-09stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger1-1/+0
2011-03-09arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger1-1/+0
2011-03-09stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger1-1/+3
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger1-0/+7
2011-03-03update some headersPeter S. Mazinger1-16/+26
2010-12-01libc: fix strtoqNatanael Copa1-1/+1
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso1-7/+6
2009-11-19sync some headers and disable unused prototypesPeter S. Mazinger1-11/+15
2009-11-14realpath: SUSv4 compliantBernhard Reutner-Fischer1-3/+1
2009-07-20sync a few headers with glibc (no functional changes)Mike Frysinger1-17/+15
2009-07-20note that we do not want hidden malloc aliasesMike Frysinger1-0/+2
2009-03-25- Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer1-1/+3
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer1-0/+2
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko1-3/+4
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko1-0/+25
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko1-0/+1
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko1-0/+2
2008-09-11- remove posix_openpt relocationBernhard Reutner-Fischer1-0/+1
2008-06-07- UCLIBC_HAS_GETPT pulls in getpt.Bernhard Reutner-Fischer1-1/+4
2008-06-05- make libcrypt optional. Untested.Bernhard Reutner-Fischer1-0/+2
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer1-2/+3
2007-02-08revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger1-1/+1
2007-02-08we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger1-1/+1
2007-01-29missed an underscore in previous commitMike Frysinger1-1/+1
2007-01-28Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULLMike Frysinger1-1/+2
2006-11-29- gcvt() is marked LEGACY in XSI and mandatory in BSD.Bernhard Reutner-Fischer1-2/+4
2006-02-08janlana writes in Bug 700: use standard uint* types rather than u_intMike Frysinger1-1/+1
2006-01-26Enable gcvt in header, we build itPeter S. Mazinger1-2/+4