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 (
Collapse
)
Author
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
2019-01-30
generate #if lines for headers
Jakob Kaivo
2019-01-29
prepare __locale_t for full use
Jakob Kaivo
2019-01-29
initialize locale prior to entering main()
Jakob Kaivo
2019-01-29
move include guards to top of file, before license
Jakob Kaivo
2019-01-29
don't prepend __ to type names in functions that take function pointers
Jakob Kaivo
2019-01-29
prepend parameter names with __ in headers to avoid macro conflicts
Jakob Kaivo
2019-01-29
update to latest commit
Jakob Kaivo
2019-01-29
draft thread-local state based on C11 TLS or pthreads
Jakob Kaivo
2019-01-29
merged into mkh.sh
Jakob Kaivo
2019-01-29
update to latest commit
Jakob Kaivo
2019-01-28
update to latest commit
Jakob Kaivo
2019-01-28
add AMD1
Jakob Kaivo
2019-01-28
correctly identify the difference between structs, unions, and functions
Jakob Kaivo
2019-01-28
correctly classify structs and unions
Jakob Kaivo
2019-01-28
update reflecting renamed files in 9899-1990
Jakob Kaivo
[prev]
[next]