diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,4 +1,4 @@ - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -15,6 +15,15 @@ Changes from 4.0.1 to 4.1 * Use -p to do profiling. 2. The new -l option is used for loading dynamic extensions. + +3. Gawk now supports high precision arithmetic with MPFR. + +4. A number of facilities from xgawk have been merged in! + +Changes from 4.0.1 to 4.0.2 +--------------------------- + +1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12. Changes from 4.0.0 to 4.0.1 --------------------------- @@ -23,7 +32,11 @@ Changes from 4.0.0 to 4.0.1 the behavior of 3.1. It was silly to think I could break compatibility that way, even for standards compliance. -XXX. Lots of minor bugs fixed and portability clean-ups along the way. See +2. Completed the implementation of Rational Range Interpretation. + +3. Failure to get the group set is no longer a fatal error. + +4. Lots of minor bugs fixed and portability clean-ups along the way. See the ChangeLog for details. Changes from 3.1.8 to 4.0.0 |