]> git.saurik.com Git - bison.git/shortlog
bison.git
2002-08-12  Paul EggertInclude "gettext.h".
2002-08-12  Paul Eggert(BITSET_WORD_BITS): Now of type unsigned, not
2002-08-12  Paul EggertSync with fileutils, except use
2002-08-12  Paul EggertUse GPL, not LGPL.
2002-08-12  Paul EggertSync with GNU tar.
2002-08-12  Paul Eggert(abitset_reverse_list, ebitset_reverse_list):
2002-08-12  Paul Eggert(INCLUDES): Do not include from the intl directory...
2002-08-12  Paul EggertNew translation.
2002-08-12  Paul EggertFrom fileutils.
2002-08-12  Paul EggertInclude string.h, for strlen.
2002-08-12  Paul EggertSync with Automake 1.6.3.
2002-08-12  Paul Eggert(AC_CHECK_DECLS): Add getenv, getopt.
2002-08-12  Paul EggertMention that GNU M4 is now required. Clarify what...
2002-08-12  Paul Eggert(SUBDIRS): Remove intl.
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-08-01  Akim DemailleInstead of attaching lookaheads and duplicating the...
2002-08-01  Akim Demaille* src/derives.h, src/derives.c (derives): A `rule_t...
2002-08-01  Akim Demaille* lib/timevar.c (get_time): Include children time.
2002-07-31  Akim DemailleSeparate parser tables computation and output.
2002-07-31  Akim DemailleSteal GCC's --time-report support.
2002-07-31  Akim DemailleLet --trace have arguments.
2002-07-31  Akim DemailleAdd HACKING.
2002-07-30  Akim DemailleIn verbose parse error message, don't report `error...
2002-07-30  Akim DemailleNormalize conflict related messages.
2002-07-30  Akim DemailleReport rules which are never reduced by the parser...
2002-07-30  Akim Demaille`stage' was accidently included in a previous patch.
2002-07-29  Akim Demaille* src/state.h, src/state.c (transitions_t): Holds state...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-29  Akim Demaille* src/reduce.c (reduce_grammar): When the language...
2002-07-26  Akim Demaille* src/reader.h, src/reader.c (gram_error): ... can...
2002-07-26  Akim Demaille* src/output.c (prepare_tokens): Go up to ntokens,...
2002-07-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-07-25  Akim Demaille* data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
2002-07-25  Akim Demaille* data/yacc.c (yyreport_parse_error): New, extracted...
2002-07-25  Akim Demaille* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for...
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-19  Akim Demaille* src/scan-gram.l (id): Can start with an underscore.
2002-07-16  Akim Demaille* src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string...
2002-07-10  Paul EggertFix dates in copyright notice.
2002-07-09  Akim Demaille* doc/bison.texinfo: Properly set the ``header'' part.
2002-07-09  Akim Demaille* lib/quotearg.h: Protect against multiple inclusions.
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-07-09  Akim Demaille* src/parse-gram.y (rules_or_grammar_declaration):...
2002-07-09  Akim DemailleRegen.
2002-07-09  Akim DemailleUpdate.
2002-07-09  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): New.
2002-07-09  Akim Demaille* data/yacc.c: Output the copyright notive in the header.
2002-07-03  Akim Demaille* src/output.c (froms, tos): Are state_number_t.
2002-07-03  Akim DemailleRegen.
2002-07-03  Akim Demaille* src/lalr.h, src/lalr.c (goto_number_t): New.
2002-07-03  Akim Demaille* src/closure.c (print_fderives): Use rule_rhs_print.
2002-07-03  Akim Demaille* src/output.c (prepare_actions): Free `tally' and...
2002-07-03  Akim DemailleFix some memory leaks, and fix a bug: state 0 was exami...
2002-07-02  Akim Demaille* lib/libiberty.h: New.
2002-07-02  Akim DemailleRegen.
2002-07-01  Paul Eggert* src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert...
2002-07-01  Paul Eggert(<SC_ESCAPED_CHARACTER>): Convert to unsigned char...
2002-06-30  Akim DemailleTypo.
2002-06-30  Akim DemailleRegen.
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-30  Akim DemailleWe spend a lot of time in quotearg, in particular when...
2002-06-30  Akim Demaille* src/state.h (reductions_t): Rename member `nreds...
2002-06-30  Akim Demaille* src/state.h, src/state.c (shift_t, SHIFT_SYMBOL,...
2002-06-30  Akim Demaille* src/print.c (print_shifts, print_gotos): Merge into...
2002-06-30  Akim DemailleDisplay items as we display rules.
2002-06-30  Akim Demaille* src/print.c (state_default_rule_compute): New, extrac...
2002-06-30  Akim Demaille* src/output.c (action_row): Let default_rule be always...
2002-06-30  Akim Demaille* src/closure.c (print_firsts, print_fderives, closure):
2002-06-30  Akim Demaille* src/print_graph.c: Use report_flag.
2002-06-30  Akim Demaille* src/lalr.c (traverse, digraph, matrix_print, transpos...
2002-06-30  Akim Demaille* src/state.h, src/state.c (shifts_to): New.
2002-06-30  Akim Demaille* src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_ru...
2002-06-30  Akim Demaille* src/symtab.c (symbol_new): Initialize the `printer...
2002-06-30  Akim Demaille* src/LR0.c (save_reductions): Remove, replaced by...
2002-06-30  Akim Demaille* src/LR0.c (state_list_t, state_list_append): New.
2002-06-30  Akim Demaille* src/vcg.c (quote): Use slot 2, since we often pass...
2002-06-30  Akim DemailleUse hash.h for the state hash table.
2002-06-30  Akim Demaille* src/state.h, src/state.c (state_new): New, extracted...
2002-06-30  Akim Demaille* src/reader.c (gensym): Rename as...
2002-06-30  Akim Demaille* src/state.h (state_number_t, STATE_NUMBER_MAX): New.
2002-06-30  Akim DemailleMake the test suite pass with warnings checked.
2002-06-28  Paul Hilfinger* data/glr.c: Correct typo in Emacs-mode directive...
2002-06-28  Akim Demaille* data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type...
2002-06-28  Akim Demailleregen.
2002-06-28  Akim Demaille* data/yacc.c (yydestruct, yysymprint): Pacify GCC...
2002-06-28  Akim Demaille* src/reader.h: s/grammer_current_rule_merge_set/gramma...
2002-06-28  Paul HilfingerFix small formatting glitch.
2002-06-28  Paul HilfingerInitial check-in introducing experimental GLR parsing...
2002-06-28  Paul HilfingerRenamed file from bison.glr.
2002-06-28  Paul HilfingerRenaming file to glr.c.
2002-06-27  Akim Demaille* src/options.h, src/options.c: Remove.
2002-06-27  Akim DemailleUpdate.
2002-06-27  Akim Demaille* data/bison.simple, data/bison.c++: Rename as...
2002-06-27  Akim DemailleUpdate.
2002-06-26  Paul HilfingerNew file: Tests for GLR parsing.
2002-06-26  Paul HilfingerNew file: skeleton for GLR (Generalized LR) parser.
2002-06-25  Akim Demaille* src/getargs.c (report_argmatch): Initialize strtok().
2002-06-20  Akim DemailleUpdate.
2002-06-20  Akim DemailleUpdate.
2002-06-20  Akim Demaille* data/bison.simple (b4_symbol_actions): New, replaces...
next