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
/
command.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace from a bunch of files.
Arnold D. Robbins
2023-02-26
1
-1
/
+1
*
Update to Bison 3.8.
Arnold D. Robbins
2021-09-10
1
-0
/
+1
*
Update a bunch of copyright years.
Arnold D. Robbins
2021-01-09
1
-1
/
+1
*
Improve use of types throughout.
Arnold D. Robbins
2021-01-08
1
-4
/
+4
*
Make all messages consistent: no final periods.
Arnold D. Robbins
2020-08-24
1
-45
/
+45
*
Update copyright years.
Arnold D. Robbins
2020-03-20
1
-1
/
+1
*
First round of message improvements.
Arnold D. Robbins
2020-03-09
1
-14
/
+14
*
Update copyright years. Fix a typo in ChangeLog.1.
Arnold D. Robbins
2019-07-21
1
-1
/
+1
*
Fix core dump upon syntax error.
Arnold D. Robbins
2019-04-18
1
-7
/
+7
*
Improvements for z/OS, building and test suite.
Arnold D. Robbins
2019-02-25
1
-1
/
+1
*
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
*
Fix the FSF's address in a few files that still needed it.
Arnold D. Robbins
2017-10-08
1
-1
/
+2
*
Some cleanup about checking letters and identifiers.
Arnold D. Robbins
2017-07-11
1
-2
/
+2
*
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
-40
/
+40
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-09-08
1
-1
/
+1
|
\
|
*
Update command.y to version 3 of the GPL.
Arnold D. Robbins
2016-09-08
1
-1
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+2
|
\
\
|
|
/
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+2
*
|
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
*
|
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
*
Minor improvements in a few files.
Arnold D. Robbins
2014-01-12
1
-1
/
+1
*
Move a function around in command.y.
Arnold D. Robbins
2014-01-07
1
-3
/
+3
*
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
-9
/
+10
|
\
|
*
Minor cleanups in debugger.
Arnold D. Robbins
2012-04-26
1
-9
/
+10
*
|
Change MPFR variable RND_MODE to ROUND_MODE.
john haque
2012-04-12
1
-1
/
+1
*
|
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
-6
/
+12
*
|
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-1
/
+1
|
\
\
|
|
/
|
*
Remove ancient STREQ, STREQN macros.
Arnold D. Robbins
2011-12-31
1
-1
/
+1
*
|
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
-43
/
+40
|
/
*
Fix problem with subarray of deleted array.
Arnold D. Robbins
2011-05-04
1
-1
/
+1
*
Update copyrights.
Arnold D. Robbins
2011-02-27
1
-1
/
+1
*
Fix ctype calls on Cygwin.
Arnold D. Robbins
2011-02-01
1
-2
/
+2
*
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
/
+1680