index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework namespace handling to make simpler and correct. Add two test cases.
Arnold D. Robbins
2019-01-25
1
-1
/
+1
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-1
/
+1
*
Update to Bison 3.2.1.
Arnold D. Robbins
2018-11-17
1
-194
/
+187
*
Upgrade to Bison 3.1.
Arnold D. Robbins
2018-09-16
1
-158
/
+159
*
Fix the FSF's address in a few files that still needed it.
Arnold D. Robbins
2017-10-08
1
-91
/
+91
*
Some cleanup about checking letters and identifiers.
Arnold D. Robbins
2017-07-11
1
-1
/
+1
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-29
/
+29
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-91
/
+91
|
\
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-91
/
+91
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-11-26
1
-0
/
+2
|
\
|
|
*
Add "exit" as synonym for "quit" in the debugger.
Arnold D. Robbins
2015-11-26
1
-0
/
+2
*
|
Merge branch 'gawk-4.1-stable' (zOS updates included)
Arnold D. Robbins
2015-10-04
1
-0
/
+37
|
\
|
|
*
Rework zOS patches; keep separate from autotools.
Arnold D. Robbins
2015-08-02
1
-0
/
+37
*
|
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-01-26
1
-2
/
+2
|
\
|
|
*
Move to Bison 3.0.4.
Arnold D. Robbins
2015-01-24
1
-2
/
+2
*
|
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-01-20
1
-3
/
+3
|
\
|
|
*
Update to bison 3.0.3.
Arnold D. Robbins
2015-01-19
1
-3
/
+3
*
|
More fixes to stop allocating an extra byte.
Arnold D. Robbins
2014-12-14
1
-5
/
+5
|
/
*
Add "where" command to debugger (alias for backtrace).
Arnold D. Robbins
2014-09-28
1
-0
/
+2
*
Finish excising isalpha and isalnum. Document.
Arnold D. Robbins
2014-09-15
1
-3
/
+3
*
Continue to straighten out enum usage.
Arnold D. Robbins
2014-03-05
1
-1
/
+1
*
Update to Bison 3.0.2.
Arnold D. Robbins
2014-02-15
1
-807
/
+622
*
Move a function around in command.y.
Arnold D. Robbins
2014-01-07
1
-3
/
+3
*
Rebuild command.c also.
Arnold D. Robbins
2013-04-16
1
-89
/
+89
*
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2013-02-26
1
-11
/
+23
|
\
*
|
Merge branch 'gawk-4.0-stable'. Automake and bison.
Arnold D. Robbins
2012-12-15
1
-93
/
+96
|
\
|
|
*
Move to bison 2.7.
Arnold D. Robbins
2012-12-15
1
-93
/
+96
*
|
Merge branch 'gawk-4.0-stable' (go to bison 2.6.5)
Arnold D. Robbins
2012-11-10
1
-126
/
+88
|
\
|
|
*
Update to bison 2.6.5.
Arnold D. Robbins
2012-11-10
1
-126
/
+88
*
|
Merge branch 'gawk-4.0-stable'.
Arnold D. Robbins
2012-10-28
1
-97
/
+108
|
\
|
|
*
Update to bison 2.6.4.
Arnold D. Robbins
2012-10-28
1
-245
/
+189
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2012-08-26
1
-236
/
+169
|
\
|
*
|
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-29
/
+29
*
|
Merge branch 'gawk-4.0-stable' (latest infrastructure).
Arnold D. Robbins
2012-04-27
1
-92
/
+93
|
\
|
|
*
Minor cleanups in debugger.
Arnold D. Robbins
2012-04-26
1
-92
/
+93
*
|
Rebuild after merge from gawk_mpfr.
Arnold D. Robbins
2012-04-27
1
-74
/
+74
*
|
Change MPFR variable RND_MODE to ROUND_MODE.
john haque
2012-04-12
1
-75
/
+75
*
|
Edit doc. Bring awkgram.c and command.c up to date.
Arnold D. Robbins
2012-04-08
1
-74
/
+74
*
|
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-2
/
+11
*
|
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-80
/
+86
*
|
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-274
/
+323
|
\
|
|
*
Remove ancient STREQ, STREQN macros.
Arnold D. Robbins
2011-12-31
1
-271
/
+312
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-12-08
1
-322
/
+273
|
\
|
*
|
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-5
/
+4
*
|
Speed/memory performance improvements.
john haque
2011-10-12
1
-313
/
+351
|
/
*
Fix problem with subarray of deleted array.
Arnold D. Robbins
2011-05-04
1
-1
/
+1
*
Fix ctype calls on Cygwin.
Arnold D. Robbins
2011-02-01
1
-88
/
+96
*
Fixes from John Haque.
Arnold D. Robbins
2010-11-22
1
-1
/
+1
*
Bring latest byte code gawk into git. Hurray!
Arnold D. Robbins
2010-11-18
1
-0
/
+3646