Age | Commit message (Expand) | Author |
2002-06-18 | Remove obsolete files. | Manuel Novoa III |
2002-06-18 | Silly name change | Eric Andersen |
2002-06-18 | Rework and kill pointless static variable | Eric Andersen |
2002-06-17 | Commit the new time stuff, even though I haven't made it threadsafe yet. | Manuel Novoa III |
2002-06-10 | Kill the libc-lock headers, which we do not use and which are | Eric Andersen |
2002-06-01 | Doh! | 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-12 | Revert Erik's previous patch and fix what I believe he was trying to, while | Manuel Novoa III |
2002-05-12 | Several bugfixes for problems that showed up on alpha | Eric Andersen |
2002-05-06 | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III |
2002-04-01 | Remove function declartions from include/features.h, create | Eric Andersen |
2002-03-31 | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen |
2002-03-20 | Fix compile problem when ASSUME_DEVPTS=false | 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-03-13 | Oops... forgot to update abort.c. | Manuel Novoa III |
2002-03-12 | Swap in the new stdio code. | Manuel Novoa III |
2002-02-21 | When vfork is not available and we have an MMU, then use fork() | Eric Andersen |
2002-02-19 | Doh! Miles Bader noticed a couple of spots where I forgot | Eric Andersen |
2002-02-18 | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen |
2002-02-18 | Doh! | Eric Andersen |
2002-02-18 | Miles Bader writes: | Eric Andersen |
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen |
2002-01-17 | Fix simple malloc to work on systems with an MMU | David McCullough |
2002-01-16 | Clearify error message | Eric Andersen |
2002-01-14 | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-12-05 | Hack the 68000 last ditch abort to work for all 68000 targets. | David McCullough |
2001-11-21 | Cleanup abort() so it behaves itself a bit better | Eric Andersen |
2001-10-11 | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen |
2001-09-29 | Minor cleanup | Eric Andersen |
2001-09-29 | Fix prototype | Eric Andersen |
2001-09-29 | Add in gcvt() | Eric Andersen |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen |
2001-08-30 | "Kim B. Heino" <Kim.Heino@bluegiga.com> reports | Eric Andersen |
2001-08-24 | atoi, atol, atoll, and atof are supposed to be functions, not macros. | Eric Andersen |
2001-08-09 | Fix a couple of warnings | David McCullough |
2001-06-12 | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | 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 | A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC | 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-04-27 | As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for | Eric Andersen |
2001-04-27 | Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinko | Eric Andersen |
2001-04-25 | Be more strict with the malloc implementation. Return NULL | Eric Andersen |
2001-04-25 | Be more strict with the glibc style malloc implementation. Return NULL | Eric Andersen |