about summary refs log tree commit diff
path: root/include/setjmp.h
Commit message (Expand)AuthorAgeFilesLines
* setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r2013-01-041-1/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-6/+1
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-061-2/+2
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-061-1/+8
* fix wrong size for sigjmp_buf signal set arrayRich Felker2012-07-221-1/+1
* jmp_buf overhaul fixing several issuesRich Felker2012-07-031-1/+5
* debloat jmp_buf in _GNU_SOURCE modeRich Felker2012-05-231-3/+0
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-2/+4
* major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits)Rich Felker2011-02-141-1/+1
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-5/+13
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+30