index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
_atexit.c
Age
Commit message (
Expand
)
Author
2015-01-22
libc: Avoid redundant setting of ENOMEM
Bernhard Reutner-Fischer
2013-02-05
libc: atexit: reuse free slots at the end of exit functions table
Ronald Wahl
2012-06-15
remove duplicate prototypes for _stdio_term().
Peter S. Mazinger
2012-06-15
resolv.c,time.c,_atexit.c: hide 3 locks
Peter S. Mazinger
2012-06-15
make __uClibc_fini() hidden
Peter S. Mazinger
2011-09-15
Defeat compiler optimization which assumes function addresses are never NULL
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-05-20
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2007-05-04
- commentary typo fix
Bernhard Reutner-Fischer
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-03-10
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...
Peter S. Mazinger
2006-02-14
after much deliberation, may i present Joseph S. Myers patch to add support f...
Mike Frysinger
2006-02-13
More renames for IMA
Peter S. Mazinger