2005-09-09 |
Paul Eggert | * data/glr.c (YYCHK1): Do not assume YYE is in range. |
blob | commitdiff | raw |
2005-09-09 |
Paul Eggert | * doc/bison.texinfo: Correct typos in previous fix. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Paul Eggert | Log recent changes. |
blob | commitdiff | raw | diff to current |
2005-08-26 |
Paul Eggert | * data/glr.c (yydestroyGLRState): Renamed from yydestro... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Paul Eggert | * README-cvs: Give URLs for recommended tools. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Paul Eggert | * bootstrap (no_cache): New var, to accommodate differe... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Paul Eggert | yydestroyStackItem. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Akim Demaille | * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Paul Eggert | * data/glr.c (yyrecoverSyntaxError, yyreturn): |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | * lib/.cvsignore: Remove realloc.c, strncasecmp.c,... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | Fix typo in name of lalr1.cc. |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | * data/glr.c (yyreturn): Use "Cleanup:" rather than... |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Paul Eggert | * data/glr.c (yyresolveValue): Fix redundant parse... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | * Makefile.am (SUBDIRS): Put examples before tests... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | * tests/regression.at (Token definitions): Don't rely on |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | * data/glr.c (YYOPTIONAL_LOC): Define even if it's... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | Fix core dump reported by Pablo De Napoli in |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | * NEWS: Version 2.0b. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Paul Eggert | Catch up to last couple of days' checkins. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | Destructor cleanups and regularization among the three... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | * NEWS: Document minor wording changes in diagnostics of |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | Add i18n support to the GLR skeleton. Partially fix... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | Fix yyerror / yylex test glitches noted by twlevo@xs4al... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | Improve tests for stack overflow in GLR parser. |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | * tests/conflicts.at (%nonassoc and eof): Don't exit... |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Paul Eggert | * data/glr.c (yyparse): Don't assume that the initial... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | More changes to pacify C++ compilers. |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | * data/glr.c (YYSTACKEXPANDABLE): Don't define if alrea... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | * tests/glr-regression.at (Improper merging of GLR... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | * tests/Makefile.am (maintainer-check-g++): Remove... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | GXX -> CXX |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | * data/glr.c (yyuserAction): Fix uninitialized variable... |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Paul Eggert | * PACKAGING: New file, suggested by Bruno Haible and... |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Paul Eggert | * NEWS: Document recent i18n improvements. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Paul Eggert | * bootstrap: Get runtime translations into runtime-po. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_print): Swap the... |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Akim Demaille | * src/parse-gram.y: Use %printer instead of YYPRINT. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_print): New. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Akim Demaille | * data/glr.c (b4_syncline): Fix (swap) the definition of |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Paul Eggert | * doc/bison.texinfo (Mystery Conflicts): Add reference... |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Paul Eggert | * data/yacc.c (yyparse): Undo previous patch. Instead, |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Paul Eggert | * data/yacc.c (yyparse): In the initial action, set |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Paul Eggert | * examples/calc++/calc++-driver.cc, examples/calc+... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Paul Eggert | * bootstrap (gnulib_modules): Add gettext, now that... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Akim Demaille | Bind examples/calc++ to the package. |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Paul Eggert | * data/glr.c (yyFail): Drastically simplify; since... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Paul Eggert | Rewrite GLR parser to catch more buffer overrun, storag... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Akim Demaille | Extract calc++ from the documentation. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Akim Demaille | * doc/bison.texinfo (C++ Parser Interface): Use defcv... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Akim Demaille | * doc/bison.texinfo (C++ Language Interface): First... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Akim Demaille | * data/lalr1.cc (yylex_): Honor %lex-param. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Akim Demaille | Start a set of simple examples. |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Paul Eggert | * data/yacc.c (malloc, free) [defined __cplusplus]... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Paul Hilfinger | data/glr.c: Modify treatment of unused parameters to... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Paul Eggert | Fix infringement on user name space reported by Janos... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Akim Demaille | * data/lalr1.cc (_): New. |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Paul Eggert | Fix infringement on user name space reported by Bruno... |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Paul Eggert | Fix BeOS, FreeBSD, MacOS porting problems reported... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Paul Eggert | * README: Mention m4 1.4.3. Remove obsolete advice... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Paul Eggert | * bootstrap: Remove workaround for problem I encountere... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Paul Eggert | Version 2.0a. |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | * src/files.c: Include "stdio-safer.h"; this fixes... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | Various maintainer cleanups. |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | * bootstrap: Add stdio-safer, unistd-safer modules. |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | * data/lalr1.cc (yy::]b4_parser_class_name[::parse... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | Fix a destructor bug reported by Wolfgang Spraul in |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Paul Hilfinger | * data/glr.c (YY_SYMBOL_PRINT): Don't print newline... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Paul Eggert | * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like... |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Paul Eggert | * tests/actions.at: Test that stack overflow invokes... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Paul Eggert | * tests/input.at (Torturing the Scanner): Adjust to... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Paul Eggert | * NEWS: Bison-generated C parsers no longer quote liter... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | * src/parse-gram.y: Include quotearg.h. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Paul Eggert | * NEWS: Bison-generated C parsers now use the _ macro to |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Paul Eggert | Fix aliases bug reported by Tim Van Holder. |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Paul Eggert | * tests/regression.at (Token definitions): Don't use... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Paul Eggert | * bootstrap: Change translation URL. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Paul Eggert | * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Paul Eggert | * tests/glr-regression.at (glr-regr2a.y): Try to dump... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Paul Eggert | Respond to problems reported by twlevo@xs4all.nl. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Paul Eggert | * src/vcg.h: Comment fix. |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Paul Eggert | * src/tables.c (state_number_to_vector_number): Put... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Paul Eggert | * src/output.c (escaped_output): Renamed from |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Paul Eggert | * doc/bison.texinfo (Semantic Tokens): Fix scoping... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Paul Eggert | * doc/bison.texinfo (Mfcalc Symtab): Correct the protot... |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Paul Eggert | * doc/bison.texinfo: minor typo fixes |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Paul Eggert | Fix $ in test names. |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Paul Eggert | * src/vcg.c (output_graph): G_VIEW -> normal_view. |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Paul Eggert | * src/vcg.c (get_view_str): Remove case for normal_view. |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Paul Eggert | * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Paul Eggert | * doc/bison.texinfo: Change @dircategory from "GNU... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Paul Eggert | * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Paul Eggert | * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove ... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Eggert | * data/glr.c (yyuserAction): Add "default: break;"... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
Paul Eggert | * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if... |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Paul Eggert | * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100)... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Paul Eggert | * data/yacc.c (yyparse): Pacify non-GCC compilers about... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Paul Eggert | TODO: Mention that we should allow NUL bytes in tokens. |
blob | commitdiff | raw | diff to current |
next |