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-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