diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,6 +29,11 @@ Changes from 4.1.x to 4.2.0 system for those who may want it; gawk is not going to switch off use of the autotools anytime soon, if ever. +7. Gawk now processes a maximum of two hexadecimal digits in \x + escape sequences inside strings. + +8. MirBSD is no longer supported. + Changes from 4.1.1 to 4.1.2 --------------------------- @@ -45,6 +50,9 @@ Changes from 4.1.1 to 4.1.2 4. A number of bugs have been fixed in the MPFR code. +5. Indirect function calls now work for both built-in and + extension functions. + XX. A number of bugs have been fixed. See the ChangeLog. Changes from 4.1.0 to 4.1.1 |