summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright date to 2003.Paul Eggert2003-02-011-1/+1
* (symbol_printers_output): Fix typo that ledPaul Eggert2003-01-171-1/+1
* * NEWS: %expect-violations are now just warnings, revertingPaul Eggert2003-01-131-6/+6
* (version): Update copyright year.Paul Eggert2003-01-111-2/+2
* * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.Akim Demaille2003-01-091-1/+1
* (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.Paul Eggert2003-01-051-2/+3
* ([^@\n]): Renamed from [^@\n]+ so that the token buffer does notPaul Eggert2003-01-041-1/+1
* (QPUTS): Omit redundant `;' from macro definition.Paul Eggert2003-01-031-2/+2
* ("@oline@"): Output lineno+1, not lineno.Paul Eggert2003-01-031-1/+1
* (_Bool, bool, false, true, __bool_true_false_are_defined):Paul Eggert2003-01-031-2/+15
* Comment fixes.Paul Eggert2003-01-021-4/+4
* Regenerate.v1.875BISON-1_875Paul Eggert2003-01-012-2/+2
* src/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only in braced code,Paul Eggert2002-12-311-1/+1
* (<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
* (symbol_make_alias): Set type of SYMVAL to be that of SYM's type.Paul Eggert2002-12-291-1/+2
* Regenerate.Paul Eggert2002-12-292-9/+30
* (conflict_report):Paul Eggert2002-12-291-59/+17
* (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
* Include quote.h.Paul Eggert2002-12-261-17/+38
* (conflicts_print): If the user specifies "%expect N", report an errorPaul Eggert2002-12-261-5/+10
* (output_skeleton): Use full path names whenPaul Eggert2002-12-261-10/+16
* 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
* Regenerate.Paul Eggert2002-12-242-302/+297
* (lloc_default): Remove test for emptyPaul Eggert2002-12-241-7/+3
* (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
* Comment fix.Paul Eggert2002-12-211-1/+1
* Regenerate.Paul Eggert2002-12-132-450/+497
* (bin_SCRIPTS): New macro, for yacc.Paul Eggert2002-12-131-0/+8
* (__GNU_LIBRARY__) [lint]: Define to work aroundPaul Eggert2002-12-131-0/+12
* (G_CMAX): Now INT_MAX.Paul Eggert2002-12-131-2/+1
* Fix misspelling in comments.Paul Eggert2002-12-131-11/+11
* XMALLOC -> MALLOCPaul Eggert2002-12-132-4/+5
* Put "const" after type that it modifies consistently.Paul Eggert2002-12-131-1/+1
* (uniqstr_print): Now inline. Return bool, not int.Paul Eggert2002-12-131-18/+20
* (state_number_to_vector_number,Paul Eggert2002-12-131-52/+58
* (alloca): Remove; decl no longer needed.Paul Eggert2002-12-131-17/+18
* (NUMBER_UNDEFINED): Remove unnecessary cast.Paul Eggert2002-12-131-9/+3
* (symbol_check_defined,Paul Eggert2002-12-131-36/+61
* (state_number_as_int): Now inline functions rather than macros, to avoid casts.Paul Eggert2002-12-131-2/+6
* (state_compare): Now inline. Return bool, not int.Paul Eggert2002-12-131-48/+52
* (<SC_ESCAPED_CHARACTER>"'"): Use unsigned charPaul Eggert2002-12-131-2/+4
* XCALLOC -> CALLOCPaul Eggert2002-12-131-6/+6