summaryrefslogtreecommitdiff
path: root/src/exit/atexit.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-2/+0
2012-08-19fix bug whereby most atexit-registered functions got skippedRich Felker1-3/+2
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker1-7/+7
2011-10-14add dummy __cxa_finalizeRich Felker1-0/+4
2011-10-14support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker1-7/+26
2011-10-14simplify atexit and fflush-on-exit handlingRich Felker1-4/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+57