The spelling of Erich's name has changed. Now updated throughout.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 30 Jan 2007 06:18:35 +0000 (06:18 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 30 Jan 2007 06:18:35 +0000 (06:18 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@36 052ea7fc-9027-0410-9066-f65837a77df0

20 files changed:
CREDITS
ChangeLog
doc/ragel.1.in
doc/rlcodegen.1.in
rlcodegen/fflatcodegen.cpp
rlcodegen/fflatcodegen.h
rlcodegen/fgotocodegen.cpp
rlcodegen/fgotocodegen.h
rlcodegen/flatcodegen.cpp
rlcodegen/flatcodegen.h
rlcodegen/fsmcodegen.cpp
rlcodegen/fsmcodegen.h
rlcodegen/ftabcodegen.cpp
rlcodegen/ftabcodegen.h
rlcodegen/gotocodegen.cpp
rlcodegen/gotocodegen.h
rlcodegen/ipgotocodegen.cpp
rlcodegen/ipgotocodegen.h
rlcodegen/tabcodegen.cpp
rlcodegen/tabcodegen.h

diff --git a/CREDITS b/CREDITS
index 5881631..4be770d 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -7,7 +7,7 @@ have been missed.
 
 * Written by Adrian Thurston <thurston@cs.queensu.ca>.
 
-* Objective-C output contributed by Eric Ocean.
+* Objective-C output contributed by Erich Ocean.
 
 * D output and many great ideas contributed by Alan West.
 
@@ -23,6 +23,6 @@ have been missed.
     Bob Tennent, Robert Lemmen, Tobias Jahn, Cris Bailiff, Buddy Betts, Scott
     Dixon, Steven Handerson, Michael Somos, Bob Paddock, Istvan Buki, David
     Drai, Matthias Rahlf, Zinx Verituse, Markus W. Weissmann, Marc Liyanage,
-    Eric Ocean, Alan West, Steven Kibbler, Laurent Boulard, Jon Oberheide,
+    Erich Ocean, Alan West, Steven Kibbler, Laurent Boulard, Jon Oberheide,
     David Helder, Lexington Luthor, Jason Jobe, Colin Fleming, Carlos Antunes,
     Steve Horne, Matt Mower
index 51beb09..3f00fb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -560,7 +560,7 @@ Ragel 3.7 - Oct 31, 2004
  -Changed examples/cppscan to use fexec and thereby go much faster.
  -Implemented flex and re2c versions of examples/cppscan. Ragel version
   goes faster than flex version but not as fast as re2c version.
- -Merged in Objective-C patch from Eric Ocean.
+ -Merged in Objective-C patch from Erich Ocean.
  -Turned off syncing with stdio in C++ tests to make them go faster.
  -Renamed C++ code generaion classes with the Cpp Prefix instead of CC to make
   them easier to read.
index 23718fb..61822b4 100644 (file)
@@ -552,7 +552,7 @@ Ragel is still under development and has not yet matured. There are probably
 many bugs.
 .SH CREDITS
 Ragel was written by Adrian Thurston <thurston@cs.queensu.ca>.  Objective-C
-output contributed by Eric Ocean. D output contributed by Alan West. 
+output contributed by Erich Ocean. D output contributed by Alan West. 
 .SH "SEE ALSO"
 .BR rlcodegen (1),
 .BR re2c (1),
index 653688a..ff2242c 100644 (file)
@@ -98,7 +98,7 @@ Ragel is still under development and has not yet matured. There are probably
 many bugs.
 .SH CREDITS
 Ragel was written by Adrian Thurston <thurston@cs.queensu.ca>.  Objective-C
-output contributed by Eric Ocean. D output contributed by Alan West. 
+output contributed by Erich Ocean. D output contributed by Alan West. 
 .SH "SEE ALSO"
 .BR ragel (1),
 .BR re2c (1),
index 25f4d24..9224627 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2004-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index d3dfc00..67780df 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2004-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 34ef47c..72a5ba5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index c2dafa3..870defd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index d5e96d3..1567073 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2004-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 5e1fef5..51b0923 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2004-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 533ede7..0ae1c16 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 2d0a07b..bc16bff 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 2aba78b..94eafca 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 995d3d2..b77716f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 2b764c1..f8cb323 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 0a80a06..dec9882 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 5100fdf..c632150 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index 22e9a64..34f3db6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index b382256..d74a3bd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */
 
index b871e2a..c946e80 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
- *            2004 Eric Ocean <eric.ocean@ampede.com>
+ *            2004 Erich Ocean <eric.ocean@ampede.com>
  *            2005 Alan West <alan@alanz.com>
  */