index
:
delta/gawk.git
array-iface
baserock/build-essential
baserock/morph
baserock/richardmaw/S8564/ro-staging-area
baserock/sam/meson
baserock/tiagogomes/armv8l64
cmake
comment
constants
dead-branches/async-events
dead-branches/constants
dead-branches/detect-local
dead-branches/doc/using-git
dead-branches/long-double
dead-branches/memory-work
dead-branches/nolibtool
dead-branches/num-handler
dead-branches/revamp-scalar-comparisons
easter-eggs/detect-local
egtests
feature/andy
feature/api-min-max
feature/api-mpfr
feature/api-parser
feature/array-iface
feature/assoc_set
feature/better-index
feature/bool
feature/cmake
feature/cmp_scalars
feature/cpp-compile
feature/dev-5.0
feature/docit
feature/fix-comments
feature/fix-indirect-call
feature/fix-ns-memleak
feature/fixtype
feature/gnulib-regex
feature/improve-inet
feature/improve-tests
feature/iolint
feature/memleak
feature/memory-work
feature/namespaces
feature/nl_langinfo
feature/nocopy
feature/regex-to-api
feature/regex-type
feature/shadow-builtins
feature/stringfix
feature/typed-regex
feature/typed-regex-2
feature/wasted-byte
feature/zOS
feature/zOS-try2
features/docit
gawk-2.10-from-net
gawk-3.1-stable
gawk-4.0-stable
gawk-4.1-stable
gawk-4.2-stable
gawk-5.0-stable
gawk-5.1-stable
gawk-5.2-stable
gawk-stable
gnulib-regex-again
long-double
master
memory-work
new-vms
nolibtool
non-fatal-io
non-fatal-io-2
num-handler
porting
print-exp
select
wasted-byte
zos-debug
git.savannah.gnu.org: git/gawk.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
awkgram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix calling user defined functions from eval.
Arnold D. Robbins
2019-02-17
1
-419
/
+425
*
Fix plain `print' to work if profiling.
Arnold D. Robbins
2019-02-15
1
-289
/
+293
*
Update TODO, disallow @/.../ as second arg to index.
Arnold D. Robbins
2019-02-03
1
-1
/
+1
*
Update to Bison 3.3.
Arnold D. Robbins
2019-02-02
1
-1101
/
+1115
*
Further simply namespace handling in awkgram.y.
Arnold D. Robbins
2019-01-28
1
-960
/
+955
*
Rework namespace handling to make simpler and correct. Add two test cases.
Arnold D. Robbins
2019-01-25
1
-968
/
+952
*
Code cleanups.
feature/fix-ns-memleak
Arnold D. Robbins
2019-01-21
1
-489
/
+421
*
Fix last namespace leak in test suite via change during parsing.
Arnold D. Robbins
2019-01-21
1
-454
/
+454
*
Restore passing tests in namespace code.
Arnold D. Robbins
2019-01-20
1
-460
/
+472
*
Continue fixing memory leaks related to namespaces.
Arnold D. Robbins
2019-01-19
1
-437
/
+516
*
Start fixing memory leaks in namespace management.
Arnold D. Robbins
2019-01-18
1
-36
/
+62
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-1040
/
+1330
*
Implement optional second array arg to type of returning info on variable int...
Andrew J. Schorr
2019-01-09
1
-2
/
+12
*
Additional commenting fix.
Arnold D. Robbins
2018-12-02
1
-0
/
+10
*
Some polishing in awkgram.y.
Arnold D. Robbins
2018-11-29
1
-762
/
+748
*
More adjustments. profile11 now gets all the comments!
Arnold D. Robbins
2018-11-28
1
-428
/
+445
*
Improve comments before/after functions.
Arnold D. Robbins
2018-11-27
1
-395
/
+413
*
Continue polishing comments. New test.
Arnold D. Robbins
2018-11-26
1
-3
/
+7
*
Get comments at outermost level working.
Arnold D. Robbins
2018-11-24
1
-432
/
+453
*
Merge branch 'master' into feature/fix-comments
Arnold D. Robbins
2018-11-17
1
-436
/
+429
|
\
|
*
Merge branch 'gawk-4.2-stable'
Arnold D. Robbins
2018-11-17
1
-414
/
+407
|
|
\
|
|
*
Update to Bison 3.2.1.
Arnold D. Robbins
2018-11-17
1
-414
/
+407
*
|
|
More improvements on block comments.
Arnold D. Robbins
2018-11-11
1
-423
/
+444
*
|
|
Improve comments after a closing brace on statements.
Arnold D. Robbins
2018-11-11
1
-424
/
+422
*
|
|
Handle comments after commas in expression lists.
Arnold D. Robbins
2018-10-30
1
-310
/
+318
*
|
|
Dump list of @include files at end when pretty printing.
Arnold D. Robbins
2018-10-28
1
-460
/
+416
*
|
|
Add comments to @load. Start for @include.
Arnold D. Robbins
2018-10-20
1
-435
/
+489
*
|
|
Handle comments after the `;' in for loops.
Arnold D. Robbins
2018-10-17
1
-313
/
+341
*
|
|
Distinguish print $0 from print. Doc updates. Fix case and default.
Arnold D. Robbins
2018-10-17
1
-1
/
+1
*
|
|
Comment handling for array for loops.
Arnold D. Robbins
2018-10-16
1
-319
/
+325
*
|
|
Continue with comments, especially case and default.
Arnold D. Robbins
2018-10-16
1
-413
/
+453
*
|
|
Improvements for comments in do...while and debug dump.
Arnold D. Robbins
2018-10-14
1
-320
/
+330
*
|
|
Fix comments for && and ||, other small changes.
Arnold D. Robbins
2018-10-10
1
-466
/
+449
*
|
|
Improve handling of braced statements and comments in if/else.
Arnold D. Robbins
2018-10-10
1
-325
/
+361
*
|
|
Fix empty statement handling.
Arnold D. Robbins
2018-10-09
1
-372
/
+384
*
|
|
Continued improvements in comment refactoring.
Arnold D. Robbins
2018-10-09
1
-446
/
+486
*
|
|
Improve handling of comments on braces for action rule.
Arnold D. Robbins
2018-10-06
1
-363
/
+382
*
|
|
Fix switch and ?:. also range expressions. Start on functions.
Arnold D. Robbins
2018-10-04
1
-399
/
+418
*
|
|
Comments: range expressions and switch statement.
Arnold D. Robbins
2018-10-03
1
-367
/
+389
*
|
|
Start at revamping comment handling for the pretty printer.
Arnold D. Robbins
2018-09-21
1
-622
/
+573
*
|
|
Reset comment changes to be equal to master.
Arnold D. Robbins
2018-09-21
1
-929
/
+904
*
|
|
Merge branch 'master' into feature/fix-comments
Arnold D. Robbins
2018-09-16
1
-381
/
+382
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'gawk-4.2-stable'
Arnold D. Robbins
2018-09-16
1
-379
/
+380
|
|
\
\
|
|
|
/
|
|
*
Upgrade to Bison 3.1.
Arnold D. Robbins
2018-09-16
1
-379
/
+380
*
|
|
Merge branch 'master' into feature/fix-comments
Arnold D. Robbins
2018-08-02
1
-232
/
+239
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'gawk-4.2-stable'
Arnold D. Robbins
2018-08-02
1
-232
/
+239
|
|
\
\
|
|
|
/
|
|
*
Add lint warning for escaped newlines.
Arnold D. Robbins
2018-08-02
1
-0
/
+2
|
|
*
Fix handling of physical newlines in -v arguments and related improvemnts.
Arnold D. Robbins
2018-07-31
1
-0
/
+2
|
|
*
Forgot to commit awkgram.c.
Arnold D. Robbins
2018-07-27
1
-6
/
+6
|
|
*
Add lint warning for `print "foo" > "foo" 1'.
Arnold D. Robbins
2018-07-27
1
-232
/
+235
[next]