X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1e9798d5699ca67718fd3b0d6baa9abcf27e6cd3..77aee78982645dbb4eb274b2036a2fb5d4936841:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index e0d44232..768a5c0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-10-20 Akim Demaille + + * lib/quote.h (PARAMS): New macro. Use it. + +2000-10-16 Akim Demaille + + * src/output.c (output_short_or_char_table): New function. + (output_short_table, output_token_translations): Use it. + (goto_actions): Use output_short_table. + 2000-10-16 Akim Demaille * src/symtab.c (bucket_new): New function. @@ -9,14 +19,12 @@ (output_gram): Use it. (output_rule_data): Nicer output layout for YYTNAME. - 2000-10-16 Akim Demaille * src/lex.c (read_typename): New function. (lex): Use it. * src/reader.c (copy_dollar): Likewise. - 2000-10-16 Akim Demaille * src/reader.c (copy_comment2): Expect the input stream to be on @@ -25,19 +33,16 @@ (copy_comment, copy_definition, parse_union_decl, copy_action) (copy_guard): Adjust. - 2000-10-16 Akim Demaille * src/reader.c (parse_expect_decl): Use `skip_white_space' and `read_signed_integer'. - 2000-10-16 Akim Demaille * src/reader.c (copy_dollar): New function. (copy_guard, copy_action): Use it. - 2000-10-16 Akim Demaille * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c: