summaryrefslogtreecommitdiff
path: root/src/exit/exit.c
AgeCommit message (Expand)AuthorLines
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker-1/+1
2012-06-19stdio: handle file position correctly at program exitRich Felker-3/+5
2012-06-14reorder exit code to defer stdio flush until after dtorsRich Felker-4/+1
2012-05-10remove __lock dependency from exitRich Felker-2/+4
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-2/+2
2011-10-14simplify atexit and fflush-on-exit handlingRich Felker-4/+7
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+28