about summary refs log tree commit diff
path: root/src/exit/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug whereby most atexit-registered functions got skippedRich Felker2012-08-191-3/+2
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-7/+7
* add dummy __cxa_finalizeRich Felker2011-10-141-0/+4
* support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker2011-10-141-7/+26
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-141-4/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+57