aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle quoting properly.Kaz Kylheku2022-03-182-5/+20
| | | | | | | | The problem is that if $var holds escaped syntax, we cannot just use it as command $var; the quotes become part of the argument. We must get the shell to process the quoted syntax, which requires eval. For this we define a function which lets us do command $(syntax "$var").
* Add --prepro-only option.Kaz Kylheku2022-03-182-5/+19
|
* Define __posix__ if -P or --posix option used.Kaz Kylheku2022-03-182-0/+13
|
* Define __bignum__ if -M or --bignum option used.Kaz Kylheku2022-03-182-0/+13
|
* Add __gawk__ predefined preprocessor symbol.Kaz Kylheku2022-03-182-3/+13
|
* Fix missing: pass -I to preprocessor.Kaz Kylheku2022-03-183-1/+17
|
* Basic preprocessor test.Kaz Kylheku2022-03-181-0/+12
|
* Add runtests script.Kaz Kylheku2022-03-181-0/+2
|
* More invocation error test cases.Kaz Kylheku2022-03-181-0/+45
|
* Check that -f without argument fails.Kaz Kylheku2022-03-182-3/+17
|
* Allow gawk -M option.Kaz Kylheku2022-03-182-1/+5
|
* Start test case implementation.Kaz Kylheku2022-03-182-0/+28
|
* Remove hash-bang lines from awk code.Kaz Kylheku2022-03-181-2/+5
|
* First working version.Kaz Kylheku2022-03-171-0/+118
|
* NILKaz Kylheku2022-03-170-0/+0