[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. 69239a8fd65ad7f55cc2d56
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. 69239a8fd65ad7f55cc2d567c933a800d5d10fac |
Date: |
Fri, 28 Oct 2011 12:10:40 +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, master has been updated
via 69239a8fd65ad7f55cc2d567c933a800d5d10fac (commit)
via 8daacca02f8ae18ff1e2cdd38fbc01985b045432 (commit)
via 77deb36f927d2185dc2e3c7c8906071d277543ec (commit)
from 44cd8b0b374419f77febc504b0053b87c894810c (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=69239a8fd65ad7f55cc2d567c933a800d5d10fac
commit 69239a8fd65ad7f55cc2d567c933a800d5d10fac
Merge: 44cd8b0 8daacca
Author: Arnold D. Robbins <address@hidden>
Date: Fri Oct 28 14:10:11 2011 +0200
Merge branch 'gawk-4.0-stable'
diff --cc ChangeLog
index b4b3ae2,75dc14c..dbead39
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,10 +1,18 @@@
+ 2011-10-27 Arnold D. Robbins <address@hidden>
+
+ * builtin.c (do_strftime): Per Pat Rankin, instead of casting
+ fclock, use a long variable and check for negative or overflow.
+
2011-10-25 Arnold D. Robbins <address@hidden>
+ Merge with gawk_performance branch done. Additionally:
+
+ * cint_array.c, int_array.c, str_array.c: Fix compiler complaints
+ about printf formats (signed / unsigned vs. %d / %u).
+ * eval.c (setup_frame): Add a missing return value.
+
+2011-10-25 Arnold D. Robbins <address@hidden>
+
* Makefile.am (dist-hook): Use `cd $(srcdir)/pc' so that
`make distcheck' works completely.
* builtin.c (do_strftime): Add cast to long int in check
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++
builtin.c | 6 ++-
pc/ChangeLog | 4 ++
pc/Makefile.tst | 95 ++++++++++++++++++++++++++++++++++++++++++++-----------
4 files changed, 89 insertions(+), 21 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. 69239a8fd65ad7f55cc2d567c933a800d5d10fac,
Arnold Robbins <=