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
/
nonstd
Age
Commit message (
Collapse
)
Author
2019-02-28
include "nonstd/io.h" for definition of struct __FILE
Jakob Kaivo
2019-02-28
use freopen() and setvbuf() to properly set up stdin/stdout/stderr
Jakob Kaivo
2019-02-28
include <locale.h> in <nonstd/locale.h>
Jakob Kaivo
2019-02-28
use an int for ctype attributes so we don't lose data
Jakob Kaivo
2019-02-28
work with fixed size buffers in the struct instead of malloc()ing everything
Jakob Kaivo
2019-02-28
fix prototype in cast
Jakob Kaivo
2019-02-28
include <limits.h> in <nonstd/locale.h> for field sizes
Jakob Kaivo
2019-02-28
use the internal array of FILE streams for stdin/stdout/stderr
Jakob Kaivo
2019-02-28
add LOAD_LOCALE and FILE_STREAMS
Jakob Kaivo
2019-02-28
add FILE_STREAM and LOAD_LOCALE
Jakob Kaivo
2019-02-28
clean up internal locale stuff
Jakob Kaivo
2019-02-28
new <nonstd/lib.h>
Jakob Kaivo
2019-02-28
include <nonstd/internal.h> in <nonstd/io.h>, remove redundant includes
Jakob Kaivo
2019-02-28
clean up internal namespace
Jakob Kaivo
2019-02-27
handle CTYPE
Jakob Kaivo
2019-02-27
initialize stdio and locale
Jakob Kaivo
2019-02-27
add __lookup() convenience macro
Jakob Kaivo
2019-02-27
clean up formatting
Jakob Kaivo
2019-02-25
add linux x86/64 system call numbers
Jakob Kaivo
2019-02-25
compile without warnings under -Wall -Wextra
Jakob Kaivo
2019-02-25
compile without warnings under -Wall -Wextra
Jakob Kaivo
2019-02-25
fix warning from -Wall
Jakob Kaivo
2019-02-23
clean up <nonstd/io.h> refs by just including <stdio.h>
Jakob Kaivo
2019-02-23
include <errno.h> and <nonstd/internal.h> in <nonstd/syscall.h> to handle ↵
Jakob Kaivo
its internal dependencies
2019-02-23
merge SYSCALL macros into one
Jakob Kaivo
2019-02-20
add symbols from POSIX.1b-1993
Jakob Kaivo
2019-02-10
move nonstd/tgmath.h to ./_tgmath.h
Jakob Kaivo
2019-02-09
add missing reference
Jakob Kaivo
2019-02-09
unbreak
Jakob Kaivo
2019-02-09
rearrange a bit
Jakob Kaivo
2019-02-09
merge POSIX.1-1988/1990
Jakob Kaivo
2019-02-08
add headers and assembly
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo