]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/lex.c (read_typename): New function.
[bison.git] / ChangeLog
index 402b0beaf4cf10ce582bb5aea02659971cbfd688..9fb13c39ed8354d1dfd0430a6911efcf46969bac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2000-10-16  Akim Demaille  <akim@epita.fr>
+
+       * src/lex.c (read_typename): New function.
+       (lex): Use it.
+       * src/reader.c (copy_dollar): Likewise.
+
+       
+2000-10-16  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (copy_comment2): Expect the input stream to be on
+       the `/' which is suspected to open a comment, instead of being
+       called after `//' or `/*' was read.
+       (copy_comment, copy_definition, parse_union_decl, copy_action)
+       (copy_guard): Adjust.
+
+       
+2000-10-16  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (parse_expect_decl): Use `skip_white_space' and
+       `read_signed_integer'.
+
+       
+2000-10-16  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (copy_dollar): New function.
+       (copy_guard, copy_action): Use it.
+
+       
 2000-10-16  Akim Demaille  <akim@epita.fr>
 
        * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c: