summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
2018-01-31remove arc4random (rc4 based)Waldemar Brodkorb
2017-07-28stdlib.h: Fix valloc declaration.Eugene Yudin
2017-01-14add secure_getenv() functionWaldemar Brodkorb
2016-11-27add aligned_alloc required for latest gcc libstdc++Waldemar Brodkorb
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-03-25include: Expand malloc-family commentsBernhard Reutner-Fischer
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-14libc/stdlib: add mkostemp helpersMike Frysinger
2012-06-15getpt.c: no need for hidden posix_openptPeter S. Mazinger
2012-06-15stdlib.h, arc4random.c: fix arc4random return type to u_int32_tPeter S. Mazinger
2012-05-03rpmatch: provide out-of-line implementationBernhard Reutner-Fischer
2012-05-03rpmatch: make decl parsableBernhard Reutner-Fischer
2012-05-02rpmatch: fix previous commit w/C++ compilersMike Frysinger
2012-04-30rpmatch: simple inline versionMike Frysinger
2012-01-18stdlib: use shorhand wur for realloc prototypeBernhard Reutner-Fischer
2011-11-07stdlib: add qsort_rBernhard Reutner-Fischer
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-09stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger
2011-03-03update some headersPeter S. Mazinger
2010-12-01libc: fix strtoqNatanael Copa
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2009-11-19sync some headers and disable unused prototypesPeter S. Mazinger
2009-11-14realpath: SUSv4 compliantBernhard Reutner-Fischer
2009-07-20sync a few headers with glibc (no functional changes)Mike Frysinger
2009-07-20note that we do not want hidden malloc aliasesMike Frysinger
2009-03-25- Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-09-11- remove posix_openpt relocationBernhard Reutner-Fischer
2008-06-07- UCLIBC_HAS_GETPT pulls in getpt.Bernhard Reutner-Fischer
2008-06-05- make libcrypt optional. Untested.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2007-02-08revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger
2007-02-08we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger
2007-01-29missed an underscore in previous commitMike Frysinger
2007-01-28Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULLMike Frysinger
2006-11-29- gcvt() is marked LEGACY in XSI and mandatory in BSD.Bernhard Reutner-Fischer
2006-02-08janlana writes in Bug 700: use standard uint* types rather than u_intMike Frysinger
2006-01-26Enable gcvt in header, we build itPeter S. Mazinger
2006-01-09include stdinit for arc4random() as pointed out by Jan-Benedict GlawMike Frysinger
2006-01-08prototypes for arc4randomMike Frysinger
2005-12-08Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ...Peter S. Mazinger
2005-11-25sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping...Mike Frysinger