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