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