CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/01/03 14:44:11
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.33 retrieving revision 1.34 diff -u -b -r1.33 -r1.34 --- NEWS 23 Dec 2006 00:02:20 -0000 1.33 +++ NEWS 3 Jan 2007 14:44:11 -0000 1.34 @@ -1,5 +1,5 @@ GNU m4 NEWS - History of user-visible changes. -*- outline -*- -Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2006 Free Software +Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2006, 2007 Free Software Foundation, Inc. * Version beta 1.9b - ???, by ??? (CVS version 1.9a) @@ -90,6 +90,9 @@ *** The `defn' builtin now allows any number of arguments, as POSIX requires. - FIXME: This still doesn't work with concatenating builtins with text. +*** The `eval' builtin now follows C precedence rules. Additionally, + short-circuit operators correctly short-circuit division by zero. + - FIXME: POSIX recommends using ${10} instead of $10 for the tenth positional argument. We should deprecate $10.