index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
setjmp
Age
Commit message (
Expand
)
Author
2024-06-04
implement jmp_buf tracking and disallow setjmp macro suppression
Jakob Kaivo
2024-01-31
git rid of __check_* in favor of CHECK_*
Jakob Kaivo
2024-01-31
remove posix and xopen specific functions
Jakob Kaivo
2024-01-31
make tweaks to work with 1:1 checked functions
Jakob Kaivo
2024-01-30
update to 1:1 checked functions
Jakob Kaivo
2024-01-30
update standards and safety
Jakob Kaivo
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-16
rename files that should never be compiled on their own to .h
Jakob Kaivo
2020-08-16
formatting
Jakob Kaivo
2020-08-11
split __setjmp and __longjmp into separate assembly files under src/setjmp
Jakob Kaivo
2020-03-04
compile with c=AMD1 and POSIX.2
Jakob Kaivo
2019-03-06
working setjmp()/longjmp()
Jakob Kaivo
2019-03-02
add documentation
Jakob Kaivo
2019-03-02
clean up documentation
Jakob Kaivo
2019-02-09
merge XOPEN identifiers
Jakob Kaivo
2019-02-09
merge POSIX.1-1988/1990
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo