2002-12-11 |
Paul Eggert | Rename struniq to uniqstr, to avoid collision with... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | Add support for rules that do not have trailing semicol... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (Invalid inputs): No longer `expecting ";" |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (Useless Rules, Reduced Automaton, Underivable Rules... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (Invalid $n, Invalid @n, Type Clashes): |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (S/R in initial, Defaulted Conflicted Reduction): |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | Include "files.h". |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (nonterminals_reduce): Use warn_at rather than rolling... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | Include location.h. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | Adjust to new location_t layout. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (lloc_default): New function, which handles |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | Do not include <quotearg.h>; no longer needed. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | * src/location.c: Include <quotearg.h>. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | LOCATION_PRINT -> location_print |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (current_file): Remove duplicate decl; |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | Include files.h. LOCATION_PRINT -> location_print. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (Table of Symbols): YYERROR_VERBOSE should |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (yy_reduce_print): Don't assume that yyrline[yyrule... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Paul Eggert | (yy_reduce_print): Don't assume that yyrline[yyrule] |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Paul Eggert | Add strtoul.c |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Paul Eggert | (AC_REPLACE_FUNCS): Add strtoul. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Paul Eggert | New file, from gnulib. |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Paul Eggert | (no_cr_read, extend_location): Move to epilogue, |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | Type clashes now generate warnings, not errors, since it |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | (grammar_current_rule_check): Warn about |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | (Type Clashes): Expect warnings, not complaints. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | fund -> found |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | Add Yacc Library. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | Describe Yacc library, lex-param and parse-param changes. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | (gram_error): Now static. Add static decl. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | (gram_error): Remove decl. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | (Yacc Library): New node. Regenerate top menu. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | (lib_LIBRARIES, liby_a_SOURCES): New macros. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | lib/main.c, lib/yyerror.c: New files. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Paul Eggert | Emphasize that yylex and yyerror must be declared befor... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | [a-f] -> [abcdef], so that we don't assume the C locale. |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | %parse-param and %lex-param now take just one argument... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | (Simple LALR Calculator): Adopt new convention for... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | "," now elicits a warning, rather than being |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | (add_param): New function. |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | (Parser Function, Pure Calling, Error Reporting, Table... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Paul Eggert | (reader): Remove gram_control; it wasn't being used. |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Paul Eggert | Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | Rename identifiers to avoid real and potential collisions. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | (STEP): Renamed from YY_STEP. All uses changed. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | (struct gram_control_s, gram_control_t): Remove. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | (print_token_value): Renamed from yyprint. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | yyprint -> print_token_value |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput, |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Paul Eggert | (b4_yysymprint_generate): yyout -> yyoutput, |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Paul Eggert | Update version to 1.75d. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Paul Eggert | Version 1.75c. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Paul Eggert | Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Paul Eggert | (Actions after errors): Use an output format |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Paul Eggert | (yyerrlab1): Move this label down, so that the |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Paul Eggert | Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Paul Eggert | Sync with gnulib again. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | * lib/argmatch.c, lib/argmatch.h: Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (_AT_TEST_GLR_CXXTYPES): Do not include <assert.h>. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (_AT_DATA_CALC_Y): Do not include <assert.h>. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (get_color_str, get_textmode_str, get_shape_str, |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (conflict_row, pack_vector): Use abort rather than... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | Do not include <assert.h>. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (symbol_user_token_number_set, symbol_make_alias, symbo... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (struniq_assert): Now returns void, and aborts if the... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (state_new, state_free, state_transitions_set, state_re... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (packgram, reader): Use abort rather than assert. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (prepare_rules, token_definitions_output): Use abort... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (nullable_compute): Use abort rather than assert. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (set_goto_map, map_goto): Use abort rather than assert. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (trace_argmatch, report_argmatch): Use verify rather... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (resolve_sr_conflict): Use abort rather than assert. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | Do not include <assert.h>. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | (ARRAY_CARDINALITY): Do not bother to #undef. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Paul Eggert | Do not include <assert.h>. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Paul Eggert | * data/glr.c (yygetLRActions): Replace `yyindex' with |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Paul Eggert | (yygetLRActions): Replace `yyindex' with |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Paul Eggert | Pacify Sun ONE Studio 7 lint. Also, rename "ParseError" |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Akim Demaille | * doc/bison.texinfo (Tracing): `yyprint' shouldn't... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Paul Eggert | (_AT_DATA_CALC_Y): Make vars static instead of |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Paul Eggert | (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]:... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Akim Demaille | Really remove it. |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Akim Demaille | Augment the similarity between GLR and LALR traces. |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Akim Demaille | * src/getargs.h, src/getargs.c (trace_e, trace_args... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Akim Demaille | Make the ``Printers and Destructors'' test more verbose... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Paul Eggert | * data/yacc.c: Avoid over-quoting of __line__ and __file__. |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Paul Eggert | Avoid over-quoting of __line__ and __file. |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Paul Eggert | * tests/actions.at (Actions after errors): New test... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Paul Eggert | (Actions after errors): New test case. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Akim Demaille | * src/parse-gram.y (declaration): Have %parse-param... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Akim Demaille | * m4/prereq.m4: Removed the commented jm_PREREQ_HASH |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Akim Demaille | 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be> |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Akim Demaille | Always check the value returned by yyparse. |
commit | commitdiff | tree | snapshot |
next |