[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, comment, updated. gawk-4.1.0-861-g5bbb7a
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, comment, updated. gawk-4.1.0-861-g5bbb7a9 |
Date: |
Sat, 04 Oct 2014 20:33:35 +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, comment has been updated
via 5bbb7a9ec75b08d29557876bb77f9c4349e17ce8 (commit)
via 0054d8fc4f53f27817764dee7bac7ec36fd312f8 (commit)
via 42bcb6246432790af31958d5445cd035fe9966a5 (commit)
via c8a4f8fef51ee2da94cec60017765bba9b1ea61b (commit)
via c7a0e4b598a39084c288f975a59549b6068051cf (commit)
from abff9b12506c0b8d971a7b6c9b08ada126d67e0d (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=5bbb7a9ec75b08d29557876bb77f9c4349e17ce8
commit 5bbb7a9ec75b08d29557876bb77f9c4349e17ce8
Merge: abff9b1 0054d8f
Author: Arnold D. Robbins <address@hidden>
Date: Sat Oct 4 23:33:23 2014 +0300
Merge branch 'master' into comment
diff --cc ChangeLog
index 6c7a118,38034af..bb4edd3
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,16 -1,9 +1,22 @@@
+ 2014-10-04 Arnold D. Robbins <address@hidden>
+
+ * profile.c (pp_string_fp): Fix breaklines case to actually
+ output the current letter. This broke at gawk 4.0.0. Sigh.
+ Thanks to Bert Bos (address@hidden) for the report.
+
+2014-10-02 Arnold D. Robbins <address@hidden>
+
+ * awkgram.y, profile.c: Minor white space cleanups.
+
+2014-10-01 Arnold D. Robbins <address@hidden>
+
+ Fix a few compile warnings:
+
+ * awkgram.y (split_comment): Make static.
+ General: Remove some unused variables, clean up some whitepace nits.
+
+ * profile.c (indent): Add some braces to turn off compiler warnings.
+
2014-09-29 Andrew J. Schorr <address@hidden>
* main.c (main): In optlist, it should say "h", not "h:", since there
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +
doc/ChangeLog | 6 +
doc/gawk.info | 416 +++++++++++++++++++++++++++---------------------------
doc/gawk.texi | 4 +-
doc/gawktexi.in | 4 +-
profile.c | 4 +-
test/ChangeLog | 5 +
test/Makefile.am | 9 +-
test/Makefile.in | 9 +-
test/genpot.awk | 1 +
test/genpot.ok | 5 +
11 files changed, 253 insertions(+), 216 deletions(-)
create mode 100644 test/genpot.awk
create mode 100644 test/genpot.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, comment, updated. gawk-4.1.0-861-g5bbb7a9,
Arnold Robbins <=