CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/11/11 12:54:47
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.79 retrieving revision 1.1.1.1.2.80 diff -u -b -r1.1.1.1.2.79 -r1.1.1.1.2.80 --- NEWS 1 Nov 2006 13:44:53 -0000 1.1.1.1.2.79 +++ NEWS 11 Nov 2006 12:54:46 -0000 1.1.1.1.2.80 @@ -43,7 +43,8 @@ * The `changecom' and `changequote' macros now treat an empty second argument the same as if it were missing, rather than using the empty string and making it impossible to end a comment or quote. -* The `translit' macro now operates in linear instead of quadratic time. +* The `translit' macro now operates in linear instead of quadratic time, + and is now eight-bit clean. * The `-D', `-U', `-s', and `-t' command line options now take effect after any files encountered earlier on the command line, rather than up front, as is done in traditional implementations and required by POSIX.
