]> git.saurik.com Git - bison.git/commitdiff
Document last checkin a bit better.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Dec 2006 00:39:07 +0000 (00:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Dec 2006 00:39:07 +0000 (00:39 +0000)
ChangeLog

index 6901a5b10efa827937b1bc35d57c26a1e0b09fc0..34ec0b117e20d9528d03041515ce294c29b5ed07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * NEWS: Reword the %language news a bit, and put it earlier.
+
        * src/getargs.c (skeleton_arg): Last arg is now location const *.
        Rewrite to simplify the logic.
        (language_argmatch): Likewise.
+       (program_name): We now own this var.
+       * src/getargs.h (struct bison_language): Use char[] rather than
+       const char *.
 
        * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
        Java is supported.