index
:
cppawk
master
Wrapper script that adds C preprocessing to Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testcases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement -E option and <safearg.h> header.
Kaz Kylheku
2022-07-17
1
-0
/
+33
*
testcases: add missing ! to end here-document.
Paul A. Patience
2022-07-03
1
-0
/
+1
*
Pass -std=c99 to cpp to remove crap like #define linux.
Kaz Kylheku
2022-03-24
1
-1
/
+6
*
New --dump-macros option.
Kaz Kylheku
2022-03-24
1
-0
/
+5
*
Run all test cases with and without --nobash option.
Kaz Kylheku
2022-03-24
1
-45
/
+46
*
If Bash is available, use process substitution.
Kaz Kylheku
2022-03-24
1
-3
/
+5
*
__FILE__ in main program resolves to original name.
Kaz Kylheku
2022-03-24
1
-0
/
+5
*
don't delete hash-bang line; replace with #
Kaz Kylheku
2022-03-24
1
-0
/
+9
*
bugfix: collapse: don't eat blank lines.
Kaz Kylheku
2022-03-24
1
-0
/
+13
*
test case for --prepro-only with -f.
Kaz Kylheku
2022-03-24
1
-0
/
+5
*
bugfix: execing awk causes temp files to persist.
Kaz Kylheku
2022-03-24
1
-0
/
+5
*
get rid of <stdver.h> header.
Kaz Kylheku
2022-03-23
1
-5
/
+2
*
move mocks into testdir.
Kaz Kylheku
2022-03-23
1
-2
/
+2
*
hygiene: shell escape $awk and $prepro.
Kaz Kylheku
2022-03-23
1
-3
/
+3
*
hygiene: what if $awk matches name of function?
Kaz Kylheku
2022-03-23
1
-0
/
+5
*
Add options --prepro and --awk.
Kaz Kylheku
2022-03-23
1
-0
/
+20
*
bugfix: missing space breaks --prepro-only.
Kaz Kylheku
2022-03-22
1
-0
/
+8
*
Handle situations when cpp breaks a line into pieces.
Kaz Kylheku
2022-03-19
1
-0
/
+9
*
Add cppawk-include directory and <stdver.h> header.
Kaz Kylheku
2022-03-18
1
-0
/
+8
*
Simplify and revise quoting.
Kaz Kylheku
2022-03-18
1
-2
/
+19
*
Fix broken options quoting system.
Kaz Kylheku
2022-03-18
1
-0
/
+10
*
Test -f option.
Kaz Kylheku
2022-03-18
1
-0
/
+5
*
Handle quoting properly.
Kaz Kylheku
2022-03-18
1
-0
/
+5
*
Add --prepro-only option.
Kaz Kylheku
2022-03-18
1
-0
/
+5
*
Define __posix__ if -P or --posix option used.
Kaz Kylheku
2022-03-18
1
-0
/
+9
*
Define __bignum__ if -M or --bignum option used.
Kaz Kylheku
2022-03-18
1
-0
/
+9
*
Add __gawk__ predefined preprocessor symbol.
Kaz Kylheku
2022-03-18
1
-0
/
+10
*
Fix missing: pass -I to preprocessor.
Kaz Kylheku
2022-03-18
1
-0
/
+14
*
Basic preprocessor test.
Kaz Kylheku
2022-03-18
1
-0
/
+12
*
More invocation error test cases.
Kaz Kylheku
2022-03-18
1
-0
/
+45
*
Check that -f without argument fails.
Kaz Kylheku
2022-03-18
1
-0
/
+5
*
Allow gawk -M option.
Kaz Kylheku
2022-03-18
1
-0
/
+4
*
Start test case implementation.
Kaz Kylheku
2022-03-18
1
-0
/
+5