2001-12-10 |
Marc Autret | Update. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Marc Autret | * src/reader.c (symbols_output): Clean up. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | Typo. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/lalr.c (initialize_lookaheads): New. Extracted... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/state.h (shifts): Remove the `number' member... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | Now that states have a complete set of members, the... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/LR0.c (augment_automaton): Better variable locality. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/LR0.c (augment_automaton): Call `insert_eof_shift... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/LR0.c (augment_automaton): Now that all states... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/lalr.c (set_state_table): Move to... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/LR0.h (first_shift, first_reduction): Remove. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/LR0.c: Attach shifts to states as soon as they are |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/LR0.c (insert_start_shift): Rename as... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/getargs.h: Don't declare `spec_name_prefix' and |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/muscle_tab.c (muscle_init): NULL is a better... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/reader.c (reader): Calling symbols_output once... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | Now that states have a complete set of members, the... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/options.c (OPTN, DRTV, BOTH): New. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * src/output.c (output, prepare): Make sure the values... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | Clean up GCC warnings. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | Remove tests/Makefile.in and po/Makefile.in. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | * configure.in: Require 2.52g. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | One structure for states is enough, even though theoret... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Akim Demaille | Bison dumps core on bash.y. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * tests/atlocal.in (CPPFLAGS): Do not leave a space... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (err_table): Remove. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/reduce.c (reduce_grammar_tables): No longer disab... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/output.c (pack_vector): Use assert, not berror. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | New experimental feature: if --verbose --trace output... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/LR0.c (new_itemsets): Use nshifts only, not shift... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/closure.c (print_closure): Improve. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/closure.c (FIRSTS, FDERIVES): Adjust to reality... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/warshall.c (TC, RTC): De-obsfucate (source reduce... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/closure.c (set_fderives): De-obfuscate. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/closure.c (print_firsts, print_fderives): De... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/closure.c (set_firsts): De-obfuscate. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/output.c (action_row): De-obfuscate |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | Add src/state.c to the repo. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | Formatting changes. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | Pessimize the code to simplify it: from now on, all... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (flush_shift, resolve_sr_conflict... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/state.h (SHIFT_SYMBOL): New. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (count_sr_conflicts, count_rr_conflicts) |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (print_reductions): Arrays, not pointers. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (print_reductions): Pessimize, but... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (print_reductions): Improve variable... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (print_reductions): Pessimize, but... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/conflicts.c (print_reductions): Improve variable... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/LR0.c (augment_automaton): Formatting changes. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/lalr.c (matrix_print): New. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/lalr.c (maxrhs): Move to... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/lalr.c (transpose): Free the memory allocated... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/lalr.c (initialize_F): Improve variable locality. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/derives.c (print_derives): Display the ruleno. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/lalr.c (traverse): Use arrays instead of pointers. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/nullable.c (set_nullable): Use a for loop to... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | Because useless nonterminals are now kept alive (instea... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/nullable.c (set_nullable): Deobfuscate the handli... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Akim Demaille | * src/gram.c, src/gram.h (ritem_print): New. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Paul Eggert | * src/bison.simple (union yyalloc): Change member names |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Paul Eggert | (union yyalloc): Change member names to be the same... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Paul Eggert | * src/bison.simple (YYPOINTER): New macro. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Paul Eggert | (YYPOINTER): New macro. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * configure.in (WARNING_CFLAGS): Add -Werror when possible. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * lib/quotearg.h (quotearg_n, quotearg_n_style): |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | Name space cleanup in generated parser. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * src/bison.simple (YYSTYPE, YYLTYPE): Move their defin... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * tests/reduce.at (Useless Nonterminals): Fix. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * src/bison.simple (YYSTACK_FREE): Use `do {;} while... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | Instead of mapping the LHS of unused rules to -1, keep... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * src/reduce.c (reduce_output): Formatting changes. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * src/reduce.c (nonterminals_reduce): Instead of throwi... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Akim Demaille | * src/reduce.c: Various comment/formatting changes. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Paul Eggert | * src/bison.simple (YYSTACK_REALLOC): Remove. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Paul Eggert | (YYSTACK_REALLOC): Remove. |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Marc Autret | Update. |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Marc Autret | * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Marc Autret | Update. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Marc Autret | * src/reader.c (parse_dquoted_param): New. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Marc Autret | Update. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Marc Autret | * src/output.h: And put its extern declaration here. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Marc Autret | * src/bison.simple: Adjust muscle names. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Marc Autret | * src/bison.simple: Fix debug. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/LR0.c (shifts_new): New. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/closure.c (closure): `b' and `ruleno' denote... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/closure.c (closure): Instead of looping over... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/closure.c (closure): No longer optimize the speci... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/closure.c (closure): `r' and `c' are new variable... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/reduce.c (reduce_print): Use ngettext. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * src/reduce.c (dump_grammar): Don't translate trace... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Akim Demaille | * tests/reduce.at (Useless Terminals, Useless Nontermin... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Paul Eggert | * src/bison.simple (YYSTACK_REALLOC): Fix typo that... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Marc Autret | Update. |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Marc Autret | * src/muscle_tab.c (muscle_init): Remove 'verbose'... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Marc Autret | Adjust typo. |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Marc Autret | * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE... |
commit | commitdiff | tree | snapshot |
next |