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-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
2019-01-28
special case assert.h since it is not idempotent
Jakob Kaivo
2019-01-28
move externs from macro definitions to end of respective headers
Jakob Kaivo
2019-01-27
add forward-compatibility macros
Jakob Kaivo
2019-01-27
remove unnecessary members
Jakob Kaivo
2019-01-27
track make dependencies
Jakob Kaivo
2019-01-27
moved to POSIX.2-1992 where it belongs
Jakob Kaivo
2019-01-27
merged into top-level Makefile
Jakob Kaivo
2019-01-27
update submodules
Jakob Kaivo
2019-01-27
generated makefile
Jakob Kaivo
2019-01-27
update makefile and header generation
Jakob Kaivo
2019-01-27
ignore built libraries
Jakob Kaivo
2019-01-27
new utility to generate makefiles with dependencies
Jakob Kaivo
2019-01-27
do not track generated source file
Jakob Kaivo
2019-01-26
new framework for building sources after gitlab migration
Jakob Kaivo