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