summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.75.v1.75BISON-1_75Akim Demaille2002-10-143-2/+6
* * tests/Makefile.am (maintainer-check-posix): New.Akim Demaille2002-10-143-9/+21
* * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yylocAkim Demaille2002-10-142-2/+15
* Regen.Akim Demaille2002-10-1413-403/+403
* Update.Akim Demaille2002-10-141-0/+18
* * src/tables.c (table_ninf_remap): base -> tab.Akim Demaille2002-10-143-5/+11
* * tests/action.at, tests/calc.at, tests/conflicts.at,Paul Eggert2002-10-141-0/+7
* Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",Paul Eggert2002-10-1410-30/+30
* * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,Paul Eggert2002-10-141-0/+9
* (b4_int_type): Use yysigned_char instead of signed char,Paul Eggert2002-10-141-1/+1
* (yysigned_char): New type.Paul Eggert2002-10-142-0/+12
* (Web2c Actions): signed char -> yysigned_char.Paul Eggert2002-10-141-5/+5
* * data/yacc.c (yyparse): Rewrite to avoid "comparison is alwaysPaul Eggert2002-10-141-0/+3
* (yyparse): Rewrite to avoid "comparison is always true due to limitedPaul Eggert2002-10-141-15/+7
* * data/c.m4 (b4_token_defines): Protect against double-inclusionPaul Eggert2002-10-131-0/+6
* (b4_token_defines): Protect against double-inclusionPaul Eggert2002-10-131-1/+2
* * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):Akim Demaille2002-10-132-8/+14
* * Makefile.maint: Update from Autoconf 2.54.Akim Demaille2002-10-136-140/+23
* * src/print.c (print_state): Separate the list of solved conflictsAkim Demaille2002-10-133-1/+11
* Let nondeterministic skeletons be usable with deterministicAkim Demaille2002-10-134-35/+44
* * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.Akim Demaille2002-10-137-31/+68
* * data/glr.c: Formatting changes.Akim Demaille2002-10-132-17/+39
* GLR parsers sometimes raise parse errors instead of performing theAkim Demaille2002-10-136-129/+213
* Regenerate.Paul Eggert2002-10-131-137/+139
* Fix problem reported by Henrik Grubbstroem inPaul Eggert2002-10-131-0/+13
* (Exotic Dollars): Test for "nonterm: { $$ = 123; } { $$ = $1; };" bug.Paul Eggert2002-10-131-3/+3
* (rule_length): New static var.Paul Eggert2002-10-131-13/+15
* Attempt to fix SunOS 4.1.4 porting bug reported by Peter Klein inPaul Eggert2002-10-131-0/+15
* (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.Paul Eggert2002-10-131-6/+12
* Import GCC version as of today, then merge Bison's changes.Paul Eggert2002-10-131-4/+4
* Fix copyright and authorship notice to point to Bison, not GCC.Paul Eggert2002-10-131-63/+28
* [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.Paul Eggert2002-10-131-5/+33
* Import of GCC head 2002-10-11Paul Eggert2002-10-133-53/+70
* * src/reader.c (grammar_current_rule_check):Paul Eggert2002-10-131-0/+5
* (grammar_current_rule_check):Paul Eggert2002-10-131-9/+10
* * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.Paul Eggert2002-10-121-0/+8
* Output token definitions before the first part of user declarations.Paul Eggert2002-10-123-8/+7
* (b4_token_enum): Do not define YYTOKENTYPE.Paul Eggert2002-10-121-6/+2
* (Calling Convention): Fix strncmp typo.Paul Eggert2002-10-111-2/+2
* * data/yacc.c (yyreport_parse_error): Remove, putting its body into...Paul Eggert2002-10-111-0/+7
* (yyreport_parse_error): Remove, putting its body into...Paul Eggert2002-10-111-69/+48
* * tests/regression.at Characters Escapes): New.Akim Demaille2002-10-115-116/+154
* * po/id.po: New.Akim Demaille2002-10-1116-537/+973
* Portability fixes for bitsets; this also avoids several GCC warnings.Paul Eggert2002-10-101-0/+101
* Include bitset.h, not bbitset.h.Paul Eggert2002-10-103-3/+3
* Include <stddef.h>, for offsetof.Paul Eggert2002-10-101-33/+70
* (ebitset_bytes): Adjust to new, unique names for structures.Paul Eggert2002-10-101-29/+60
* enum -> enum_Paul Eggert2002-10-102-2/+2
* (bitsetv_alloc): Return a size that is aligned properly for vectors ofPaul Eggert2002-10-101-4/+5
* (bitset_stats_bytes): Adjust to new, unique names for structures.Paul Eggert2002-10-101-15/+25