summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
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
2001-08-24atoi, atol, atoll, and atof are supposed to be functions, not macros.Eric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-05-11A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen
2001-03-22Add in random(), make rand use that under the hood. Fix theEric Andersen
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-03-08Make alloca work using the compiler builtinEric Andersen
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-01A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-12-12A few cleanups. Fix fflush so it remembers to init stdio.Eric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-10-04Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen
2000-08-21+ added alloca() support for all architecturesJohn Beppu
2000-08-10More stuff. Down to only 43 missing functions before BusyBox willEric Andersen
2000-07-09Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen
2000-07-06Some more major updates to further superate ucLibc from the kernelEric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-07-05Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen
2000-05-16Add in the "_start" symbol in asm. Fix a makefile (that needs to beErik Andersen
2000-05-14Work in progress -- cleanups.Erik Andersen
2000-05-14Initial revisionErik Andersen