]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
[bison.git] / ChangeLog
index dfa5420a9dc8914d0b599d0e9e27902be4946fe7..dde03052818835b0cf1edda155aefb508c884900 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
+       Sander Brandenburg in
+       <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
+       Also, fix minor white space and comment issues.
+
 2006-09-04  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Finish implementation of per-type %destructor/%printer.  Discussed