Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | -Erik | ||||
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 1 | -1/+1 |
| | | | | | from libm float function support. Also, move all Config files out of the main directory. | ||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | ||||
* | 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 |
| | | | | | | | | port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik | ||||
* | Add in random(), make rand use that under the hood. Fix the | Eric Andersen | 2001-03-22 | 1 | -1/+1 |
| | | | | include file so folks know random is now there. | ||||
* | div and ldiv are required for ISO 9899 | Eric Andersen | 2001-02-22 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | 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 |
| | | | | objects with shared uClibc; allow disabling long long support. | ||||
* | 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 |
| | | | | | m68k started. Should be just sysdeps/linux/m68k left to hack at this point... | ||||
* | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | 2001-01-01 | 1 | -1/+8 |
| | | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | ||||
* | 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 |
| | |||||
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 1 | -1/+1 |
| | |||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -0/+6 |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | ||||
* | Screwed up non-mmu support. #define was backwards. | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -7/+18 |
| | |||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -3/+8 |
| | |||||
* | Remove obsolete file. Fix dependancy. | Eric Andersen | 2000-10-07 | 1 | -3/+0 |
| | |||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -18/+32 |
| | | | | -Erik | ||||
* | Yet more updates. Getting closer.... | Eric Andersen | 2000-08-11 | 1 | -37/+20 |
| | | | | -Erik | ||||
* | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | 2000-07-09 | 1 | -1/+1 |
| | | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik | ||||
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -2/+2 |
| | | | | | It is getting closer... -Erik | ||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -8/+3 |
| | | | | -Erik | ||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -4/+4 |
| | | | | | to allow uC-libc to compile under x86. -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+64 |