summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/_atexit.c
Commit message (Expand)AuthorAgeFilesLines
* Defeat compiler optimization which assumes function addresses are never NULLDenys Vlasenko2011-09-151-19/+30
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-2/+1
* - commentary typo fixBernhard Reutner-Fischer2007-05-041-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-25/+18
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-2/+0
* after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger2006-02-141-11/+3
* More renames for IMAPeter S. Mazinger2006-02-131-0/+356