2002-06-18 |
Akim Demaille | * src/files.c (compute_base_names): When computing... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Akim Demaille | * data/bison.simple.new: Comment changes. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Akim Demaille | * data/bison.simple (yyoverflowlab): #ifndef yyoverflow... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_t): destructor_loc... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Akim Demaille | and Akim Demaille <akim@epita.fr> |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Akim Demaille | * data/m4sugar/m4sugar.m4 (m4_map): Recognize when... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Akim Demaille | * src/symlist.h, src/symlist.c (symbol_list_length... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Akim Demaille | * src/reader.h, src/reader.c (symbol_list, symbol_list_new) |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Akim Demaille | * src/reader.h, src/reader.c (symbol_list_new): Export it. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | * src/parse-gram.y: Move %token in the declaration... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | * src/state.h, src/state.c (state_rule_lookaheads_print... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | * src/conflicts.c (log_resolution): Accept the rule... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | * src/state.h (state_t): Replace the `lookaheadsp'... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | * src/gram.h, src/gram.c (grammar_rules_partial_print... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | Copy BYacc's nice way to report the grammar. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | Let symbols have a location. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Akim Demaille | * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | Formatting changes. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | Grammar declarations may be found in the grammar section. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | * src/main.c (main): Invoke scanner_free. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | * src/output.c (m4_invoke): Extracted from... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | * src/parse-gram.y (directives, directive, gram) |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | * src/files.c (action_obstack): Remove, unused. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | * src/location.h: New, extracted from... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Akim Demaille | * data/bison.simple, data/bison.c++: Be sure to restore the |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Akim Demaille | * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Akim Demaille | * src/scan-gram.l (SC_PROLOGUE): Don't eat characters... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | White space changes. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/scan-gram.l (YY_OBS_INIT): Remove, replace with... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | Have Bison grammars parsed by a Bison grammar. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/reader.c (parse_action): Don't store directly... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/reader.c (grammar_current_rule_prec_set). |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/reader.c (grammar_midrule_action): New, Eved... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/reader.c (grammar_rule_begin, previous_rule,... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | * src/reader.c (grammar_end, grammar_symbol_append... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Akim Demaille | GCJ's parser requires the tokens to be defined before... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Akim Demaille | * src/symtab.c (symbol_user_token_number_set): Don... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Akim Demaille | * src/symtab.c, src/symtab.c (symbol_class_set) |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Akim Demaille | Remove `%thong' support as it is undocumented, unused... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Akim Demaille | * src/symtab.c, src/symtab.c (symbol_type_set) |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Akim Demaille | Move symbols handling code out of the reader. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Akim Demaille | * src/muscle_tab.c (muscle_insert, muscle_find): Declar... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Akim Demaille | * src/muscle_tab.c (muscle_find, muscle_insert): Don... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Akim Demaille | * data/bison.c++: Use C++ ostreams. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Akim Demaille | * src/output.c (output_skeleton): Be sure to allocate... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Akim Demaille | * data/bison.c++: Catch up with bison.simple: |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Paul Hilfinger | * src/output.c (output_skeleton): Put an explicit path... |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Paul Hilfinger | * src/conflicts.c (log_resolution): Correct typo: |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Akim Demaille | Add. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Akim Demaille | * src/state.h (state_t): `solved_conflicts' is a new... |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Akim Demaille | * src/LR0.c, src/derives.c, src/gram.c, src/gram.h... |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Akim Demaille | * tests/calc.at (AT_CHECK_CALC): Adjust: there are... |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Akim Demaille | * doc/bison.texinfo (Debugging): Split into... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Paul Eggert | * data/bison.simple (yyparse): Correct error handling... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Paul Eggert | Document the recent error-recovery fix by Paul Hilfinger. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Paul Eggert | (yyparse): Correct error handling to conform to |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Paul Hilfinger | * data/bison.simple (yyr1): Don't use yy_token_number_t... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Florian Krohm | Use copy_character not obstack_1grow in parse_action. |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Akim Demaille | * tests/regression.at (Token definitions): Prototype... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Paul Hilfinger | * src/scan-skel.l: Correct off-by-one error in handling... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Paul Hilfinger | * data/bison.simple (b4_sint_type, b4_uint_type): Corre... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Akim Demaille | More. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Akim Demaille | Remove. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Akim Demaille | * tests/synclines.at: Be sure to prototype yylex and... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Akim Demaille | Kill GCC warnings. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Florian Krohm | Corrected comment for spec_name_prefix variable. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Akim Demaille | * src/closure.c (print_firsts): Display of the symbol... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Akim Demaille | * src/muscle_tab.c (muscle_m4_output): Must return... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Akim Demaille | * src/LR0.c (new_state, get_state): Instead of using... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Akim Demaille | * src/reader.c (packgram): No longer end `ritem' with a 0 |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Akim Demaille | New experimental feature: display the lookaheads in... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Akim Demaille | * tests/torture.at (Many lookaheads): New test. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Akim Demaille | * src/output.c (GENERATE_OUTPUT_TABLE): Replace with... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Akim Demaille | * src/output.c (output_unsigned_int_table): New. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Akim Demaille | update. |
commit | commitdiff | tree | snapshot |
2002-05-04 |
Akim Demaille | * src/symtab.h (SALIAS, SUNDEF): Rename as... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Paul Eggert | * data/bison.simple (b4_token_defines): Also define... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Paul Eggert | (b4_token_defines): Also define YYTOKENTYPE for K&R C. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | More. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | More. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | * data/bison.simple (m4_if): Don't output empty enums. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | Gettext 0.11.3 adjustments. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | * configure.bat: Remove, completely obsolete. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | * configure.in (GETTEXT_VERSION): New. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Akim Demaille | Warnings. |
commit | commitdiff | tree | snapshot |
next |