summaryrefslogtreecommitdiff
path: root/include/setjmp.h
AgeCommit message (Expand)AuthorLines
2015-04-01remove macro definition of longjmp from setjmp.hRich Felker-1/+0
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker-7/+6
2013-01-04setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r-1/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker-6/+1
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker-2/+2
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker-1/+8
2012-07-22fix wrong size for sigjmp_buf signal set arrayRich Felker-1/+1
2012-07-03jmp_buf overhaul fixing several issuesRich Felker-1/+5
2012-05-23debloat jmp_buf in _GNU_SOURCE modeRich Felker-3/+0
2012-05-22support _BSD_SOURCE feature test macroRich Felker-2/+4
2011-02-14major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits)Rich Felker-1/+1
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-5/+13
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+30