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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
FIELDWIDTHS parsing should protect against blanks after skip separator, and f...
Andrew J. Schorr
2017-05-24
1
-0
/
+7
*
Additional robustness in FIELDWIDTHS parsing.
Arnold D. Robbins
2017-05-23
1
-0
/
+5
*
And update ChangeLog about NEWS update.
Arnold D. Robbins
2017-05-23
1
-0
/
+1
*
Greatly improve FIELDWIDTHS behavior, doc, and tests.
Arnold D. Robbins
2017-05-23
1
-0
/
+7
*
Make lint checking for "no effect" case smarter about line numbers.
Arnold D. Robbins
2017-05-20
1
-0
/
+5
*
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk
Arnold D. Robbins
2017-05-01
1
-0
/
+12
|
\
|
*
Fix bug where Node_regex was setting valref, and restore valref to Node_val p...
Andrew J. Schorr
2017-04-26
1
-0
/
+12
*
|
Additional fix for --source, and add test case.
Arnold D. Robbins
2017-05-01
1
-0
/
+6
|
/
*
Remove unused parts of the NODE.
Arnold D. Robbins
2017-04-24
1
-0
/
+8
*
Fix --source to be like 3.1.x and improve the doc.
Arnold D. Robbins
2017-04-23
1
-0
/
+6
*
Really fix the 64 bit alignment issue.
Arnold D. Robbins
2017-04-21
1
-0
/
+8
*
Fix 64-bit compilation without MPFR.
Arnold D. Robbins
2017-04-20
1
-0
/
+12
*
Fixes for intdiv function, including documentation.
Arnold D. Robbins
2017-04-16
1
-0
/
+7
*
Compile fix for Mac OS X.
Arnold D. Robbins
2017-04-12
1
-0
/
+3
*
Fix a memory leak in mpfr formatting values.
Arnold D. Robbins
2017-04-12
1
-0
/
+5
*
Fix valgrind invalid read issues in new fpat parsing.
Arnold D. Robbins
2017-04-12
1
-0
/
+3
*
Fix FPAT problems.
Arnold D. Robbins
2017-04-12
1
-0
/
+8
*
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-04-12
1
-0
/
+41
|
\
|
*
Merge branch 'master' into feature/memleak
Arnold D. Robbins
2017-04-12
1
-0
/
+148
|
|
\
|
*
\
Merge branch 'master' into feature/memleak
feature/memleak
Arnold D. Robbins
2017-04-11
1
-0
/
+8
|
|
\
\
|
*
|
|
Use Op_illegal instead of 0 in a couple of places for greater clarity.
Andrew J. Schorr
2017-04-10
1
-0
/
+9
|
*
|
|
Small style change in symbol.c.
Arnold D. Robbins
2017-04-10
1
-0
/
+4
|
*
|
|
Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks.
Andrew J. Schorr
2017-04-07
1
-0
/
+15
|
*
|
|
fixes for memory leak for user-supplied sorting function.
Arnold D. Robbins
2017-04-04
1
-0
/
+15
*
|
|
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-04-12
1
-0
/
+150
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-04-11
1
-0
/
+8
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Trivial change to field.c set_FIELDWIDTHS for type consistency.
Andrew J. Schorr
2017-04-10
1
-0
/
+5
|
*
|
|
Fix comment in fw_parse_field and white space in gawkapi.h.
Andrew J. Schorr
2017-04-09
1
-0
/
+5
|
*
|
|
Minor edits in feature/api-parser prepatory to merging.
Arnold D. Robbins
2017-03-27
1
-0
/
+8
|
*
|
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-27
1
-0
/
+9
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-25
1
-0
/
+5
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-24
1
-0
/
+10
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-23
1
-0
/
+4
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".
Andrew J. Schorr
2017-03-22
1
-0
/
+4
|
*
|
|
|
|
|
Start to document new FIELDWIDTHS and API input parser capabilities.
Andrew J. Schorr
2017-03-22
1
-0
/
+5
|
*
|
|
|
|
|
Fix gawkapi.h comment describing the new get_record field_width argument.
Andrew J. Schorr
2017-03-22
1
-0
/
+5
|
*
|
|
|
|
|
Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API...
Andrew J. Schorr
2017-03-21
1
-0
/
+40
|
*
|
|
|
|
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-20
1
-0
/
+29
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
For API input field parsing, use an array of structs instead of an array of i...
Andrew J. Schorr
2017-03-09
1
-0
/
+19
|
*
|
|
|
|
|
|
Minor style edits in field.c.
Arnold D. Robbins
2017-03-09
1
-0
/
+4
|
*
|
|
|
|
|
|
Rename variable in field.c and added a comment for improved clarity.
Andrew J. Schorr
2017-03-06
1
-0
/
+7
|
*
|
|
|
|
|
|
Add a 6th argument to the API get_record function instead of having a separat...
Andrew J. Schorr
2017-03-06
1
-0
/
+14
|
*
|
|
|
|
|
|
Enable an API input parser to supply an array of field widths to override the...
Andrew J. Schorr
2017-03-05
1
-0
/
+34
*
|
|
|
|
|
|
|
Merge branch 'master' into feature/stringfix
feature/stringfix
Arnold D. Robbins
2017-04-11
1
-0
/
+8
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Fix EPIPE handling in the MinGW build.
Eli Zaretskii
2017-04-08
1
-0
/
+8
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-03-27
1
-0
/
+9
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Die with SIGPIPE when EPIPE happens on stdout.
Arnold D. Robbins
2017-03-27
1
-0
/
+9
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-03-25
1
-0
/
+5
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
Small improvement in io.c:flush_io.
Arnold D. Robbins
2017-03-25
1
-0
/
+5
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-03-24
1
-0
/
+10
|
\
\
\
\
\
|
|
/
/
/
/
[next]