]> git.saurik.com Git - bison.git/commitdiff
More TODO.
authorAkim Demaille <demaille@gostai.com>
Tue, 18 Nov 2008 13:35:21 +0000 (14:35 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 18 Nov 2008 20:06:21 +0000 (21:06 +0100)
* TODO: More short term issues.

ChangeLog
TODO

index 94999b35a4969fdefdefc70b4bb82b5424318673..6098a6b0a0e6e55f02d2fc0e1ee4304ec1ca865c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-18  Akim Demaille  <demaille@gostai.com>
+
+       More TODO.
+       * TODO: More short term issues.
+
 2008-11-18  Akim Demaille  <demaille@gostai.com>
 
        Regen.
diff --git a/TODO b/TODO
index 8343bbb3aabd2712855b6e408d6066a2522cfbec..a9ec30838b565d201ad35ff8021a92f8e9c5a5ed 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,20 @@
 -*- outline -*-
 
 * Short term
+** Use b4_symbol in all the skeleton
+Then remove the older system, including the tables generated by
+output.c
+
+** Update the documentation on gnu.org
+
+** Get rid of fake #lines [Bison: ...]
+Possibly as simple as checking whether the column number is nonnegative.
+
+I have seen messages like the following from GCC.
+
+<built-in>:0: fatal error: opening dependency file .deps/libltdl/argz.Tpo: No such file or directory
+
+
 ** Document %define assert
 
 ** Discuss about %printer/%destroy in the case of C++.