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
/
inttypes
Age
Commit message (
Expand
)
Author
2024-02-02
check for invalid integer conversions
Jakob Kaivo
2024-01-31
git rid of __check_* in favor of CHECK_*
Jakob Kaivo
2024-01-31
check for overlapping pointers
Jakob Kaivo
2024-01-30
update to 1:1 checked calls
Jakob Kaivo
2024-01-30
update standards and safety checks
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 non-compiled files to *.h
Jakob Kaivo
2020-08-15
remove unnecessary .. from includes
Jakob Kaivo
2019-03-06
add include and define
Jakob Kaivo
2019-03-02
add <ctype.h> include for consuming leading spaces
Jakob Kaivo
2019-02-27
uniform behavior and documentation for (imax|ll|l)div()
Jakob Kaivo
2019-02-27
consistent (imax|ll|l)abs() behavior and documentation
Jakob Kaivo
2019-02-27
compile cleanly
Jakob Kaivo
2019-02-27
add common _strtoi function body
Jakob Kaivo
2019-02-10
add missing types
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo