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
/
stdio
Age
Commit message (
Collapse
)
Author
2019-02-28
set max length to a very big number, undefined behavior happens if the user ↵
Jakob Kaivo
provides too small a buffer
2019-02-28
implement in terms of __scanf()
Jakob Kaivo
2019-02-28
implement in terms of __printf()
Jakob Kaivo
2019-02-28
attempt to use guaranteed space before allocating a new file
Jakob Kaivo
2019-02-28
include <nonstd/internal.h> in <nonstd/io.h>, remove redundant includes
Jakob Kaivo
2019-02-27
make "write" syscall directly if _POSIX_SOURCE is not defined
Jakob Kaivo
2019-02-25
fix warning from -Wall
Jakob Kaivo
2019-02-23
compile in current environment
Jakob Kaivo
2019-02-10
correct version tags
Jakob Kaivo
2019-02-09
add missing refs
Jakob Kaivo
2019-02-09
add missing "nonstd/internal.h"
Jakob Kaivo
2019-02-09
merge POSIX.2 identifiers
Jakob Kaivo
2019-02-09
merge XOPEN identifiers
Jakob Kaivo
2019-02-09
split macro and extern definitions
Jakob Kaivo
2019-02-09
merge POSIX.1-1988/1990
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo