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 |
| | |||||
* | 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 | ||||
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 1 | -1/+1 |
| | | | | | the heavy lifting (most of the heavy lifting stolen from glibc, but reduced a bit). | ||||
* | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | 2001-02-19 | 1 | -1/+1 |
| | | | | | | | respective crt0.S. crt0.S should now only be responsible for setting things up to call __uClibc_main(argc, argv, envp), which will do any other necessary setup (setting global __environ, stdio init, etc), call main, and exit. This should ease both maintainance and porting. | ||||
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -2/+5 |
| | | | | objects with shared uClibc; allow disabling long long support. | ||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 |
| | |||||
* | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | 2001-01-02 | 1 | -1/+5 |
| | | | | | m68k started. Should be just sysdeps/linux/m68k left to hack at this point... | ||||
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+3 |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | ||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
| | |||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -0/+42 |