[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, non-fatal-io, updated. gawk-4.1.0-1034-g
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, non-fatal-io, updated. gawk-4.1.0-1034-gb5a873f |
Date: |
Wed, 07 Jan 2015 20:35:22 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, non-fatal-io has been updated
via b5a873fe5a139d0209058edbdfa3007f76de1174 (commit)
via 2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7 (commit)
via b1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (commit)
via f70399532bd105c5f42ca040846aa537a8fa27bc (commit)
via 385f22a32c3794615d713e519ae290eb09b2c4d2 (commit)
via 9fc264e33c0fcc77ed18860a47bea824d75daebd (commit)
from 15a1d8d213380bd99b5dfe7f4cafcd6dedb8f0dc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=b5a873fe5a139d0209058edbdfa3007f76de1174
commit b5a873fe5a139d0209058edbdfa3007f76de1174
Merge: 15a1d8d 2ff844d
Author: Arnold D. Robbins <address@hidden>
Date: Wed Jan 7 22:35:13 2015 +0200
Merge branch 'master' into non-fatal-io
diff --cc ChangeLog
index 0ee6bf2,f3af860..d20c558
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,9 -1,21 +1,27 @@@
+ 2015-01-07 Arnold D. Robbins <address@hidden>
+
+ * configure.ac: Update debug flags if developing.
+ * awkgram.y (yylex): Regex parsing bug fix for bracket expressions.
+ Thanks to Mike Brennan for the report.
+ * builtin.c (format_tree): Catch non-use of count$ for dynamic
+ field width or precision.
+
+ Unrelated:
+
+ Load deferred variables if extensions are used; they might
+ want to access PROCINFO and/or ENVIRON. Thanks to Andrew Schorr
+ for pointing out the issue.
+
+ * awkgram.y (extensions_used): New variable. Set it on @load.
+ (do_add_scrfile): Set it on -l.
+ (process_deferred): Check it also.
+
+2014-12-27 Arnold D. Robbins <address@hidden>
+
+ * awk.h (is_non_fatal_std): Declare new function.
+ * io.c (is_non_fatal_std): New function.
+ * builtin.c (efwrite): Call it.
+
2014-12-24 Arnold D. Robbins <address@hidden>
* profile.c (pprint): Be sure to set ip2 in all paths
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 18 +
awkgram.c | 740 +++++++++++++++++----------------
awkgram.y | 24 +-
builtin.c | 7 +-
configure | 2 +-
configure.ac | 4 +-
extension/ChangeLog | 4 +
extension/testext.c | 8 +-
test/ChangeLog | 14 +
test/Makefile.am | 11 +-
test/Makefile.in | 21 +-
test/Maketests | 10 +
test/printfbad4.awk | 5 +
test/printfbad4.ok | 2 +
test/regexpbrack.awk | 2 +
test/{arrayprm2.ok => regexpbrack.in} | 0
test/{arrayprm2.ok => regexpbrack.ok} | 0
test/testext.ok | 2 +-
18 files changed, 478 insertions(+), 396 deletions(-)
create mode 100644 test/printfbad4.awk
create mode 100644 test/printfbad4.ok
create mode 100644 test/regexpbrack.awk
copy test/{arrayprm2.ok => regexpbrack.in} (100%)
copy test/{arrayprm2.ok => regexpbrack.ok} (100%)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, non-fatal-io, updated. gawk-4.1.0-1034-gb5a873f,
Arnold Robbins <=