CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/09/05 13:25:24
Index: TODO
===================================================================
RCS file: /sources/m4/m4/TODO,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- TODO 22 Aug 2006 16:16:47 -0000 1.19
+++ TODO 5 Sep 2006 13:25:24 -0000 1.20
@@ -10,9 +10,6 @@
+ The test case `other-tests/stackovf.test' does not work.
- + Some characters, such as comma, are still hardcoded, and do not
- follow changes in the syntax table.
-
+ stack overflow is basically broken
The routines to detect stack overflow throuh segv are basically
@@ -28,17 +25,6 @@
Marc Espie
[EMAIL PROTECTED]
- + ~/src/ace % m4 --trace undefine -dV nostromo Err 1$
- m4 debug: NONE: 0: input read from stdin
- undefine(`undefine')
- m4trace:stdin:1: -1- id 1: undefine ...
- m4trace:stdin:1: -1- id 1: undefine(`undefine') -> ???
- m4trace:stdin:1: -1- id 1: [EMAIL PROTECTED](...)
-
- --
- Akim Demaille
- [EMAIL PROTECTED]
-
* FEATURES OR PROBLEMS
@@ -74,9 +60,6 @@
--
Stepan Kasal <[EMAIL PROTECTED]>
- + The $ used in user defined macros cannot be changed through
- changesyntax. It should be handled as a modifier.
-
+ If configured --with-gmp for multiple precision arithmetic there are
some warnings, but it passes the tests.