summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-11-18 14:35:21 +0100
committerAkim Demaille <demaille@gostai.com>2008-11-18 21:06:21 +0100
commit1e0348079323bc0dcf023e60873c976c77ece418 (patch)
tree551baa972382e11756efbe4cd4efa1e302cebef4
parente3dda35c52a738c4fb2f51f7968ebaf084eb51f9 (diff)
downloadbison-1e0348079323bc0dcf023e60873c976c77ece418.tar.gz
More TODO.
* TODO: More short term issues.
-rw-r--r--ChangeLog5
-rw-r--r--TODO14
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94999b35..6098a6b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-11-18 Akim Demaille <demaille@gostai.com>
+ More TODO.
+ * TODO: More short term issues.
+
+2008-11-18 Akim Demaille <demaille@gostai.com>
+
Regen.
* src/parse-gram.h, src/parse-gram.c: Regen.
diff --git a/TODO b/TODO
index 8343bbb3..a9ec3083 100644
--- 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++.