Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-05-29 | remove useless synchronization in exit and quick_exit | Rich Felker | -7/+0 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -2/+1 |
2013-07-21 | add support for init/fini array in main program, and greatly simplify | Rich Felker | -2/+14 |
2012-09-06 | add _Noreturn function attribute, with fallback for pre-C11 GNUC | Rich Felker | -1/+1 |
2012-06-19 | stdio: handle file position correctly at program exit | Rich Felker | -3/+5 |
2012-06-14 | reorder exit code to defer stdio flush until after dtors | Rich Felker | -4/+1 |
2012-05-10 | remove __lock dependency from exit | Rich Felker | -2/+4 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | -2/+2 |
2011-10-14 | simplify atexit and fflush-on-exit handling | Rich Felker | -4/+7 |
2011-03-28 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+28 |