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 (
Expand
)
Author
2020-08-11
rename __FILES to __stdio to catch all <stdio.h> internals
Jakob Kaivo
2020-08-11
move array of __FILE structs from __libc() to _stdio internal
Jakob Kaivo
2020-03-04
compile with c=AMD1 and POSIX.2
Jakob Kaivo
2020-03-04
fix compilation when c=199409
Jakob Kaivo
2020-03-04
eliminate nonstd/io.h
Jakob Kaivo
2019-02-28
set max length to a very big number, undefined behavior happens if the user p...
Jakob Kaivo
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
[prev]