summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.v1.875BISON-1_875Paul Eggert2003-01-0116-282/+282
* Bison 1.875.Paul Eggert2003-01-013-81/+74
* src/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only in braced code,Paul Eggert2002-12-311-1/+1
* Treat stray "," more uniformly.Paul Eggert2002-12-301-0/+15
* (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):Paul Eggert2002-12-301-5/+6
* (<SC_BRACED_CODE>"}"): Append ";" before the last brace in braced codePaul Eggert2002-12-301-3/+22
* (YYDECL): Use YYSTYPE, not its deprecated alias yystype. This followsPaul Eggert2002-12-301-1/+1
* * src/symtab.c (symbol_make_alias): Set type of SYMVAL to bePaul Eggert2002-12-291-0/+6
* (symbol_make_alias): Set type of SYMVAL to be that of SYM's type.Paul Eggert2002-12-291-1/+2
* Update version number to 1.75g.Paul Eggert2002-12-291-1/+1
* Regenerate.Paul Eggert2002-12-2916-593/+712
* Version 1.75f.Paul Eggert2002-12-292-0/+40
* (Badly Collapsed GLR States): Switch to Yacc-style conflict reports.Paul Eggert2002-12-291-1/+1
* (GNU Cim Grammar): Switch to Yacc-style reports.Paul Eggert2002-12-291-11/+11
* (Unresolved SR Conflicts, DefaultedPaul Eggert2002-12-291-7/+7
* (conflict_report):Paul Eggert2002-12-291-59/+17
* (Understanding): Use Yacc style for conflict reports. Also, use newPaul Eggert2002-12-291-8/+8
* (reduce_print): Don't invoke fflush; it's not needed.Paul Eggert2002-12-291-1/+0
* (warn_at, warn, complain_at, complain, fatal_at, fatal): Don't invokePaul Eggert2002-12-291-12/+0
* Fix a bug where error locations were not being recorded correctly.Paul Eggert2002-12-281-0/+34
* (_AT_CHECK_PRINTER_AND_DESTRUCTOR):Paul Eggert2002-12-281-4/+4
* Mention that YYLLOC_DEFAULT is also invoked for syntax errors.Paul Eggert2002-12-281-6/+12
* (yyparse): New local var yylerrsp, to record thePaul Eggert2002-12-281-4/+25
* Remove this file, since wePaul Eggert2002-12-281-9/+0
* Include quote.h.Paul Eggert2002-12-261-17/+38
* (%expect with reduce conflicts): New test.Paul Eggert2002-12-261-0/+20
* (conflicts_print): If the user specifies "%expect N", report an errorPaul Eggert2002-12-261-5/+10
* Don't use m4_include on relative file names, as it doesn't work.Paul Eggert2002-12-261-0/+32
* (dist_m4sugar_DATA): Remove m4sugar/version.m4.Paul Eggert2002-12-261-1/+1
* Don't include m4sugar/version.m4.Paul Eggert2002-12-261-9/+0
* Don't include c.m4, as "include" doesn't do what we want.Paul Eggert2002-12-263-4/+0
* (output_skeleton): Use full path names whenPaul Eggert2002-12-261-10/+16
* Mention the "yacc" command in the synopsis.Paul Eggert2002-12-261-16/+8
* Comment fix: don't mention obsolete bison.simple.Paul Eggert2002-12-261-1/+1
* Comment wording fix.Paul Eggert2002-12-261-2/+2
* (getargs) [MSDOS]: Don't assume optarg != NULLPaul Eggert2002-12-261-1/+2
* (declaration): Use enum "report_states" ratherPaul Eggert2002-12-261-1/+1
* ("@output ".*\n): Close any old yyout before opening a new one.Paul Eggert2002-12-261-0/+1
* Remove broken URL.Paul Eggert2002-12-241-3/+2
* Bump version number.Paul Eggert2002-12-241-1/+1
* Version 1.75e.Paul Eggert2002-12-242-2/+12
* Regenerate.Paul Eggert2002-12-2416-486/+551
* (cvs-update): Don't assume that the shell supports $(...), asPaul Eggert2002-12-241-1/+1
* Update from gnulib.Paul Eggert2002-12-241-3/+2
* (lloc_default): Remove test for emptyPaul Eggert2002-12-241-7/+3
* If the user does not define YYSTYPE as a macro, Bison now declares itPaul Eggert2002-12-241-5/+71
* (handle_dollar, handle_at): Now takes intPaul Eggert2002-12-241-65/+95
* (braced_code, current_braced_code): Remove.Paul Eggert2002-12-241-12/+3
* (add_param): 2nd arg is now char * not charPaul Eggert2002-12-241-41/+45
* If the user does not define YYSTYPE as a macro, Bison now declares itPaul Eggert2002-12-241-11/+23