]> git.saurik.com Git - bison.git/shortlog
bison.git
2002-12-11  Paul Eggert(location): Renamed from location_t.
2002-12-11  Paul EggertAdjust to type renaming.
2002-12-11  Paul Eggert(goto_number): Renamed from goto_number_t.
2002-12-11  Paul Eggert(struct goto_list): Renamed from struct goto_list_s.
2002-12-11  Paul Eggert(item_number): Renamed from item_number_t.
2002-12-11  Paul Eggert(enum trace): Renamed from enum trace_e.
2002-12-11  Paul EggertAdjust to struniq renaming.
2002-12-11  Paul Eggert(strsuffix, stringappend): Remove; unused.
2002-12-11  Paul Eggert(xfopen, xfclose): Use get_errno instead of errno.
2002-12-11  Paul EggertInclude "gram.h".
2002-12-11  Paul Eggert(enum conflict_resolution): Renamed from enum conflict_...
2002-12-11  Paul EggertDon't include stdlib.h, string.h _LIBC stuff.
2002-12-11  Paul EggertAdjust to type name changes.
2002-12-11  Paul Eggert(assoc): Renamed from assoc_t.
2002-12-11  Paul EggertAdjust to type renamings.
2002-12-11  Paul Eggert(bison_SOURCES): Rename struniq.c and struniq.h to...
2002-12-11  Paul Eggert(struct state_list): Renamed from struct state_list_s.
2002-12-11  Paul Eggert(timevar_report): New decl.
2002-12-11  Paul Eggert(timevar_report): Renamed from time_report, for consist...
2002-12-11  Paul Eggert(libbison_a_SOURCES): Add get-errno.h, get-errno.c.
2002-12-11  Paul Eggert(YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
2002-12-11  Paul EggertRename struniq -> uniqstr to avoid collision with ...
2002-12-11  Paul EggertInitial revision
2002-12-11  Paul EggertInitial revision.
2002-12-11  Paul EggertRename struniq to uniqstr, to avoid collision with...
2002-12-09  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.c: Do not use...
2002-12-07  Paul EggertAdd support for rules that do not have trailing semicol...
2002-12-07  Paul Eggert(Invalid inputs): No longer `expecting ";"
2002-12-07  Paul Eggert(Useless Rules, Reduced Automaton, Underivable Rules...
2002-12-07  Paul Eggert(Invalid $n, Invalid @n, Type Clashes):
2002-12-07  Paul Eggert(S/R in initial, Defaulted Conflicted Reduction):
2002-12-07  Paul EggertInclude "files.h".
2002-12-07  Paul Eggert(nonterminals_reduce): Use warn_at rather than rolling...
2002-12-07  Paul EggertInclude location.h.
2002-12-07  Paul EggertAdjust to new location_t layout.
2002-12-07  Paul Eggert(lloc_default): New function, which handles
2002-12-07  Paul EggertDo not include <quotearg.h>; no longer needed.
2002-12-07  Paul Eggert* src/location.c: Include <quotearg.h>.
2002-12-07  Paul EggertLOCATION_PRINT -> location_print
2002-12-07  Paul Eggert(current_file): Remove duplicate decl;
2002-12-07  Paul EggertInclude files.h. LOCATION_PRINT -> location_print.
2002-12-07  Paul Eggert(Table of Symbols): YYERROR_VERBOSE should
2002-12-07  Paul Eggert(yy_reduce_print): Don't assume that yyrline[yyrule...
2002-12-07  Paul Eggert(yy_reduce_print): Don't assume that yyrline[yyrule]
2002-12-02  Paul EggertAdd strtoul.c
2002-12-02  Paul Eggert(AC_REPLACE_FUNCS): Add strtoul.
2002-12-02  Paul EggertNew file, from gnulib.
2002-12-01  Paul Eggert(no_cr_read, extend_location): Move to epilogue,
2002-11-30  Paul EggertType clashes now generate warnings, not errors, since it
2002-11-30  Paul Eggert(grammar_current_rule_check): Warn about
2002-11-30  Paul Eggert(Type Clashes): Expect warnings, not complaints.
2002-11-30  Paul Eggertfund -> found
2002-11-30  Paul EggertAdd Yacc Library.
2002-11-30  Paul EggertDescribe Yacc library, lex-param and parse-param changes.
2002-11-30  Paul Eggert(gram_error): Now static. Add static decl.
2002-11-30  Paul Eggert(gram_error): Remove decl.
2002-11-30  Paul Eggert(Yacc Library): New node. Regenerate top menu.
2002-11-30  Paul Eggert(lib_LIBRARIES, liby_a_SOURCES): New macros.
2002-11-30  Paul Eggertlib/main.c, lib/yyerror.c: New files.
2002-11-30  Paul EggertEmphasize that yylex and yyerror must be declared befor...
2002-11-29  Paul Eggert[a-f] -> [abcdef], so that we don't assume the C locale.
2002-11-29  Paul Eggert%parse-param and %lex-param now take just one argument...
2002-11-29  Paul Eggert(Simple LALR Calculator): Adopt new convention for...
2002-11-29  Paul Eggert"," now elicits a warning, rather than being
2002-11-29  Paul Eggert(add_param): New function.
2002-11-29  Paul Eggert(Parser Function, Pure Calling, Error Reporting, Table...
2002-11-29  Paul Eggert(reader): Remove gram_control; it wasn't being used.
2002-11-28  Paul EggertSync with gnulib.
2002-11-27  Paul EggertRename identifiers to avoid real and potential collisions.
2002-11-27  Paul Eggert(STEP): Renamed from YY_STEP. All uses changed.
2002-11-27  Paul Eggert(struct gram_control_s, gram_control_t): Remove.
2002-11-27  Paul Eggert(print_token_value): Renamed from yyprint.
2002-11-27  Paul Eggertyyprint -> print_token_value
2002-11-27  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput,
2002-11-27  Paul Eggert(b4_yysymprint_generate): yyout -> yyoutput,
2002-11-25  Paul EggertUpdate version to 1.75d.
2002-11-25  Paul EggertRegenerate.
2002-11-25  Paul EggertVersion 1.75c.
2002-11-25  Paul EggertSync with gnulib.
2002-11-25  Paul Eggert(Actions after errors): Use an output format
2002-11-25  Paul Eggert(yyerrlab1): Move this label down, so that the
2002-11-23  Paul EggertSync with gnulib.
2002-11-22  Paul EggertSync with gnulib again.
2002-11-21  Paul EggertSync with gnulib.
2002-11-21  Paul Eggert* lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
2002-11-21  Paul EggertSync with gnulib.
2002-11-21  Paul Eggert(_AT_TEST_GLR_CXXTYPES): Do not include <assert.h>.
2002-11-21  Paul Eggert(_AT_DATA_CALC_Y): Do not include <assert.h>.
2002-11-21  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include...
2002-11-21  Paul Eggert(get_color_str, get_textmode_str, get_shape_str,
2002-11-21  Paul Eggert(conflict_row, pack_vector): Use abort rather than...
2002-11-21  Paul EggertDo not include <assert.h>.
2002-11-21  Paul Eggert(symbol_user_token_number_set, symbol_make_alias, symbo...
2002-11-21  Paul Eggert(struniq_assert): Now returns void, and aborts if the...
2002-11-21  Paul Eggert(state_new, state_free, state_transitions_set, state_re...
2002-11-21  Paul Eggert(packgram, reader): Use abort rather than assert.
2002-11-21  Paul Eggert(prepare_rules, token_definitions_output): Use abort...
2002-11-21  Paul Eggert(nullable_compute): Use abort rather than assert.
2002-11-21  Paul Eggert(set_goto_map, map_goto): Use abort rather than assert.
2002-11-21  Paul Eggert(trace_argmatch, report_argmatch): Use verify rather...
next