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
Commit message (
Expand
)
Author
Age
Files
Lines
*
loop: new clauses first_then, for_var, collect_plus.
Kaz Kylheku
2022-03-31
2
-0
/
+50
*
list_add: fix multiple evaluation and paren problem.
Kaz Kylheku
2022-03-31
1
-1
/
+6
*
iter: new minimizing, argmax, argmin clauses.
Kaz Kylheku
2022-03-31
2
-0
/
+78
*
iter: fix bug in list clause.
Kaz Kylheku
2022-03-31
1
-1
/
+1
*
loop: add summing, maximizing, while, until.
Kaz Kylheku
2022-03-31
2
-0
/
+108
*
iter: fix circular header inclusion issue.
Kaz Kylheku
2022-03-31
1
-4
/
+5
*
Iteration test cases.
Kaz Kylheku
2022-03-31
2
-0
/
+229
*
Adding Lisp-inspired data and control utilities.
Kaz Kylheku
2022-03-31
7
-0
/
+1385
*
man cppawk-narg: use fonts in synopsis and examples.
Kaz Kylheku
2022-03-29
1
-45
/
+93
*
man cppawk-case: use fonts in synopsis and examples.
Kaz Kylheku
2022-03-29
1
-23
/
+34
*
Fix misuses of formatting macros in man pages.
Kaz Kylheku
2022-03-29
3
-157
/
+160
*
narg: test case exercising all arg list lengths.
Kaz Kylheku
2022-03-29
1
-0
/
+15
*
README: mention <narg.h>.
Kaz Kylheku
2022-03-29
1
-5
/
+10
*
Bump version to 20220329.
20220329
Kaz Kylheku
2022-03-29
3
-3
/
+3
*
narg: rename some arguments.
Kaz Kylheku
2022-03-29
1
-1
/
+1
*
Add cppawk-narg man page.
Kaz Kylheku
2022-03-29
2
-0
/
+301
*
case: add mixed clause.
Kaz Kylheku
2022-03-29
4
-3
/
+52
*
nargs: add splice macro.
Kaz Kylheku
2022-03-29
3
-0
/
+18
*
New public header <narg.h>.
Kaz Kylheku
2022-03-29
3
-0
/
+86
*
__revargs: rename to __revarg to rhyme with narg.
Kaz Kylheku
2022-03-28
1
-1
/
+1
*
narg: 16 argument safety red zone.
Kaz Kylheku
2022-03-28
1
-8
/
+21
*
Settle on single, most general __varexpand.
Kaz Kylheku
2022-03-28
2
-130
/
+79
*
__varexpand_simple: get rid of __rep_ macros.
Kaz Kylheku
2022-03-28
1
-136
/
+1
*
Test for features not awks.
Kaz Kylheku
2022-03-28
2
-1
/
+5
*
Simplify definition of variadic macros.
Kaz Kylheku
2022-03-28
2
-8
/
+16
*
Remove stray character in macro expansion.
Kaz Kylheku
2022-03-28
1
-1
/
+1
*
Fix some include guards lacking trailing _H.
Kaz Kylheku
2022-03-28
2
-3
/
+3
*
README: mention new case header.
Kaz Kylheku
2022-03-28
1
-2
/
+7
*
README: awkloop: test return value of geline right
Kaz Kylheku
2022-03-28
1
-1
/
+1
*
Document <case.h> with own man page; bump date.
Kaz Kylheku
2022-03-28
3
-4
/
+173
*
New <case.h> header and macro.
Kaz Kylheku
2022-03-27
8
-4
/
+553
*
man page: redesign __gawk_ver semantics.
Kaz Kylheku
2022-03-26
1
-20
/
+16
*
man page: revise BUGS section.
Kaz Kylheku
2022-03-26
1
-34
/
+15
*
Document __gawk_ver symbol.
Kaz Kylheku
2022-03-26
1
-0
/
+34
*
runtests: remove script.sh and output.
Kaz Kylheku
2022-03-26
1
-0
/
+1
*
Alignment issue in license header.
Kaz Kylheku
2022-03-25
1
-1
/
+1
*
Use awk for testsuite rather than cppawk.
Kaz Kylheku
2022-03-25
2
-3
/
+3
*
Bump version to 20220325.
20220325
Kaz Kylheku
2022-03-24
2
-2
/
+2
*
Pass -std=c99 to cpp to remove crap like #define linux.
Kaz Kylheku
2022-03-24
2
-2
/
+8
*
New --dump-macros option.
Kaz Kylheku
2022-03-24
3
-0
/
+17
*
Run all test cases with and without --nobash option.
Kaz Kylheku
2022-03-24
3
-47
/
+49
*
If Bash is available, use process substitution.
Kaz Kylheku
2022-03-24
3
-3
/
+29
*
README: rearrangement; revise Gawk @include discussion.
Kaz Kylheku
2022-03-24
1
-17
/
+30
*
__FILE__ in main program resolves to original name.
Kaz Kylheku
2022-03-24
3
-5
/
+20
*
don't delete hash-bang line; replace with #
Kaz Kylheku
2022-03-24
2
-1
/
+10
*
bugfix: collapse: don't eat blank lines.
Kaz Kylheku
2022-03-24
2
-5
/
+21
*
don't create temp file when not needed.
Kaz Kylheku
2022-03-24
1
-14
/
+17
*
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
3
-1
/
+9
*
Bump version; remove beta status from man page.
Kaz Kylheku
2022-03-24
2
-2
/
+2
[next]