summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.3a.v2.3aPaul Eggert2006-09-133-2/+5
* * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): RemovePaul Eggert2006-09-132-2/+6
* Remove bogus comments.Paul Eggert2006-09-131-3/+0
* Fix typo in previous patch; YYCDEBUG was defined in the wrong section.Paul Eggert2006-09-131-1/+1
* Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zeroPaul Eggert2006-09-136-29/+66
* * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.Paul Eggert2006-09-122-13/+8
* * data/c.m4 (b4_null, b4_case): Define.Paul Eggert2006-09-123-14/+30
* * data/glr.c (b4_shared_declarations): Put start-header first,Paul Eggert2006-09-115-11/+36
* Add argmatch.m4. Remove obstack.m4, strerror_r.m4.Paul Eggert2006-09-111-2/+1
* Fix typo: "&" should be "&&". Problem reportedPaul Eggert2006-09-111-2/+2
* * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported byPaul Eggert2006-09-112-6/+15
* Finish implementation of per-type %destructor/%printer. DiscussedJoel E. Denny2006-09-048-45/+484
* Require default %destructor/%printer to be declared usingJoel E. Denny2006-09-0413-631/+801
* Whether the default %destructor/%printer applies to a particular symbolJoel E. Denny2006-08-245-9/+52
* Don't apply the default %destructor or %printer to the error token,Joel E. Denny2006-08-213-12/+203
* Allow %start after the first rule.Joel E. Denny2006-08-205-7/+58
* Redo some of the previous commit: add back the ability to useJoel E. Denny2006-08-185-45/+54
* Don't allow an undeclared string literal, but allow a string literal toJoel E. Denny2006-08-185-10/+90
* Undo last commit.Joel E. Denny2006-08-142-7/+2
* * src/scan-gram.l (braces_level, context_state): Make these globalsJoel E. Denny2006-08-142-2/+7
* In the grammar scanner, STRING_FINISH unclosed constructs and returnJoel E. Denny2006-08-145-14/+101
* Handle string aliases for character tokens correctly.Joel E. Denny2006-08-143-3/+40
* * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.Joel E. Denny2006-08-134-220/+224
* * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,Paul Eggert2006-08-112-4/+36
* * lib/subpipe.c (create_subpipe): Use new gnulib pipe_saferPaul Eggert2006-08-111-12/+7
* * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-comparePaul Eggert2006-08-115-35/+14
* Clean up scanners a bit.Joel E. Denny2006-08-107-21/+24
* Suppress signed/unsigned comparison warnings for yycheck.Joel E. Denny2006-08-107-129/+162
* * doc/bison.texinfo: Fix some typos.Paul Eggert2006-08-092-6/+9
* * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,Paul Eggert2006-08-023-3/+21
* Enable declaration of default %printer/%destructor. Make the parserJoel E. Denny2006-07-2912-269/+764
* Clean up handling of %destructor for the end token (token 0).Joel E. Denny2006-07-296-33/+101
* Update to latest gnulib and gettext versions.Paul Eggert2006-07-256-89/+71
* * bootstrap: Adjust to today's change to gnulib-tool by invokingPaul Eggert2006-07-202-4/+10
* * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (atJoel E. Denny2006-07-135-133/+153
* Support %define "KEY" {VALUE}.Akim Demaille2006-07-137-439/+466
* * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'Paul Eggert2006-07-122-4/+12
* * data/c.m4: Comment changes.Akim Demaille2006-07-122-1/+5
* * src/complain.c (error_message, ERROR_MESSAGE): New.Akim Demaille2006-07-103-74/+61
* unless unless -> unlessPaul Eggert2006-07-101-1/+1
* Regenerate.Paul Eggert2006-07-092-167/+283
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-0914-82/+227
* * src/symlist.c (symbol_list_length): Return int, not unsignedPaul Eggert2006-07-092-5/+5
* (gram_scanner_cursor): Remove decl, since thisPaul Eggert2006-07-091-1/+0
* (flags_argmatch): Return void, not int,Paul Eggert2006-07-091-3/+3
* (STRING_FREE): Don't use FLEX_PREFIX (last_string)Paul Eggert2006-07-091-1/+1
* Implement --warnings/-W.Akim Demaille2006-07-093-75/+156
* Change %merge result type clash warnings to errors. Discussed atJoel E. Denny2006-07-095-229/+126
* * src/getargs.h, src/getargs.c: Swap --report and --trace handlingAkim Demaille2006-07-093-70/+78
* * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"Paul Eggert2006-07-092-6/+17