]> git.saurik.com Git - bison.git/history - THANKS
tests: simplify useless obfuscation
[bison.git] / THANKS
2011-07-10  Joel E. Dennybuild: avoid YACC typo inherited from Autoconf.
2011-04-09  Joel E. DennyAdd -Wother so -Wnone suppresses all warnings.
2011-04-03  Joel E. DennyAdd -Wother so -Wnone suppresses all warnings.
2011-03-09  Akim Demaillenamed references: fix double free.
2011-03-09  Akim Demaillenamed references: fix double free.
2011-03-07  Angelo Borsottijava: fix parser stack popping bug.
2011-03-07  Angelo Borsottijava: fix parser stack popping bug.
2011-02-20  Bernd Kieferjava: fix location handling bug.
2011-02-20  Bernd Kieferjava: fix location handling bug.
2011-01-02  Joel E. DennyCorrect my email address.
2011-01-02  Joel E. DennyCorrect my email address.
2010-05-10  Akim Demailledoc: fix lalr1.cc documentation.
2010-05-10  Akim Demailledoc: fix lalr1.cc documentation.
2010-04-10  Joel E. Dennytests: fix for newer Sun Studio C++.
2010-04-10  Joel E. Dennytests: fix for newer Sun Studio C++.
2010-03-23  Joel E. Dennyportability: fix spawning on at least FreeBSD 8 and...
2010-03-23  Joel E. Dennyportability: fix spawning on at least FreeBSD 8 and...
2010-02-22  Joel E. Dennyportability: fix several issues with M4 subprocess.
2010-02-22  Joel E. Dennyportability: fix several issues with M4 subprocess.
2010-01-15  Joel E. DennyThank the developer of the initial push parser implemen...
2010-01-15  Joel E. DennyThank the developer of the initial push parser implemen...
2009-12-16  Joel E. DennyDocument gcc -Wundef fix.
2009-12-16  Joel E. DennyDocument gcc -Wundef fix.
2009-10-05  Joel E. Dennytests: skip tests of file names that platform does...
2009-10-05  Joel E. Dennytests: skip tests of file names that platform does...
2009-08-19  Akim Demailledoc: %initial-action to initialize yylloc.
2009-08-19  Akim Demaille2009-08-19 Akim Demaille <demaille@gostai.com>
2009-08-17  Akim Demaillebuild: lower gettext requirements.
2009-08-17  Akim Demaillebuild: lower gettext requirements.
2009-03-27  Akim Demailledoc: update README-hacking.
2009-03-26  Akim Demailledoc: update README-hacking.
2009-01-28  Akim DemailleFix grep portability issues.
2009-01-08  Akim DemailleFix grep portability issues.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-04  Joel E. DennyFix user actions without a trailing semicolon.
2008-11-04  Joel E. DennyFix user actions without a trailing semicolon.
2008-11-03  Akim DemailleUse variants to support objects as semantic values.
2008-10-18  Joel E. DennyFix yyerror_range for user-defined location type in...
2008-10-09  Paolo Bonzinismall but important bugfixes for the Java skeleton
2008-07-16  Joel E. DennyFix untranslatable composition of sentences.
2008-05-07  Joel E. Denny* THANKS: Add Eric Blake.
2008-02-06  Juan Manuel Guerrero* THANKS: Update my email address.
2007-08-03  Joel E. Denny* data/yacc.c (yyexhaustedlab): Define it when YYERROR_...
2007-07-28  Joel E. DennyFix push parsing memory leak reported by Brandon Lucia at
2007-05-26  Joel E. Denny* data/glr.c (yylval): As in yacc.c, don't extern in...
2007-04-04  Paul EggertUse ASCII for Sebastien Fricker's name.
2007-03-10  Joel E. Denny* doc/bison.texinfo (Destructor Decl): Fix typo reporte...
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
2006-10-12  Paul EggertCredit Satya for the graphviz change.
2006-10-09  Paul Eggert* THANKS: Add Paolo Bonzini and Bob Rossi.
2006-06-15  Paul EggertAdd name for twlevo.
2006-05-17  Joel E. Denny* data/glr.c (yyreportTree): Make room in yystates...
2006-05-14  Akim Demaille* doc/bison.texinfo (C++ Bison Interface): Clarify...
2006-05-11  Akim Demaille* examples/extexi: Enforce the precedence of concatenat...
2006-05-11  Akim DemailleComplete ChangeLog.
2006-04-03  Akim Demaille* src/scan-gram.l: Be robust to BRACED_CODE appearing...
2005-10-13  Akim Demaille* src/scan-skel.l: Output the base name parts of the...
2005-08-21  Paul Eggert* data/glr.c (yyresolveValue): Fix redundant parse...
2005-07-22  Paul EggertAdd Anthony Heading, twlevo@xs4all.nl.
2004-12-11  Paul EggertAdd Alexandre Duret-Lutz, Baron Schwartz, Frank Heckenb...
2003-12-02  Akim Demaille* doc/bison.texinfo (How Can I Reset the Parser): More...
2003-03-02  Akim DemailleWrite a test the yycheck overrun reported by Andrew...
2003-02-24  Paul EggertStick to ASCII for now.
2002-11-18  Akim Demaille* doc/bison.texinfo (Tracing): `yyprint' shouldn't...
2002-11-06  Akim DemailleTypo.
2002-11-06  Akim DemailleRestore --no-lines.
2002-10-24  Akim Demaille* data/yacc.c (m4_int_type): New.
2002-10-23  Akim Demaille* src/system.h: Include sys/types.
2002-10-14  Akim Demaille* src/tables.c (table_ninf_remap): base -> tab.
2002-10-13  Akim DemailleGLR parsers sometimes raise parse errors instead of...
2002-10-11  Akim Demaille* tests/regression.at Characters Escapes): New.
2002-09-30  Akim Demaille* configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
2002-09-12  Akim Demaille* m4/prereq.m4: Update, from Fileutils 4.1.5.
2002-09-04  Akim Demaille* data/yacc.c: Guard the declaration of yytoknum also...
2002-08-12  Paul EggertAdd Paul Hilfinger.
2002-07-09  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): New.
2002-06-25  Akim Demaille* src/getargs.c (report_argmatch): Initialize strtok().
2002-06-19  Akim Demaille* doc/bison.texinfo: Document ability to have multiple
2002-06-18  Akim Demaille* data/bison.simple (yyoverflowlab): #ifndef yyoverflow...
2002-06-18  Akim Demailleand Akim Demaille <akim@epita.fr>
2002-05-01  Akim Demaille* src/skeleton.h: Fix the #endif.
2002-04-19  Akim Demaille* doc/bison.texinfo (Actions): Make clear that `|'...
2002-03-06  Robert AniskoTHANKS
2002-03-04  Akim Demaille* lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
2002-03-04  Akim Demaille* src/lex.c (parse_percent_token): Be sure to 0-end...
2002-02-25  Akim DemailleSync.
2002-02-13  Akim Demaille* src/output.c (output_rule_data): Don't output NULL...
2002-02-07  Akim DemailleFix the previous test.
2002-01-24  Akim DemailleBison dumps core when trying to complain about broken...
2002-01-21  Akim Demaille* src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
2002-01-20  Marc Autret* tests/output.at: New test.
2002-01-11  Akim DemailleMore thanks.
2001-12-22  Akim Demaille* src/output.c (output_table_data): Change the prototyp...
2001-12-22  Akim DemailleReductions in web2c.y are improperly reported.
2001-12-18  Akim DemailleTypo.
2001-12-18  Akim DemailleSome host fail on `assert (!"foo")', which expands to
2001-12-15  Akim Demaille* src/reader.c (copy_action): When --yacc, don't append...
2001-12-05  Akim Demaille* tests/atlocal.in (CPPFLAGS): Do not leave a space...
2001-11-28  Akim Demaille* tests/reduce.at (Useless Terminals, Useless Nontermin...
next