summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
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
2005-11-05Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATSPeter S. Mazinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
2005-08-15We do not supply a BSD style getloadavg() functionEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-27Remove all reference to __GLIBC_HAVE_LONG_LONGEric Andersen
2003-09-05Move an #endif that was in the wrong place.Manuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-06-14Comment out the rpl_malloc workaround. It was a good idea, but it violatesEric Andersen
2003-05-27grr. It's a void *, not a char *.Eric Andersen
2003-05-27Change 'N' to '__size' to avoid conflicts with common #define of NEric Andersen
2003-05-23Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc asEric Andersen
2003-01-09Hide unimplemented and legacy ecvt and friends from configure.Eric Andersen
2003-01-08For now, "#if 0" out the inlining of (currently unsupported) glibc-specificManuel Novoa III
2002-11-27Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXITEric Andersen
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-15Patch from Jarkko to fix drand48 to not use long long whenEric Andersen
2002-08-06Enable getpt prototype.Manuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-02-14Disable a lingering bit of wide char junkEric Andersen
2002-01-16Hide all reference to wchar_t so configure won't get confusedEric Andersen
2002-01-10Eliminate C++ style commentsEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-08-29Wrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__Eric Andersen