Home | History | Annotate | Download | only in bison

Lines Matching full:update

95 	* README-hacking (Release Procedure): Update example.
103 (Locations): ... this, which is its section name. Update menus to
112 update all cross references. The trouble is that there is another
122 the node name, and update all cross references. Don't use the
253 gnulib, autoconf: update.
256 update.
264 * src/output.c: Update to include spawn-pipe.h.
265 * submodules/autoconf: Update to latest for improvement in m4.m4
294 (usage): Update.
299 * tests/local.at (AT_BISON_CHECK_NO_XML): Update now that the
328 (usage): Update.
339 * tests/local.at (AT_BISON_CHECK): Update documentation.
351 (FLAGS_ARGMATCH): Update flags_argmatch invocation.
376 * doc/bison.texinfo (%define Summary): Update.
377 (Default Reductions): Update.
378 * src/print.c (print_reductions): Update.
380 Update.
381 * src/tables.c (action_row): Update.
382 * tests/input.at (%define enum variables): Update.
383 * tests/reduce.at (%define lr.default-reductions): Update.
445 title and the name used in the index. Update all cross-references
454 * doc/bison.texinfo (%define Summary): Update.
455 (Default Reductions): Update.
456 * src/print.c (print_reductions): Update.
458 Update.
459 * src/tables.c (action_row): Update.
460 * tests/input.at (%define enum variables): Update.
461 * tests/reduce.at (%define lr.default-reductions): Update.
469 bit, update the cross-references to the manual, and point out that
510 Remove getHashCode as it's unused. Update all expected output.
546 (%define Summary): ... this new subsection, and update all
560 (%code Summary): ... this new subsection, and update all
616 * NEWS (2.5): Update entry describing the dash extension to
619 * doc/bison.texinfo (Symbol): Update documentation for symbol
622 (Decl Summary): Update documentation for unquoted %define values,
628 * tests/input.at (Symbols): Update test group, and extend to
630 * tests/named-refs.at (Stray symbols in brackets): Update test
689 maint: don't update copyright years in bootstrap.
690 * .x-update-copyright: Add entry for bootstrap.
699 maint: run "make update-copyright".
708 * build-aux/update-b4-copyright: Revert 2010-06-17 changes that
710 * cfg.mk (update-copyright-env): Likewise.
762 (YY_LAC_ESTABLISH): Update yy_lac invocation.
772 Update yysyntax_error invocations. At yyreturn, free yyes if
779 (LAC: Memory exhaustion): Update to use YYMAXDEPTH and
808 Update yysyntax_error invocation. Add yyexhaustedlab code if LAC
822 Now, whenever we update bison's copy of gnulib, bootstrap will
823 update itself the next time it's run.
826 * gnulib: Update to latest so bootstrap is in sync now.
852 (yyparse, yypush_parse): Update yysyntax_error usage. Most
911 * gnulib: Update to latest just so it has the same bootstrap.
998 i18n: update.
1010 * HACKING (Announce): Update instructions.
1012 * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
1014 * gnulib: Update to latest.
1025 Update from GFDL GFDL 1.2 to 1.3.
1026 * doc/bison.texinfo: Update GFDL version number.
1027 * doc/fdl.texi: Update to version 1.3, taken from:
1037 * build-aux/update-b4-copyright, cfg.mk, configure.ac:
1158 Update output to include comments now produced by --graph.
1188 * tests/input.at (%prec's token must be defined): Update.
1265 * gnulib: Update to latest, which no longer overrides that macro
1327 * gnulib: Update to latest.
1331 maint: update for changes to gnulib's announce-gen.
1377 * gnulib: Update to latest to make sure we have all the latest
1382 * src/files.c (compute_output_file_names): Update invocations
1390 * src/files.h (output_file_name_check): Update prototype.
1394 * src/scan-skel.l (at_directive_perform): Update
1398 (Conflicting output files: -o foo.y): Update expected output.
1404 Update POTFILES.
1421 maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.
1422 * HACKING (Release Procedure): Update notes on copyright years.
1423 * Makefile.am (update-package-copyright-year): New target rule.
1424 * build-aux/update-package-copyright-year: New file.
1425 * cfg.mk (update-copyright): Add update-package-copyright-year
1442 gnulib: update to latest.
1473 maint: run "make update-copyright"
1481 * tests/input.at (%prec's token must be defined): Update.
1537 (yy::parser::parse): Update use of yysyntax_error_.
1553 (AnnotationList__compute_from_inadequacies): Update prototype
1559 (InadequacyList__new_conflict): Update prototype and
1561 * src/ielr.c (ielr_compute_annotation_lists): Update
1567 The problem was that yacc.c didn't always update the yychar
1573 update. In lalr1.java, yychar is out of scope during semantic
1597 and make it private. Update all uses.
1621 * NEWS (2.4.2): Update description of -Wundef fix.
1657 autoconf: update to latest for fix of M4 detection.
1659 * submodules/autoconf: Update.
1727 * data/bison.m4: Update comments for rename to muscle-tab.h.
1732 * src/Makefile.am (bison_SOURCES): Update.
1735 src/tables.c: Update include.
1737 * src/muscle-tab.c, src/muscle-tab.h: ... these and update
1879 * src/scan-code.l: Update "invalid reference" case.
1897 * tests/input.at (Reject unused %code qualifiers): Update.
1898 (%define errors): Update.
1899 (%define, --define, --force-define): Update.
1900 (%define backward compatibility): Update.
1901 (Unused %define api.pure): Update.
1902 * tests/push.at (Push Parsing: Unsupported Skeletons): Update.
1947 (Decl Summary): Update %define documentation.
1949 * src/ielr.c (LrType): Update documentation.
1964 * NEWS (2.5): Update documentation.
1967 * src/ielr.h (ielr): Update documentation.
1970 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
2026 (yyisDefaultedState): Update for rename.
2034 Also, update for rename to yytable_value_is_error. Because that
2037 (yyreportSyntaxError): Update for rename to
2040 (yyrecoverSyntaxError): Update for renames. No behavioral
2054 (yysyntax_error): Update for rename to yytable_value_is_error.
2056 (yyparse): Update for renames. No behavioral changes.
2071 * tests/conflicts.at (%nonassoc and eof): Update expected output
2105 * submodules/autoconf: Update to autoconf 2.64.
2145 maint: update for gnulib's recent update-copyright changes
2146 * gnulib: Update.
2147 * .x-update-copyright (COPYING): Add as it's no longer implied
2148 when .x-update-copyright is present.
2149 * cfg.mk (update-copyright-local): Remove, now ignored.
2150 (update-copyright): Declare update-b4-copyright as a dependency.
2180 * gnulib: Update.
2181 * bootstrap.conf (gnulib_modules): Update getopt to getopt-gnu
2183 * build-aux/update-b4-copyright: Fix.
2184 * cfg.mk (update-copyright-env): Configure update-copyright.
2193 (user_token_number_redeclaration): Update comments.
2240 * src/output.c (token_definitions_output): Update for rename to
2252 maint: run "make update-copyright"
2256 maint: make update-b4-copyright easier to use
2257 * build-aux/update-b4-copyright: In warnings, report line
2259 * cfg.mk (update-copyright-local): Set to update-b4-copyright so
2260 that update-copyright runs it.
2261 * gnulib: Update.
2265 maint: clean up update-b4-copyright code
2266 * build-aux/update-b4-copyright: Do not accept 2-digit
2275 * Makefile.am (update-b4-copyright): New target rule.
2276 * build-aux/Makefile.am (EXTRA_DIST): Add update-b4-copyright.
2277 * build-aux/update-b4-copyright: New.
2283 maint: automate annual package-wide copyright-year update.
2284 * .x-update-copyright: New.
2287 update-copyright. Remove gnumakefile, which is implied by
2290 * gnulib: Update.
2293 update-copyright can recognize it.
2495 gnulib: update.
2496 * gnulib: Update to latest.
2508 * doc/bison.texinfo (Decl Summary): Update %define entry.
2509 (Bison Options): Update -D/--define/-F/--force-define entry.
2511 * src/muscle_tab.h (muscle_percent_define_insert): Update
2513 * tests/input.at (`%define errors'): Update.
2514 (`%define, --define, --force-define'): Update.
2529 and update muscle_percent_define_insert invocation.
2534 * src/parse-gram.y (prologue_declaration): Update
2541 Update some comments to make sense for -D.
2549 * data/c++.m4: Update copyright year.
2606 * doc/bison.texinfo (Symbols): Update.
2622 * data/c.m4 (b4_identification): Update comment.
2623 * data/yacc.c: Update access.
2624 * doc/bison.texinfo: Update.
2625 * etc/bench.pl.in (bench_grammar): Update use.
2631 * src/main.c (main): Update access.
2634 * src/reader.c (reader): Update setting default.
2635 * tests/calc.at: Update uses.
2637 Resolution): Update use.
2638 * tests/input.at (%define enum variables): Update use.
2640 * tests/push.at: Update uses.
2641 * tests/reduce.at: Update uses.
2642 * tests/torture.at: Update uses.
2715 (%define enum variables): ... here, and update output.
2723 * NEWS (2.5): Update IELR documentation.
2743 update grammar file and expected output.
2745 (AT_TEST_LR_DEFAULT_REDUCTIONS): ... this, and update.
2800 (goto_follows): ... this, update all uses, and export it.
2925 submodules: update to latest
3023 * doc/bison.texinfo (Bison Options): Update.
3081 * configure.ac: Update to use AC_PROG_GNU_M4.
3107 defaults): Update output.
3142 doc: update README-hacking.
3152 * data/location.cc: Update copyright years.
3159 gnulib: update.
3160 * gnulib: Update to latest.
3182 * lib/Makefile.am: Update copyright year.
3183 * tests/atlocal.in: Update copyright year.
3193 * gnulib: Update submodule to HEAD.
3197 Update data/README.
3217 * NEWS: Update for recent changes.
3241 Don't let maintainer-*-check targets force a version update.
3305 * gnulib: Update submodule to HEAD.
3388 * data/lalr1.jave: Update copyright years.
3411 * gnulib: Update submodule to HEAD.
3415 Update copyright year.
3467 Update several administrative files mainly to facilitate releasing.
3471 (Release Procedure): Update for git and add numerous details that were
3499 * README: Update FAQ pointer.
3527 For maintainer-check*, don't recompile for a $(VERSION) update.
3534 Update for recent change to gnulib.
3598 Update for recent .gitignore fix in Gnulib.
3648 Update copyright dates for recent changes.
3699 * tests/reduce.at (Useless Rules): Update output.
3761 * NEWS (2.3b): Update release date since there has been a delay in
3768 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
3816 * GNUmakefile: Update git-version-gen invocation so make dist
3821 Update to the current gnulib CVS repository, and fix trigraph handling
3823 * bootstrap: Update gnulib CVS repository URL.
3835 trigraphs unnecessarily doubly escaped. Update test case output.
3853 consistency. Update the -g and -x entries now that they take
3927 * tests/push.at (Push Parsing: Multiple impure instances): Update
3941 Remove old yacc.c tests, and update push.c tests to yacc.c.
4000 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
4083 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
4084 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
4085 (xsl:template match="reduction"): Update.
4086 (xsl:template match="item"): Update.
4087 (xsl:template match="reduction"): Update.
4150 * data/xslt/xml2text.xsl: Update for XML changes.
4151 * data/xslt/xml2xhtml.xsl: Update for XML changes.
4152 * tests/reduce.at (Useless Terminals): Update output.
4153 (Useless Rules): Update output.
4154 (Reduced Automaton): Update output.
4157 * NEWS (2.3a+): Update.
4158 * doc/bison.texinfo (Understanding): Update example output.
4197 * data/xslt/xml2text.xsl: Update output text and expected input XML
4203 (Understanding): Update example output for changes below.
4210 (grammar_rules_print): Update for renames.
4211 (grammar_rules_print_xml): Update for renames.
4215 * src/gram.h: Reword comments and update function names in prototypes.
4220 (print_xml): Update for rename.
4233 * tests/conflicts.at (S/R in initial): Update expected output.
4312 * doc/bison.texinfo (Pure Decl): Update.
4313 (Push Decl): Update.
4316 (Pure Calling): Update.
4317 (Error Reporting): Update.
4318 (C++ Scanner Interface): Update.
4319 (How Can I Reset the Parser): Update.
4327 * tests/calc.at (Simple LALR Calculator): Update.
4328 (Simple GLR Calculator): Update.
4330 Update.
4331 (GLR: Resolve ambiguity, pure, locations): Update.
4332 (GLR: Merge conflicting parses, pure, no locations): Update.
4333 (GLR: Merge conflicting parses, pure, locations): Update.
4335 ambiguity): Update
4337 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
4339 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
4347 * doc/bison.texinfo (Push Decl): Update.
4348 (Decl Summary): Update %define entry.
4349 (Push Parser Function): Update.
4350 (Pull Parser Function): Update.
4351 (Parser Create Function): Update.
4352 (Parser Delete Function): Update.
4353 * tests/calc.at (Simple LALR Calculator): Update.
4354 * tests/input.at (%define enum variables): Update.
4355 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
4356 (Push Parsing: Multiple impure instances): Update.
4357 (Push Parsing: Unsupported Skeletons): Update.
4358 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
4359 (Exploding the Stack Size with Malloc): Update.
4370 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
4382 (xsl:template match="rule"): Update for new reduced itemset.
4431 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
4432 (Resolved SR Conflicts): Update output.
4450 * src/getargs.c (version): Update copyright year.
4552 defaults): Update output for location change.
4561 to stdout so they don't become arguments to other macros. Update
4563 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
4603 Update declarations.
4622 * src/muscle_tab.h (muscle_percent_define_check_values): Update
4631 * tests/calc.at: Update declarations.
4633 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
4635 (Push Parsing: Multiple impure instances): Update declaration.
4637 * tests/torture.at (Exploding the Stack Size with Alloca): Update
4639 (Exploding the Stack Size with Malloc): Update declaration.
4739 * tests/input.at (Boolean %define variables): Update output.
4743 update output.
4773 Update to GPLv3.
4826 Update to GPLv3.
4898 (print_reductions): Update for rename, and add %nonassoc error action
4902 (print_results): Update for rename.
5024 Update comments to mention the new front-end counterparts of these
5047 tests/existing.at: Update copyright date.
5059 states and update all data structures that reference states by number.
5068 * tests/existing.at (GNU pic Grammar): Update test case output now that
5075 (new_itemsets, save_reductions): Update for rename to nitemset.
5079 (closure): Update for rename.
5080 * src/closure.h (nritemset): Update extern to...
5083 * src/print.c (print_core): Update for rename to nitemset.
5176 (b4_check_user_names_wrap): Update for renames.
5194 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
5195 (muscle_percent_define_default): Update like b4_percent_define_default.
5200 * tests/input.at (%define errors): Update expected output.
5260 * data/Makefile.am: Update copyright date.
5351 * src/getargs.h (struct bison_language): Update size of string fields.
5363 variables. Also, update the implementation for the following changes.
5372 Update directive start action for above changes.
5374 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
5375 (SC_AT_DIRECTIVE_SKIP_WS): Update.
5443 * bootstrap: Update copyright to 2007.
5463 tests/output.at, tests/torture.at: Update copyright to 2007.
5504 (m4_wrap): Update wrapped code, and fix some underquoting.
5505 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
5514 data/push.c, data/yacc.c: Update macro names.
5515 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
5568 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
5592 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
5594 * doc/bison.texinfo (Prologue Alternatives): Update.
5595 (Decl Summary): In %defines entry, update mention of `%code requires'
5597 (C++ Location Values): Update %define uses.
5599 (Calc++ Parser): Likewise, and update `%code requires' uses.
5600 (Table of Symbols): Update %code documentation.
5606 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
5608 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
5609 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
5610 (%define errors): Update %define uses.
5648 b4_define_location_comparison, update their names to the
5673 (Reject unused %code qualifiers): ... this, and update test output.
5674 (%define error): Update test output.
5730 * tests/input.at (Reject bad %code qualifiers): Update test output with
5775 Update @output usage to @output(...@) form.
5777 report missing %defines. Update @output usage to @output(...@) form.
5778 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
5805 * tests/input.at (Reject bad %code qualifiers): Update test output.
5815 * doc/bison.texinfo (Prologue Alternatives): Update.
5816 (Decl Summary): Update to %code "requires" and %code "provides".
5817 (Calc++ Parser): Update to %code "requires".
5826 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
5842 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
5864 (output_skeleton): Update to use symbol_code_props_output.
5865 * src/reader.c (symbol_should_be_used): Update use of
5868 Update uses of the various _destructor_set and _printer_set functions.
5880 default_tagless_printer_set): Update.
5893 grammar_current_rule_symbol_append, packgram): Update.
5895 * src/scan-code.l (handle_action_dollar): Update.
5897 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
5903 Update all uses of translate_* functions to use the new code_props
5951 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
6052 Update etc/bench.pl. Optimize push mode a little (the yyn change
6070 (calc_grammar): Update push parser code: don't declare yylval globally,
6072 (bench_grammar): Update to check all working combinations of yacc.c,
6188 update both uses.
6215 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
6321 * data/push.c (yypstate): Add typedef, and update all uses of
6323 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
6422 update all uses.
6505 * NEWS (2.3a+): Update.
6507 Update.
6510 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
6511 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
6517 Default %printer and %destructor for mid-rule values): Update.
6519 Unused values with default %destructor): Update.
6601 (muscle_insert, muscle_grow): Update and use new storage member.
6695 * src/symlist.h: Update symbol_list_default*_new prototypes.
6706 * src/symtab.h: Update prototypes.
6714 Update.
6715 (Default %printer and %destructor are not for $accept): Update.
6733 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
7242 (symbol_declaration, precedence_declaration, symbols.1): Update actions
7244 * src/reader.c: Update for changes to symbol_list.
7355 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
7505 Update to latest gnulib and gettext versions.
7639 declared later): Update test case results.
7721 * tests/input.at (Torturing the Scanner): Update output.
7735 * tests/input.at (Incompatible Aliases): Update output.
7865 * NEWS (2.3+): Update for these changes.
7866 * data/glr.c (b4_before_definitions): Update to...
7868 (b4_after_definitions): Update to...
7873 * doc/bison.texinfo (The prologue): Update names, and replace remaining
7876 (Decl Summary): Update names.
7877 (Table of Symbols): Update description.
7878 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
7880 (PERCENT_BEFORE_DEFINITIONS): Update to...
7883 (declaration): Update token names and m4 macro names.
7894 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
7896 (PERCENT_BEFORE_DEFINITIONS): Update to...
7899 * tests/actions.at (Printers and Destructors): Update names.
7917 * tests/input.at (Incompatible Aliases): Update output with correct
8055 Update previous look-ahead/lookahead change reports.
8069 * TODO, doc/bison.1: Update English.
8070 * doc/bison.texinfo: Update English.
8073 * src/conflicts.c: Update English in comments.
8077 lookahead_tokens, and update other uses.
8079 count_rr_conflicts, conflicts_free): Update uses.
8082 (report_types): Update uses.
8087 * src/lalr.c: Update English in comments.
8094 Update other uses.
8095 Update English in output.
8096 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
8097 * src/print.c: Update English in comments.
8102 Update uses.
8103 * src/print_graph.c: Update English in comments.
8104 (print_core): Update uses.
8105 * src/state.c: Update English in comments.
8106 (reductions_new): Update uses.
8108 state_rule_look_ahead_tokens_print, and update other uses.
8109 * src/state.h: Update English in comments.
8113 * src/tables.c: Update English in comments.
8114 (conflict_row, action_row): Update uses.
8119 * tests/torture.at: Update English in comments.
8122 (Many lookahead tokens): Update uses.
8123 * data/glr.c: Update English in comments.
8359 Update my email address.
9064 * tests/glr-regression.at: Update copyright year to 2006.
9191 Update copyright year to 2006.
9864 Update to compute the new variables, including dir_prefix.
9924 * doc/bison.texi (C+ Language Interface): Update.
9927 compatibility until we update the tests.
10045 * NEWS, configure.ac: update version number to 2.1a.
10361 * configure.ac: Update version number.
10649 $(DOMAIN).pot-update rule, so that old messages are never dropped.
10868 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
10886 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
10887 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
10888 (po_repo, do-po-update, po-update, wget_files, get-targets):
10892 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
10919 * data/glr.c, data/lalr1.cc: Update copyright date.
10944 Update comment.
10985 Update FSF postal mail address.
11220 * src/getargs.c (version): Happy new year; update overall
11231 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
11511 * HACKING: Update email addresses to send announcements to.
11670 (yyrecoverSyntaxError, yyparse): Update it.
11848 Every time a token is popped, update yyerror_range[0], to have an
11931 * tests/calc.at (Calculator $1): Update the expected lengths of
12057 * README: Update location of patched M4 distribution.
12166 * configure.ac (AC_INIT): Update to 1.875e.
12179 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
12375 * src/getargs.c (version): Update copyright year to 2004.
12469 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
12603 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
12723 * config/depcomp, config/install-sh: Update from masters.
12812 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
12830 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
12845 (handle_action_dollar): Update max_left_semantic_context.
12860 * tests/cxx-type.at: Exercise location information; update tests
12866 output to prefix notation and update test data and expected results.
13121 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
13228 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
13319 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
13550 (yyglrShiftDefer): Update comment.
13558 Update copyright notice.
13612 * src/getargs.c (version): Update copyright year.
13798 * Makefile.maint (cvs-update): Don't assume that the shell
14246 comment, not location. All callers changed. Update scanner cursor,
15003 * Makefile.maint: Update from Autoconf.
15004 (update, cvs-update, po-update, do-po-update): New.
15590 * Makefile.maint: Update from Autoconf 2.54.
15682 * lib/timevar.c: Update copyright date and clarify comments.
15950 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
16012 * m4/prereq.m4: Update, from Coreutils 4.5.1.
16016 * m4/prereq.m4: Update, from Fileutils 4.1.5.
16631 * lib: Update the bitset implementation from upstream.
17917 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
17922 Update the stack class, give a try to deque as the default container.
18418 * TODO: Update.
18434 * doc/bison.texinfo: Update copyright date.
18487 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
18550 Update.
18581 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
18730 (Copyright notice): Update.
19332 (reduce_grammar_tables): Likewise, plus update nritems.
20535 * src/output.c (prepare): Remove its update.
20551 (getargs): Update to catch new case.
20553 (shortopts): Update.
20619 * lib/alloca.c: Update, from fileutils.
21046 * doc/refcard.tex: Update.
21177 * tests/testsuite.at: Update to newer Autotest.
21226 * src/vcg.h: Update function prototypes.
21307 * config/missing: Update from masters.
21328 * doc/bison.1: Update.
21329 * doc/bison.texinfo (Bison Options): Update --defines and --graph
21331 (Option Cross Key): Update.
21365 (output_files): Update.
21372 * src/files.c (compute_exts_from_gf): Update.
21373 (compute_exts_from_src): Update.
21462 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
21500 (po-update, cvs-update, update): New targets.
21562 * src/getargs.c (usage): Update with ``-g, --graph''.
21568 * doc/bison.1: Update.
21604 * src/reader.c (copy_definition, parse_union_decl): Update and use
21668 (parse_union_decl): Update.
21670 Update to use renamed functions and variable.
21675 * src/reader.h (muscle_obstack): Extern declaration update.
21685 * src/muscle_tab.h: Update double inclusion macros.
21687 Update prototypes.
21692 (macro_init): Rename muscle_init. Update.
21693 (macro_insert): Rename muscle_insert. Update.
21694 (macro_find): Rename muscle_find. Update.
21799 (output): Update.
21850 * src/bison.simple: Update and add '%%' directives.
21924 * src/Makefile.am: Update.
21930 * lib/Makefile.am: Update.
21944 (output_files): Update. Use defines_obstack_save.
21953 * missing: Update from CVS Automake.
21955 Update from gnu.org.
22014 * doc/bison.texinfo (Locations): Update @$ stuff.
22018 * src/bison.simple (YYLLOC_DEFAULT): Update.
22076 * src/getargs.h: Update.
22077 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
22079 (longopts): Update.
22100 (compute_exts_from_gf): Update.
22101 (compute_exts_from_src): Update.
22102 (output_files): Update.
22152 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
22160 Update to gettext 0.10.39.
22168 * doc/bison.texinfo: Update.
22169 * doc/bison.1 (mandoc): Update.
22181 (compute_base_names): Update.
22182 (output_files): Update.
22212 Update to gettext 0.10.38.
22230 * lib/error.h, lib/error.c: Update.
22261 * lib/xalloc.h, lib/xmalloc.c: Update.
22454 * tests/atgeneral.m4: Update from CVS Autoconf.
22910 * src/atgeneral.m4: Update from Autoconf.
22944 * tests/atgeneral.m4: Update from Autoconf.
22980 * doc/bison.texinfo: Update the copyright.
23173 Update the Copyright notice.
23184 (Copyright notice): Update.
23210 Update the `configure' tool chain.
23439 Update FSF address.
23445 * doc/bison.texinfo: Update FSF address.
23449 * acconfig.h: Update FSF address.
23458 * src/reader.c: Update copyright date.
23539 * src/getargs.c: Update bug report address.
23554 * README: Update bug report address.
23834 * doc/bison.texinfo: Fixed update date
23960 Update version to 1.24.
23995 * configure.in: Update to Autoconf v2 macro names.
24011 Update copyright notice and GPL version.
24016 Update copyright notice and GPL version.