summaryrefslogtreecommitdiff
path: root/exitfn.c
Commit message (Expand)AuthorAgeFilesLines
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-5/+2
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-31/+21
* Fix cppcheck warnings/suggestionsJoel Rosdahl2016-01-021-2/+3
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-1/+1
* Avoid calling exit() inside an exit handlerJoel Rosdahl2015-06-031-2/+2
* Fix grammar in commentJoel Rosdahl2012-04-141-3/+3
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-3/+0
* Clear exit_functions after the exit functions have been calledRamiro Polla2010-07-161-0/+1
* Add exit functions functionalityJoel Rosdahl2010-07-141-0/+96