Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-13 | Oops... forgot to update abort.c. | Manuel Novoa III | |
2002-02-19 | Doh! Miles Bader noticed a couple of spots where I forgot | Eric Andersen | |
to mark __stdio_flush_buffers with weak_function. Oops! | |||
2002-02-18 | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen | |
unnecessary variable | |||
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-02-19 | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | |
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. | |||
2001-01-01 | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | |
support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | |||
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-17 | Bypass problem with signals for the moment... | Eric Andersen | |
2000-10-07 | Formatting update | Eric Andersen | |
2000-10-04 | This is making far too much sense. | Eric Andersen | |
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik |