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