Age | Commit message (Expand) | Author |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-09-26 | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre... | Peter S. Mazinger |
2005-08-24 | import a64l and l64a from glibc | Mike Frysinger |
2005-08-18 | add the posix_memalign function | Mike Frysinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-09-07 | Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to | Eric Andersen |
2003-12-30 | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-05 | mjn3 noticed we were missing seed48, which was odd since we had | Eric Andersen |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-04-23 | Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must also | Eric Andersen |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-07 | Okay, fix for atof _correctly_... | Manuel Novoa III |
2002-11-07 | Apparently I forgot to build atof... | Manuel Novoa III |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-09-09 | Remove malloc_simple from subdir list. | Manuel Novoa III |
2002-09-04 | Make sjhill happy, and revive memalign | Eric Andersen |
2002-09-04 | Per discussions with Erik, 'valloc.c' should be built on top of whichever | "Steven J. Hill" |
2002-09-04 | Added function 'mkdtemp' for Linux Test Project. | "Steven J. Hill" |
2002-08-25 | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen |
2002-08-07 | Per suggestion from Miles Bader, move calloc.c to libc/stdlib. | Eric Andersen |
2002-05-30 | Rework setenv, getenv and friends per the latest glibc code, but cleaned | Eric Andersen |
2002-05-23 | Multibyte and wide char conversion functions. Some work still to do, but | Manuel Novoa III |
2002-05-06 | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III |
2002-03-31 | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen |
2002-03-19 | Merge glibc random, which gets us a much better RNG and a | Eric Andersen |
2002-03-14 | Add implementations of strtof() and strtold(). These are a bit | Eric Andersen |
2002-03-13 | Merge in an ugly pile of rand* functions from glibc. :( | Eric Andersen |
2002-03-13 | New versions of the various string to int functions which are smaller | Manuel Novoa III |
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-09-29 | Add in gcvt() | Eric Andersen |
2001-08-24 | atoi, atol, atoll, and atof are supposed to be functions, not macros. | Eric Andersen |
2001-05-28 | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-05-11 | Fix up the 'make clean' target | Eric Andersen |
2001-05-08 | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen |
2001-03-22 | Add in random(), make rand use that under the hood. Fix the | Eric Andersen |
2001-02-22 | div and ldiv are required for ISO 9899 | Eric Andersen |
2001-01-25 | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III |
2001-01-16 | Clean all subdirs on 'make clean' | Eric Andersen |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen |
2001-01-02 | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen |
2001-01-01 | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen |
2000-12-20 | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen |
2000-11-04 | Fix doc blunder. | Eric Andersen |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen |
2000-10-28 | _start.c is a failed experiment. Go back to using asm... | Eric Andersen |