2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Joel E. Denny | Whether the default %destructor/%printer applies to... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Joel E. Denny | Don't apply the default %destructor or %printer to... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Joel E. Denny | Allow %start after the first rule. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Joel E. Denny | Redo some of the previous commit: add back the ability... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Joel E. Denny | Don't allow an undeclared string literal, but allow... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Joel E. Denny | Undo last commit. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Joel E. Denny | * src/scan-gram.l (braces_level, context_state): Make... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Joel E. Denny | In the grammar scanner, STRING_FINISH unclosed construc... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Joel E. Denny | Handle string aliases for character tokens correctly. |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Joel E. Denny | * src/parse-gram.y: Add `%expect 0' so we don't overloo... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Paul Eggert | * bootstrap: Put in need-ngettext argument to AM_GNU_GE... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Paul Eggert | * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Paul Eggert | * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Joel E. Denny | Clean up scanners a bit. |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Joel E. Denny | Suppress signed/unsigned comparison warnings for yycheck. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Paul Eggert | * doc/bison.texinfo: Fix some typos. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Paul Eggert | * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefi... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Joel E. Denny | Enable declaration of default %printer/%destructor... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Paul Eggert | Update to latest gnulib and gettext versions. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Paul Eggert | * bootstrap: Adjust to today's change to gnulib-tool... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Joel E. Denny | * src/parse-gram.y (grammar_declaration): Don't confuse... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Akim Demaille | Support %define "KEY" {VALUE}. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Paul Eggert | * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdeb... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Akim Demaille | * data/c.m4: Comment changes. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Akim Demaille | * src/complain.c (error_message, ERROR_MESSAGE): New. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Paul Eggert | unless unless -> unless |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | * src/symlist.c (symbol_list_length): Return int, not... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | (gram_scanner_cursor): Remove decl, since this |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | (flags_argmatch): Return void, not int, |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | (STRING_FREE): Don't use FLEX_PREFIX (last_string) |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Akim Demaille | Implement --warnings/-W. |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Joel E. Denny | Change %merge result type clash warnings to errors... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Akim Demaille | * src/getargs.h, src/getargs.c: Swap --report and ... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | * data/yacc.c (YYID, yy_stack_print): Prefix local... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | * data/c.m4 (b4_basename): Simplify a bit, since we... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Paul Eggert | Adjust to Autoconf 2.60 and today's gnulib. |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_location_initial_column, b4_location_in... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_dirname): New. |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Joel E. Denny | In the grammar file, the first column is 1 not 0 on... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Joel E. Denny | In warnings, say "previous declaration" rather than... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Joel E. Denny | * ChangeLog: Add mailing list references to some of... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Akim Demaille | * doc/Doxyfile.in: New. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Joel E. Denny | Don't miss %merge result type warnings just because... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Joel E. Denny | Fix code formatting. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Joel E. Denny | Get action warnings (grammar_rule_check) right even... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Joel E. Denny | Fix formatting in most recent entry. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Joel E. Denny | More cleanup. |
commit | commitdiff | tree | snapshot |
2006-06-25 |
Joel E. Denny | Clean up yesterday's patch. |
commit | commitdiff | tree | snapshot |
2006-06-24 |
Joel E. Denny | Fix bug that mistakes braced code in a declaration... |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Joel E. Denny | Add comparison operators for C++ location classes.... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_from_uniqstr)... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Akim Demaille | Install these changes: |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Joel E. Denny | * src/scan-gram.l: Remove unused declaration of last_st... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Paul Eggert | * src/parse-gram.y (char_name): New function. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Paul Eggert | * bootstrap (TP_URL, WGET_COMMAND): New vars. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Akim Demaille | * src/scan-gram.l: No longer "parse" things after ... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Paul Eggert | Add name for twlevo. |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Joel E. Denny | For associating token numbers with token names for... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Paul Eggert | * NEWS: Reword the post-2.3 change to not be so optimis... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Joel E. Denny | * src/flex-scanner.h (yytext): Remove stray `*/' in... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Paul Eggert | * TODO: Add request from Nelson H. F. Beebe to be able... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Joel E. Denny | * src/flex-scanner.h: For the sake of Flex 2.5.4, don... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Joel E. Denny | src/location.h: #include "system.h" rather than <stdboo... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Joel E. Denny | Get Bison to build again when configured with --enable... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Akim Demaille | Add it for real. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Akim Demaille | * src/scan-gram.l: Move the "add a trailing ; to action... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Akim Demaille | * src/Makefile.am (BUILT_SOURCES): Fix the trailing... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Joel E. Denny | Between Bison releases, manually append `+' to the... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | * NEWS: Version 2.3. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Paul Eggert | * data/glr.c (YYRECOVERING): Define to be a function... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Joel E. Denny | * src/getargs.c (usage): Back out yesterday's modificat... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Paul Eggert | * doc/bison.texinfo (Introduction): Don't say "GLR... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Juan Manuel... | Actualisation of information concerning ports |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Paul Eggert | * data/yacc.c (yy_reduce_print): Omit trailing white... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Paul Eggert | * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Joel E. Denny | * data/yacc.c (yyparse): Wrap the final return from... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Joel E. Denny | * data/glr.c (yyresolveLocations): Remove bogus YYASSER... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Paul Eggert | * data/c.m4 (b4_yy_symbol_print_generate): |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Update version number to 2.2a. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Whoops, I meant version 2.2. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Version 2.1. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Joel E. Denny | * data/glr.c (yyreportTree): Make room in yystates... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Paul Eggert | * data/yacc.c (yytnamerr): Fix typo: local var should... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | * doc/bison.texinfo (C++ Bison Interface): Clarify... |
commit | commitdiff | tree | snapshot |
next |