OSDN Git Service

test: Fix math .c dependency
[uclinux-h8/uClibc.git] / include / stdlib.h
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-14 Mike Frysingerlibc/stdlib: add mkostemp helpers
2012-06-15 Peter S. Mazingergetpt.c: no need for hidden posix_openpt
2012-06-15 Peter S. Mazingerstdlib.h, arc4random.c: fix arc4random return type...
2012-05-03 Bernhard Reutner... rpmatch: provide out-of-line implementation
2012-05-03 Bernhard Reutner... rpmatch: make decl parsable
2012-05-02 Mike Frysingerrpmatch: fix previous commit w/C++ compilers
2012-04-30 Mike Frysingerrpmatch: simple inline version
2012-01-18 Bernhard Reutner... stdlib: use shorhand wur for realloc prototype
2011-11-07 Bernhard Reutner... stdlib: add qsort_r
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerstdlib.c, _strtod.c, stdlib.h: remove unused hidden...
2011-03-09 Peter S. Mazingerarc4random.c, stdlib.h: get rid of hidden arc4random_stir
2011-03-09 Peter S. Mazingerstdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h
2011-03-09 Peter S. Mazingermove prototype for __drand48_iterate and __libc_drand48...
2011-03-03 Peter S. Mazingerupdate some headers
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-01 Natanael Copalibc: fix strtoq
2010-09-16 Carmelo Amorosolibc: Add canonicalize_file_name function
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Peter S. Mazingersync some headers and disable unused prototypes
2009-11-14 Bernhard Reutner... realpath: SUSv4 compliant
2009-07-20 Mike Frysingersync a few headers with glibc (no functional changes)
2009-07-20 Mike Frysingernote that we do not want hidden malloc aliases
2009-03-25 Bernhard Reutner... - Add strtouq alias (to strtoul) for 64bit
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-06-07 Bernhard Reutner... - UCLIBC_HAS_GETPT pulls in getpt.
2008-06-05 Bernhard Reutner... - make libcrypt optional. Untested.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2007-02-08 Mike Frysingerrevert previous change; reading POSIX spec some more...
2007-02-08 Mike Frysingerwe crash if the first argument to realpath() is non...
2007-01-29 Mike Frysingermissed an underscore in previous commit
2007-01-28 Mike FrysingerBernhard Fischer writes: note how uClibc chooses to...
2006-11-29 Bernhard Reutner... - gcvt() is marked LEGACY in XSI and mandatory in BSD.
2006-02-08 Mike Frysingerjanlana writes in Bug 700: use standard uint* types...
2006-01-26 Peter S. MazingerEnable gcvt in header, we build it
2006-01-09 Mike Frysingerinclude stdinit for arc4random() as pointed out by...
2006-01-08 Mike Frysingerprototypes for arc4random
2005-12-08 Peter S. MazingerRemove __strto* from header (glibc sync), disable __asp...
2005-11-25 Mike Frysingersync with glibc and Paul Brook says: fix posix_memalign...
2005-11-05 Peter S. MazingerProtect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATS
2005-11-04 Peter S. MazingerSync up w/ glibc
2005-08-15 Eric AndersenWe do not supply a BSD style getloadavg() function
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-07-27 Eric AndersenRemove all reference to __GLIBC_HAVE_LONG_LONG
2003-09-05 Manuel Novoa III Move an #endif that was in the wrong place.
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-14 Eric AndersenComment out the rpl_malloc workaround. It was a good...
2003-05-27 Eric Andersengrr. It's a void *, not a char *.
2003-05-27 Eric AndersenChange 'N' to '__size' to avoid conflicts with common...
2003-05-23 Eric AndersenCope with autoconf's broken AC_FUNC_MALLOC macro, which...
2003-01-09 Eric AndersenHide unimplemented and legacy ecvt and friends from...
2003-01-08 Manuel Novoa III For now, "#if 0" out the inlining of (currently unsuppo...
2002-11-27 Eric AndersenFixup sysconf to report the correct answer when UCLIBC_...
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-15 Eric AndersenPatch from Jarkko to fix drand48 to not use long long...
2002-08-06 Manuel Novoa III Enable getpt prototype.
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-02-14 Eric AndersenDisable a lingering bit of wide char junk
2002-01-16 Eric AndersenHide all reference to wchar_t so configure won't get...
2002-01-10 Eric AndersenEliminate C++ style comments
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-08-29 Eric AndersenWrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__
2001-08-24 Eric Andersenatoi, atol, atoll, and atof are supposed to be function...
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-05-11 Eric AndersenA patch from Matthias Kilian <kili@outback.escape.de...
2001-03-22 Eric AndersenAdd in random(), make rand use that under the hood...
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-03-08 Eric AndersenMake alloca work using the compiler builtin
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-12-12 Eric AndersenA few cleanups. Fix fflush so it remembers to init...
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-08-21 John Beppu+ added alloca() support for all architectures
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...
2000-07-06 Eric AndersenSome more major updates to further superate ucLibc...
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-16 Erik AndersenAdd in the "_start" symbol in asm. Fix a makefile...
2000-05-14 Erik AndersenWork in progress -- cleanups.
2000-05-14 Erik AndersenInitial revision