index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkh.sh
Age
Commit message (
Expand
)
Author
2019-02-09
don't parse macro files twice
Jakob Kaivo
2019-02-09
fix include guards and versioning against multiple standards
Jakob Kaivo
2019-02-08
use get_declaration for macros
Jakob Kaivo
2019-02-02
sort function pointer typedefs after record types
Jakob Kaivo
2019-02-01
remember newline after extern definitions
Jakob Kaivo
2019-01-30
sort standard C identifiers before POSIX
Jakob Kaivo
2019-01-30
more verbosity while things are working
Jakob Kaivo
2019-01-30
change STRUCT and UNION to RECORD
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-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-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
update makefile and header generation
Jakob Kaivo