Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing file. | Kaz Kylheku | 2022-07-02 | 1 | -0/+2 |
| | |||||
* | __FILE__ in main program resolves to original name. | Kaz Kylheku | 2022-03-24 | 1 | -0/+1 |
| | |||||
* | bugfix: execing awk causes temp files to persist. | Kaz Kylheku | 2022-03-24 | 1 | -0/+3 |
| | |||||
* | move mocks into testdir. | Kaz Kylheku | 2022-03-23 | 2 | -0/+6 |
| | |||||
* | Test -f option. | Kaz Kylheku | 2022-03-18 | 1 | -0/+7 |
| | | | | | | | | | Bugfix: because the preprocessed version of the file is in a temporary directory, #include "..." looks for files in that directory. We must tell the preprocessor to look for include files in the original directory. In the case when the awk script comes from the command line, we already took care of this by pointing the preprocessor to $(pwd). | ||||
* | Fix missing: pass -I to preprocessor. | Kaz Kylheku | 2022-03-18 | 1 | -0/+2 |