2003-02-02 |
Akim Demaille | * src/scan-skel.l: Scan more than one inert character... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | %expect-count violations will be errors again in the... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Update version number to 1.875b. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Added ms translation. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | po/LINGUAS: Add ms. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Add ms. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Version 1.875a, dated today. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Update copyright date to 2003. |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Akim Demaille | * doc/Makefile.am (CLEANFILES): Add bison.fns for distc... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Hilfinger | Modifications to fix GLR bug reported by S. Eken. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Hilfinger | Rename tests/glr-regr1.at to tests/glr-regression.at. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Hilfinger | Changes in response to error report by S. Eken: GLR... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Eggert | * data/lalr1.cc: Do not use @output_header_name@ unless |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Eggert | Do not use @output_header_name@ unless |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Paul Eggert | * data/yacc.c (YYERROR): Move code from yyerrlab1 to... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Paul Eggert | (YYERROR): Move code from yyerrlab1 to here, so that |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Paul Eggert | * src/output.c (symbol_printers_output): Fix typo that led |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Paul Eggert | (symbol_printers_output): Fix typo that led |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Akim Demaille | Quoc Peyrot <chojin@lrde.epita.fr>, |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Paul Eggert | %expect-violations are now just warnings, reverting... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Paul Eggert | * NEWS: %expect-violations are now just warnings, reverting |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Paul Eggert | (version): Update copyright year. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Akim Demaille | * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead... |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Paul Eggert | Invoke wget with -C off, to disable proxy caches. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Paul Eggert | (WGETFLAGS): New macro, containing "-C off" to disable... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Paul Eggert | Update copyright. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Paul Eggert | Add a reference to the GLR paper of Scott, Johnstone... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Paul Eggert | (Generalized LR Parsing): Add a reference to the GLR... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | Add --disable-yacc. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (bin_SCRIPTS): yacc -> @YACC_SCRIPT@. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (AC_ARG_ENABLE): Add --disable-yacc. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | Update copyright date. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | Do not let the scan-skel token buffer grow unboundedly... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (yyerrlab1): Omit attribute if __cplusplus is defined, |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Paul Eggert | (__INT_TO_PTR) [__STDC__]: Cast result to |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Paul Eggert | ([^@\n]): Renamed from [^@\n]+ so that the token buffer... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | (QPUTS): Omit redundant `;' from macro definition. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | (bitset_stats_list): Remove unused var. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | Update copyright. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | ("@oline@"): Output lineno+1, not lineno. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | (yybool): Renamed from bool, to avoid collisions in C. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | (_Bool, bool, false, true, __bool_true_false_are_defined): |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | (_Bool, bool, false, true, __bool_true_false_are_defined): |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Paul Eggert | Pacify the buggy "smart preprocessor" in MacOS 10.2.3. |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Paul Eggert | (yyerrlab1): Append `;' after attribute, to |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Paul Eggert | Update copyright date. |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Paul Eggert | Comment fixes. |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Paul Eggert | Correct the address of info-gnu. |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Paul Eggert | Update version number to 1.875a. |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Paul Eggert | Regenerate. BISON-1_875 |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Paul Eggert | Bison 1.875. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Paul Eggert | src/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Paul Eggert | Treat stray "," more uniformly. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Paul Eggert | (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","): |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Paul Eggert | (<SC_BRACED_CODE>"}"): Append ";" before the last brace... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Paul Eggert | (YYDECL): Use YYSTYPE, not its deprecated alias yystype... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | * src/symtab.c (symbol_make_alias): Set type of SYMVAL... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (symbol_make_alias): Set type of SYMVAL to be that... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | Update version number to 1.75g. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | Version 1.75f. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (Badly Collapsed GLR States): Switch to Yacc-style... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (GNU Cim Grammar): Switch to Yacc-style reports. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (Unresolved SR Conflicts, Defaulted |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (conflict_report): |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (Understanding): Use Yacc style for conflict reports... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (reduce_print): Don't invoke fflush; it's not needed. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Paul Eggert | (warn_at, warn, complain_at, complain, fatal_at, fatal... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Paul Eggert | Fix a bug where error locations were not being recorded... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Paul Eggert | Mention that YYLLOC_DEFAULT is also invoked for syntax... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Paul Eggert | (yyparse): New local var yylerrsp, to record the |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Paul Eggert | Remove this file, since we |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Include quote.h. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | (%expect with reduce conflicts): New test. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | (conflicts_print): If the user specifies "%expect N... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Don't use m4_include on relative file names, as it... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | (dist_m4sugar_DATA): Remove m4sugar/version.m4. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Don't include m4sugar/version.m4. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Don't include c.m4, as "include" doesn't do what we... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | (output_skeleton): Use full path names when |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Mention the "yacc" command in the synopsis. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Comment fix: don't mention obsolete bison.simple. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | Comment wording fix. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | (getargs) [MSDOS]: Don't assume optarg != NULL |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | (declaration): Use enum "report_states" rather |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Paul Eggert | ("@output ".*\n): Close any old yyout before opening... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | Remove broken URL. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | Bump version number. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | Version 1.75e. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | (cvs-update): Don't assume that the shell supports... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | Update from gnulib. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | (lloc_default): Remove test for empty |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | If the user does not define YYSTYPE as a macro, Bison... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | (handle_dollar, handle_at): Now takes int |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Paul Eggert | (braced_code, current_braced_code): Remove. |
commit | commitdiff | tree | snapshot |
next |