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
/
stdlib
Age
Commit message (
Collapse
)
Author
2019-03-02
add documentation
Jakob Kaivo
2019-03-02
add <ctype.h> include for consuming leading spaces
Jakob Kaivo
2019-03-02
more robust implementation
Jakob Kaivo
2019-02-28
remove warnings from -Wall -Wextra
Jakob Kaivo
2019-02-28
new <nonstd/lib.h>
Jakob Kaivo
2019-02-27
only reference environ if we are building POSIX
Jakob Kaivo
2019-02-27
use __lookup() instead of manual casting
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
make final call in infinite loop so _Noreturn holds true
Jakob Kaivo
2019-02-27
implement as macro to be shared with rand_r
Jakob Kaivo
2019-02-27
add missing header
Jakob Kaivo
2019-02-27
add common _strtoi function body
Jakob Kaivo
2019-02-25
actually call the syscall
Jakob Kaivo
2019-02-11
make notes about ignoring and restoring signals
Jakob Kaivo
2019-02-10
add missing symbols
Jakob Kaivo
2019-02-09
add one true header
Jakob Kaivo
2019-02-09
merge XOPEN identifiers
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo