[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1247-gf82aa0
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1247-gf82aa06 |
Date: |
Fri, 03 Apr 2015 15:01:42 +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 f82aa0619d803ebe0dc1710edf1a3e108a4210c8 (commit)
from ddc290584b39bab2c1edcec935a31ea12d343246 (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=f82aa0619d803ebe0dc1710edf1a3e108a4210c8
commit f82aa0619d803ebe0dc1710edf1a3e108a4210c8
Author: Andrew J. Schorr <address@hidden>
Date: Fri Apr 3 11:01:17 2015 -0400
In NEWS file, rename div to intdiv.
diff --git a/ChangeLog b/ChangeLog
index 0a39556..9b9b114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-02 Andrew J. Schorr <address@hidden>
+
+ * NEWS: Rename div to intdiv.
+
2015-04-02 Arnold D. Robbins <address@hidden>
Rename div() to intdiv().
diff --git a/NEWS b/NEWS
index 0c27c2c..d3c1b05 100644
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Changes from 4.1.x to 4.2.0
4. The igawk script and igawk.1 man page are no longer installed by
`make install'. They have been obsolete since gawk 4.0.0.
-5. Gawk now has a `div()' function to perform integer division; this is
+5. Gawk now has a `intdiv()' function to perform integer division; this is
primarily useful for the -M option to avoid MPFR division when all
values involved are integers.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
NEWS | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1247-gf82aa06,
Andrew J. Schorr <=