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-03-02
add <ctype.h> include for consuming leading spaces
Jakob Kaivo
2019-03-02
more robust implementation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
add documentation
Jakob Kaivo
2019-03-02
clean up documentation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
clean up documentation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
correct inline definition of isatty()
Jakob Kaivo
2019-03-01
latest commit with skeletons through C18
Jakob Kaivo
2019-03-01
add the missing 0
Jakob Kaivo
2019-03-01
these should be references to the <wchar.h> definition
Jakob Kaivo
2019-03-01
set signals to match requirements for kill and trap commands, adjust others a...
Jakob Kaivo
2019-03-01
make the syscall directly if not _POSIX_SOURCE
Jakob Kaivo
2019-03-01
add test target
Jakob Kaivo
2019-03-01
add -d option, copy Makefile from TOPDIR if missing instead of building anew
Jakob Kaivo
2019-02-28
latest commit
Jakob Kaivo
2019-02-28
fix macro
Jakob Kaivo
2019-02-28
fix ctype functions in the C/POSIX locale
Jakob Kaivo
2019-02-28
latest commit
Jakob Kaivo
2019-02-28
locale is an object, not a pointer
Jakob Kaivo
2019-02-28
handle differences between C89/95 and C99+
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
move to global locale if thread locale isn't set for time
Jakob Kaivo
2019-02-28
remove unneeded typedef
Jakob Kaivo
2019-02-28
include <locale.h> in <nonstd/locale.h>
Jakob Kaivo
2019-02-28
remove singleton typedef
Jakob Kaivo
2019-02-28
fix outputing 0
Jakob Kaivo
2019-02-28
organize by section
Jakob Kaivo
2019-02-28
add locale stuff
Jakob Kaivo
2019-02-28
cleanup
Jakob Kaivo
2019-02-28
latest commit
Jakob Kaivo
2019-02-28
set up (most of) a working POSIX/C locale (missing collation)
Jakob Kaivo
2019-02-28
use shared locale code
Jakob Kaivo
2019-02-28
update
Jakob Kaivo
2019-02-28
Merge branch 'master' of gitlab.com:ung.org/lib/c
Jakob Kaivo
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
default to unsigned
Jakob Kaivo
2019-02-28
add guards to prevent multiple definitions of the same types
Jakob Kaivo
2019-02-28
remove warnings from -Wall -Wextra
Jakob Kaivo
2019-02-28
add missing "blank"
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
implement in terms of __scanf()
Jakob Kaivo
2019-02-28
implement in terms of __printf()
Jakob Kaivo
[next]