From f82aa0619d803ebe0dc1710edf1a3e108a4210c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Fri, 3 Apr 2015 11:01:17 -0400 Subject: In NEWS file, rename div to intdiv. --- ChangeLog | 4 ++++ NEWS | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a395564..9b9b114c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-04-02 Andrew J. Schorr + + * NEWS: Rename div to intdiv. + 2015-04-02 Arnold D. Robbins Rename div() to intdiv(). diff --git a/NEWS b/NEWS index 0c27c2c0..d3c1b055 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. -- cgit v1.2.3