| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tcc_preprocess: add gcc-style include-depth flags | grischka | 2009-06-17 | 1 | -7/+22 |
| | | | | | | | | | | # 1 "main.c" # 1 "include/stdio.h" 1 # 123 "include/stdio.h" 3 # 10 "main.c" 2 flags: 1: level++; 3: same-level 2: level-- | ||||
| * | fix "cached include" optimization | grischka | 2009-05-11 | 1 | -53/+58 |
| | | | | | | | | comparing the filenames as in the #include statement can be ambiguous if including files are in different directories. Now caches and checks the really opened filename instead. | ||||
| * | move static prototypes to libtcc.c | grischka | 2009-05-11 | 1 | -6/+11 |
| | | |||||
| * | move some global variables into TCCState | grischka | 2009-05-11 | 1 | -3/+3 |
| | | |||||
| * | move minor things from libtcc.c to other files | grischka | 2009-05-05 | 1 | -0/+262 |
| | | |||||
| * | move preprocessor to tccpp.c | grischka | 2009-05-05 | 1 | -0/+2643 |
| | | |||||
| * | new files: tcc.h libtcc.c tccpp.c tccgen.c | grischka | 2009-05-05 | 1 | -0/+20 |
