OSDN Git Service

drop support for pre ISO-C compilers
[uclinux-h8/uClibc.git] / libc / stdlib / Makefile
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-09-26 Peter S. MazingerAdd __cxa_atexit and __cxa_finalize, thanks to Stephen...
2005-08-24 Mike Frysingerimport a64l and l64a from glibc
2005-08-18 Mike Frysingeradd the posix_memalign function
2005-01-25 Mike Frysingermerge parallel build support
2004-09-07 Eric AndersenAdd missing imaxdiv and lldiv needed for SuSv3. Adjust...
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-05 Eric Andersenmjn3 noticed we were missing seed48, which was odd...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-04-23 Eric AndersenThierry De Corte notices that when UCLIBC_HAS_FLOAT...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-07 Manuel Novoa III Okay, fix for atof _correctly_...
2002-11-07 Manuel Novoa III Apparently I forgot to build atof...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-09-09 Manuel Novoa III Remove malloc_simple from subdir list.
2002-09-04 Eric AndersenMake sjhill happy, and revive memalign
2002-09-04 "Steven J. Hill"Per discussions with Erik, 'valloc.c' should be built...
2002-09-04 "Steven J. Hill"Added function 'mkdtemp' for Linux Test Project.
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-07 Eric AndersenPer suggestion from Miles Bader, move calloc.c to libc...
2002-05-30 Eric AndersenRework setenv, getenv and friends per the latest glibc...
2002-05-23 Manuel Novoa III Multibyte and wide char conversion functions. Some...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-03-31 Eric AndersenRework __gen_tempname() to better match glibc, and...
2002-03-19 Eric AndersenMerge glibc random, which gets us a much better RNG...
2002-03-14 Eric AndersenAdd implementations of strtof() and strtold(). These...
2002-03-13 Eric AndersenMerge in an ugly pile of rand* functions from glibc...
2002-03-13 Manuel Novoa III New versions of the various string to int functions...
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-09-29 Eric AndersenAdd in gcvt()
2001-08-24 Eric Andersenatoi, atol, atoll, and atof are supposed to be function...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenFix up the 'make clean' target
2001-05-08 Eric AndersenAdd in libutil, based on Cory Visi's variant of Michael...
2001-03-22 Eric AndersenAdd in random(), make rand use that under the hood...
2001-02-22 Eric Andersendiv and ldiv are required for ISO 9899
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-16 Eric AndersenClean all subdirs on 'make clean'
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-02 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to get
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-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-28 Eric Andersen_start.c is a failed experiment. Go back to using...
2000-10-27 Eric AndersenMore random fixes and additions.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenScrewed up non-mmu support. #define was backwards.
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenRemove obsolete file. Fix dependancy.
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-14 Erik AndersenSome makefile updates to make it behave a bit better...
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision