define and use internal macros for hidden visibility, weak refs
[musl] / src / exit / exit.c
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-12 Rich Felkerunify static and dynamic libc init/fini code paths
2014-07-18 Rich Felkerremove useless infinite loop from end of exit function
2014-07-17 Rich Felkersimplify __stdio_exit static linking logic
2014-05-29 Rich Felkerremove useless synchronization in exit and quick_exit
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2012-09-07 Rich Felkeradd _Noreturn function attribute, with fallback for...
2012-06-19 Rich Felkerstdio: handle file position correctly at program exit
2012-06-14 Rich Felkerreorder exit code to defer stdio flush until after...
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-11 Rich Felkerremove __lock dependency from exit
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-10-15 Rich Felkersimplify atexit and fflush-on-exit handling
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0