]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 10 Mar 2007 21:05:24 +0000 (21:05 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 10 Mar 2007 21:05:24 +0000 (21:05 +0000)
Setzer.
(Java Differences): Fix some typos.
* THANKS: Add Sebastian Setzer.

ChangeLog
THANKS
doc/bison.texinfo

index ef4793567015527ce39bcb6e55ab070daeae9918..5b60a19a131c6d519b972eccbe6d34ece2c4f1ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-10  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
+       Setzer.
+       (Java Differences): Fix some typos.
+       * THANKS: Add Sebastian Setzer.
+
 2007-03-07  Paolo Bonzini  <bonzini@gnu.org>
 
         * data/java.m4 (b4_single_class_if): Remove.
 2007-03-07  Paolo Bonzini  <bonzini@gnu.org>
 
         * data/java.m4 (b4_single_class_if): Remove.
diff --git a/THANKS b/THANKS
index a5a4a5a0fa397249f297446e1974a9b0073b0463..d29d1ab4c52ae5ce2c1117ed1f5d54315fa4f4e5 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -71,6 +71,7 @@ Richard Stallman          rms@gnu.org
 Robert Anisko             anisko_r@epita.fr
 Satya Kiran Popuri        satyakiran@gmail.com
 Sébastien Fricker         sebastien.fricker@gmail.com
 Robert Anisko             anisko_r@epita.fr
 Satya Kiran Popuri        satyakiran@gmail.com
 Sébastien Fricker         sebastien.fricker@gmail.com
+Sebastian Setzer          sebastian.setzer.ext@siemens.com
 Shura                     debil_urod@ngs.ru
 Steve Murphy              murf@parsetree.com
 Tim Josling               tej@melbpc.org.au
 Shura                     debil_urod@ngs.ru
 Steve Murphy              murf@parsetree.com
 Tim Josling               tej@melbpc.org.au
index c226a077a6e3335624b255141ec11c9cddbcddee..c344ec73d5fb5aa13da3db5322a5e366f4f41526 100644 (file)
@@ -4396,7 +4396,7 @@ The parser can @dfn{return immediately} because of an explicit call to
 @code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory
 exhaustion.
 
 @code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory
 exhaustion.
 
-Right-hand size symbols of a rule that explicitly triggers a syntax
+Right-hand side symbols of a rule that explicitly triggers a syntax
 error via @code{YYERROR} are not discarded automatically.  As a rule
 of thumb, destructors are invoked only when user actions cannot manage
 the memory.
 error via @code{YYERROR} are not discarded automatically.  As a rule
 of thumb, destructors are invoked only when user actions cannot manage
 the memory.
@@ -8617,7 +8617,7 @@ The field's type can be changed using @samp{%define "stype"
 
 The different structure of the Java language forces several differences
 between C/C++ grammars, and grammars designed for Java parsers.  This
 
 The different structure of the Java language forces several differences
 between C/C++ grammars, and grammars designed for Java parsers.  This
-section summarizes this differences.
+section summarizes these differences.
 
 @itemize
 @item
 
 @itemize
 @item
@@ -8650,7 +8650,7 @@ blocks, if specified, should include the implementation of the
 scanner.  If there is no such block, the scanner can be any class
 that implements the appropriate interface (see @pxref{Java Scanner
 Interface}).
 scanner.  If there is no such block, the scanner can be any class
 that implements the appropriate interface (see @pxref{Java Scanner
 Interface}).
-@end item
+@end table
 
 Other @code{%code} blocks are not supported in Java parsers.
 The epilogue has the same meaning as in C/C++ code and it can
 
 Other @code{%code} blocks are not supported in Java parsers.
 The epilogue has the same meaning as in C/C++ code and it can