CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/07/09 12:54:27
Index: TODO =================================================================== RCS file: /sources/m4/m4/TODO,v retrieving revision 1.1.1.1.2.2 retrieving revision 1.1.1.1.2.3 diff -u -b -r1.1.1.1.2.2 -r1.1.1.1.2.3 --- TODO 22 Aug 2006 16:13:38 -0000 1.1.1.1.2.2 +++ TODO 9 Jul 2007 12:54:27 -0000 1.1.1.1.2.3 @@ -4,6 +4,9 @@ of these ideas, listed more or less in decreasing order of priority. * Features or problems + - Fix format() builtin to handle %c more like printf(1) in the shell + http://lists.gnu.org/archive/html/bug-m4/2007-05/msg00047.html + Also, gnulib needs help to overcome mingw bugs related to format(). - Update documentation from accumulated mail about it - Study synclines at the very beginning of each diverted sequence - Make eval work on bignums - the 32 bits limit is artificial @@ -34,7 +37,7 @@ outline-regexp: " *[-+*.] \\|" End: -Copyright (C) 2000, 2006 Free Software Foundation, Inc. +Copyright (C) 2000, 2006, 2007 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or
