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
/
mk.sh
Age
Commit message (
Expand
)
Author
2019-02-23
properly handle possibly undefined macros
Jakob Kaivo
2019-02-09
make better .deps.mk
Jakob Kaivo
2019-02-09
fix version guards for multiple standards
Jakob Kaivo
2019-02-09
make .headers.mk include dependency on mkh.sh
Jakob Kaivo
2019-02-09
merge mkmf/mkdeps functionality into mk.sh
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-02
sort function pointer typedefs after record types
Jakob Kaivo
2019-02-01
properly handle forward declarations of structs
Jakob Kaivo
2019-01-31
propery classify pointers and arrays (and arrays of pointers)
Jakob Kaivo
2019-01-30
move version_guard function here
Jakob Kaivo
2019-01-30
change STRUCT and UNION to RECORD
Jakob Kaivo
2019-01-30
account for possible not defined macros
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-27
update makefile and header generation
Jakob Kaivo