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-08
update with XOPEN sources
Jakob Kaivo
2019-02-08
rename tags to ctags so the presence of tags doesn't stop it running
Jakob Kaivo
2019-02-08
use get_declaration for macros
Jakob Kaivo
2019-02-08
fix TGFN declarations
Jakob Kaivo
2019-02-07
fix multi-line macros by looking for ^{tab}
Jakob Kaivo
2019-02-07
make version ranges [inc,exc), so it's [added, removed)
Jakob Kaivo
2019-02-02
update to latest commits
Jakob Kaivo
2019-02-02
readd POSIX.1 1988/1990
Jakob Kaivo
2019-02-02
readd ISO C submodules
Jakob Kaivo
2019-02-02
try to fix modules by removing, will readd presently
Jakob Kaivo
2019-02-02
migrate to internals
Jakob Kaivo
2019-02-02
only one CFLAGS, please
Jakob Kaivo
2019-02-02
trim old nonstd
Jakob Kaivo
2019-02-02
add ARCH and WORDSIZE
Jakob Kaivo
2019-02-02
base assembly inclusion on $(ARCH)-$(WORDSIZE)
Jakob Kaivo
2019-02-02
sort function pointer typedefs after record types
Jakob Kaivo
2019-02-01
build full POSIX.1-1990 and 9899-1990-AMD1 from extra-clean
Jakob Kaivo
2019-02-01
update to latest commit
Jakob Kaivo
2019-02-01
remember newline after extern definitions
Jakob Kaivo
2019-02-01
properly handle forward declarations of structs
Jakob Kaivo
2019-01-31
fix SC0
Jakob Kaivo
2019-01-31
update to latest commit
Jakob Kaivo
2019-01-31
include locale.h
Jakob Kaivo
2019-01-31
get setlocale() right when _POSIX_SOURCE is defined
Jakob Kaivo
2019-01-31
update to latest commit
Jakob Kaivo
2019-01-31
update to corrected headers and such
Jakob Kaivo
2019-01-31
propery classify pointers and arrays (and arrays of pointers)
Jakob Kaivo
2019-01-31
don't rebuild headers for every source file change
Jakob Kaivo
2019-01-31
update deps for POSIX.1-1990 and 9899-1990-AMD1
Jakob Kaivo
2019-01-31
make default POSIX.1-1990 + 9899-1990-AMD1
Jakob Kaivo
2019-01-31
update to latest commit
Jakob Kaivo
2019-01-31
don't rebuild deps every time
Jakob Kaivo
2019-01-31
corrected spelling of S_ISCHR
Jakob Kaivo
2019-01-31
go ahead and store tags file
Jakob Kaivo
2019-01-31
add deps and tags targets
Jakob Kaivo
2019-01-31
update to latest commits
Jakob Kaivo
2019-01-31
rename git-clean to extra-clean
Jakob Kaivo
2019-01-31
rename std to src so it makes sense to merge nonstd in
Jakob Kaivo
2019-01-30
sort standard C identifiers before POSIX
Jakob Kaivo
2019-01-30
move version_guard function here
Jakob Kaivo
2019-01-30
more verbosity while things are working
Jakob Kaivo
2019-01-30
add headers dependency to all
Jakob Kaivo
2019-01-30
better cleaning
Jakob Kaivo
2019-01-30
change STRUCT and UNION to RECORD
Jakob Kaivo
2019-01-30
add some verbosity
Jakob Kaivo
2019-01-30
add version guards around anything that isn't in __STDC__ and above
Jakob Kaivo
2019-01-30
prep for splitting headers into section by feature versions
Jakob Kaivo
2019-01-30
account for possible not defined macros
Jakob Kaivo
2019-01-30
keep main Makefile separate from deps
Jakob Kaivo
2019-01-30
remove extraneous white-space
Jakob Kaivo
[next]