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