aboutsummaryrefslogtreecommitdiff
path: root/c_headers
AgeCommit message (Collapse)Author
2019-07-15move lib dirs to lib subdirAndrew Kelley
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
2019-02-28update clang C headers to 8.0.0rc3Andrew Kelley
2019-02-07update clang headers to 8.0.0rc2Andrew Kelley
2018-09-10drop patches on top of clang's C headersAndrew Kelley
We now match clang 7.0.0rc3 exactly. See https://reviews.llvm.org/D51265 for more details.
2018-08-25update clang headers to 7.0.0rc2Andrew Kelley
2018-08-05update c_headers/* to LLVM 7.0.0rc1Andrew Kelley
2018-02-23update C headers to clang 6.0.0rc3Andrew Kelley
2017-12-04Merge branch 'master' into llvm6Andrew Kelley
2017-12-01update c_headers to llvm 5.0.1rc2Andrew Kelley
2017-11-02update to llvm masterAndrew Kelley
2017-10-26add guard to c_headers for duplicate va_list on darwinAndrew Kelley
2017-09-30update C headers to clang 5.0.0Andrew Kelley
2017-06-16update C headers to clang 4.0.0Andrew Kelley
closes #389
2016-02-13fix some c header symbol collisionsAndrew Kelley
2016-01-27fix stdio duplicately defining va_listAndrew Kelley
2015-12-08parseh: add c header filesAndrew Kelley