Age | Commit message (Expand) | Author |
2003-12-27 | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-11-02 | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III |
2003-01-24 | Doh! Fix potential stack corruption caused by dynamic atexit | Eric Andersen |
2002-11-19 | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen |
2002-09-26 | A bug fix from Alexey V. Neyman: | Eric Andersen |
2002-08-12 | Doh! missed a spot. | Eric Andersen |
2002-08-12 | Geez I'm an idiot some times. I shouldn't code when I'm exhausted. | Eric Andersen |
2002-08-09 | Add missing thread-safe locking. | Eric Andersen |
2002-03-12 | Swap in the new stdio code. | Manuel Novoa III |
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 |
2001-10-11 | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-02-19 | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III |
2001-02-09 | Revert stdio to initializing itself. Not quite a pretty but that ensures that | Eric Andersen |
2001-01-25 | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III |
2001-01-17 | Note about need to match _SC_ATEXIT_MAX. Minor macro name change. | Manuel Novoa III |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen |
2000-10-09 | Bug ugly formatting update | Eric Andersen |
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen |
2000-05-14 | Initial revision | Erik Andersen |