aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-12 21:06:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-12 21:06:01 +0300
commitb67bfbf047997afed7d70362adfe38a271836cbe (patch)
treefcf3bd4d6abbc68413210c2398f0afbf87448605 /NEWS
parent148a945e9ad6c88e48b3d326dc879e2709c9c253 (diff)
downloadegawk-b67bfbf047997afed7d70362adfe38a271836cbe.tar.gz
egawk-b67bfbf047997afed7d70362adfe38a271836cbe.tar.bz2
egawk-b67bfbf047997afed7d70362adfe38a271836cbe.zip
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1c5ddece..87f5b9ea 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,16 @@ Changes from 5.0.1 to 5.0.2
2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
second destination array is supplied. Similarly, using either array as
- the second argument is now a fatal error.
+ the second argument is now a fatal error. Additionally, using either
+ array as the destination for split(), match(), etc. also causes a
+ fatal error.
3. The new -I/--trace option prints a trace of the byte codes as they
are executed.
+4. A number of subtle bugs relating to MPFR mode that caused differences
+ between regular operation and MPFR mode have been fixed.
+
Changes from 5.0.1 to 5.1.0
---------------------------