index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-28
implement in terms of __printf()
Jakob Kaivo
2019-02-28
use the internal array of FILE streams for stdin/stdout/stderr
Jakob Kaivo
2019-02-28
attempt to use guaranteed space before allocating a new file
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
update dependencies
Jakob Kaivo
2019-02-28
bring definition in line with other *printf functions
Jakob Kaivo
2019-02-28
<nonstd/locale.h> includes <nonstd/internal.h>
Jakob Kaivo
2019-02-28
match memmove() implementation without malloc()
Jakob Kaivo
2019-02-28
clean up internal locale stuff
Jakob Kaivo
2019-02-28
new <nonstd/lib.h>
Jakob Kaivo
2019-02-28
<nonstd/internal.h> is included by <nonstd/syscall.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-28
read LICENSE for the license
Jakob Kaivo
2019-02-28
Add LICENSE
Jakob Kaivo
2019-02-27
update to latest commit
Jakob Kaivo
2019-02-27
handle CTYPE
Jakob Kaivo
2019-02-27
initialize stdio and locale
Jakob Kaivo
2019-02-27
only reference environ if we are building POSIX
Jakob Kaivo
2019-02-27
make "write" syscall directly if _POSIX_SOURCE is not defined
Jakob Kaivo
2019-02-27
use __lookup() instead of manual casting
Jakob Kaivo
2019-02-27
add __lookup() convenience macro
Jakob Kaivo
2019-02-27
add tests
Jakob Kaivo
2019-02-27
uniform behavior and documentation for (imax|ll|l)div()
Jakob Kaivo
2019-02-27
output standard $? instead of GNU $^ for ar command (side-benefit: far less v...
Jakob Kaivo
2019-02-27
consistent (imax|ll|l)abs() behavior and documentation
Jakob Kaivo
2019-02-27
remove unneccessary sources
Jakob Kaivo
2019-02-27
add documentation
Jakob Kaivo
2019-02-27
clean up formatting
Jakob Kaivo
2019-02-27
make final call in infinite loop so _Noreturn holds true
Jakob Kaivo
2019-02-27
finally get around to adding a readme
Jakob Kaivo
2019-02-27
add (empty) _strtok.h to be shared with strtok_r()
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 missing header
Jakob Kaivo
2019-02-27
set to correct value
Jakob Kaivo
2019-02-27
define without overflow
Jakob Kaivo
2019-02-27
compile cleanly
Jakob Kaivo
2019-02-27
correct return
Jakob Kaivo
2019-02-27
add common _strtoi function body
Jakob Kaivo
2019-02-27
basic implementation
Jakob Kaivo
2019-02-25
actually call the syscall
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
don't use long long
Jakob Kaivo
2019-02-25
better support multi-line typedefs
Jakob Kaivo
2019-02-25
fix warning from -Wall
Jakob Kaivo
2019-02-25
make internal stuff "C version 0" so it gets pulled in properly
Jakob Kaivo
[prev]
[next]