Removed the hyphens from the file names.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 15 Nov 2008 18:40:25 +0000 (18:40 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 15 Nov 2008 18:40:25 +0000 (18:40 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@572 052ea7fc-9027-0410-9066-f65837a77df0

56 files changed:
ragel/Makefile.in
ragel/cdcodegen.cpp [moved from ragel/cd-codegen.cpp with 99% similarity]
ragel/cdcodegen.h [moved from ragel/cd-codegen.h with 100% similarity]
ragel/cdfflat.cpp [moved from ragel/cd-fflat.cpp with 99% similarity]
ragel/cdfflat.h [moved from ragel/cd-fflat.h with 98% similarity]
ragel/cdfgoto.cpp [moved from ragel/cd-fgoto.cpp with 99% similarity]
ragel/cdfgoto.h [moved from ragel/cd-fgoto.h with 98% similarity]
ragel/cdflat.cpp [moved from ragel/cd-flat.cpp with 99% similarity]
ragel/cdflat.h [moved from ragel/cd-flat.h with 99% similarity]
ragel/cdftable.cpp [moved from ragel/cd-ftable.cpp with 99% similarity]
ragel/cdftable.h [moved from ragel/cd-ftable.h with 98% similarity]
ragel/cdgoto.cpp [moved from ragel/cd-goto.cpp with 99% similarity]
ragel/cdgoto.h [moved from ragel/cd-goto.h with 99% similarity]
ragel/cdipgoto.cpp [moved from ragel/cd-ipgoto.cpp with 99% similarity]
ragel/cdipgoto.h [moved from ragel/cd-ipgoto.h with 99% similarity]
ragel/cdsplit.cpp [moved from ragel/cd-split.cpp with 99% similarity]
ragel/cdsplit.h [moved from ragel/cd-split.h with 98% similarity]
ragel/cdtable.cpp [moved from ragel/cd-table.cpp with 99% similarity]
ragel/cdtable.h [moved from ragel/cd-table.h with 99% similarity]
ragel/cscodegen.cpp [moved from ragel/cs-codegen.cpp with 99% similarity]
ragel/cscodegen.h [moved from ragel/cs-codegen.h with 100% similarity]
ragel/csfflat.cpp [moved from ragel/cs-fflat.cpp with 99% similarity]
ragel/csfflat.h [moved from ragel/cs-fflat.h with 98% similarity]
ragel/csfgoto.cpp [moved from ragel/cs-fgoto.cpp with 99% similarity]
ragel/csfgoto.h [moved from ragel/cs-fgoto.h with 98% similarity]
ragel/csflat.cpp [moved from ragel/cs-flat.cpp with 99% similarity]
ragel/csflat.h [moved from ragel/cs-flat.h with 99% similarity]
ragel/csftable.cpp [moved from ragel/cs-ftable.cpp with 99% similarity]
ragel/csftable.h [moved from ragel/cs-ftable.h with 98% similarity]
ragel/csgoto.cpp [moved from ragel/cs-goto.cpp with 99% similarity]
ragel/csgoto.h [moved from ragel/cs-goto.h with 99% similarity]
ragel/csipgoto.cpp [moved from ragel/cs-ipgoto.cpp with 99% similarity]
ragel/csipgoto.h [moved from ragel/cs-ipgoto.h with 99% similarity]
ragel/cssplit.cpp [moved from ragel/cs-split.cpp with 99% similarity]
ragel/cssplit.h [moved from ragel/cs-split.h with 98% similarity]
ragel/cstable.cpp [moved from ragel/cs-table.cpp with 99% similarity]
ragel/cstable.h [moved from ragel/cs-table.h with 99% similarity]
ragel/dotcodegen.cpp [moved from ragel/dot-codegen.cpp with 99% similarity]
ragel/dotcodegen.h [moved from ragel/dot-codegen.h with 100% similarity]
ragel/javacodegen.cpp [moved from ragel/java-codegen.cpp with 99% similarity]
ragel/javacodegen.h [moved from ragel/java-codegen.h with 100% similarity]
ragel/parsedata.cpp
ragel/rbxgoto.cpp [moved from ragel/rbx-goto.cpp with 99% similarity]
ragel/rbxgoto.h [moved from ragel/rbx-goto.h with 99% similarity]
ragel/rubycodegen.cpp [moved from ragel/ruby-codegen.cpp with 99% similarity]
ragel/rubycodegen.h [moved from ragel/ruby-codegen.h with 100% similarity]
ragel/rubyfflat.cpp [moved from ragel/ruby-fflat.cpp with 99% similarity]
ragel/rubyfflat.h [moved from ragel/ruby-fflat.h with 98% similarity]
ragel/rubyflat.cpp [moved from ragel/ruby-flat.cpp with 99% similarity]
ragel/rubyflat.h [moved from ragel/ruby-flat.h with 99% similarity]
ragel/rubyftable.cpp [moved from ragel/ruby-ftable.cpp with 99% similarity]
ragel/rubyftable.h [moved from ragel/ruby-ftable.h with 98% similarity]
ragel/rubytable.cpp [moved from ragel/ruby-table.cpp with 99% similarity]
ragel/rubytable.h [moved from ragel/ruby-table.h with 99% similarity]
ragel/xmlcodegen.cpp [moved from ragel/xml-codegen.cpp with 99% similarity]
ragel/xmlcodegen.h [moved from ragel/xml-codegen.h with 100% similarity]

index 43d43af..6988b20 100644 (file)
@@ -29,18 +29,18 @@ CC_SRCS = \
        fsmattach.cpp fsmmin.cpp fsmgraph.cpp fsmap.cpp \
        rlscan.cpp rlparse.cpp inputdata.cpp common.cpp \
        redfsm.cpp gendata.cpp \
-       cd-codegen.cpp \
-       cd-table.cpp cd-ftable.cpp cd-flat.cpp \
-       cd-fflat.cpp cd-goto.cpp cd-fgoto.cpp \
-       cd-ipgoto.cpp cd-split.cpp  \
-       java-codegen.cpp \
-       ruby-codegen.cpp ruby-table.cpp ruby-ftable.cpp \
-       ruby-flat.cpp ruby-fflat.cpp rbx-goto.cpp \
-       cs-codegen.cpp cs-table.cpp cs-ftable.cpp cs-flat.cpp \
-       cs-fflat.cpp cs-goto.cpp cs-fgoto.cpp \
-       cs-ipgoto.cpp cs-split.cpp \
-       dot-codegen.cpp \
-       xml-codegen.cpp \
+       cdcodegen.cpp \
+       cdtable.cpp cdftable.cpp cdflat.cpp \
+       cdfflat.cpp cdgoto.cpp cdfgoto.cpp \
+       cdipgoto.cpp cdsplit.cpp  \
+       javacodegen.cpp \
+       rubycodegen.cpp rubytable.cpp rubyftable.cpp \
+       rubyflat.cpp rubyfflat.cpp rbxgoto.cpp \
+       cscodegen.cpp cstable.cpp csftable.cpp csflat.cpp \
+       csfflat.cpp csgoto.cpp csfgoto.cpp \
+       csipgoto.cpp cssplit.cpp \
+       dotcodegen.cpp \
+       xmlcodegen.cpp \
 
 GEN_SRC = version.h rlscan.cpp rlparse.h rlparse.cpp \
        xmltags.cpp xmlscan.cpp xmlparse.h
similarity index 99%
rename from ragel/cd-codegen.cpp
rename to ragel/cdcodegen.cpp
index 733ba48..ec2ddb0 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
  */
 
-#include "cd-codegen.h"
+#include "cdcodegen.h"
 #include "ragel.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include <assert.h>
 
 /* Code generators. */
-#include "cd-table.h"
-#include "cd-ftable.h"
-#include "cd-flat.h"
-#include "cd-fflat.h"
-#include "cd-goto.h"
-#include "cd-fgoto.h"
-#include "cd-ipgoto.h"
-#include "cd-split.h"
+#include "cdtable.h"
+#include "cdftable.h"
+#include "cdflat.h"
+#include "cdfflat.h"
+#include "cdgoto.h"
+#include "cdfgoto.h"
+#include "cdipgoto.h"
+#include "cdsplit.h"
 
 using std::ostream;
 using std::ostringstream;
similarity index 100%
rename from ragel/cd-codegen.h
rename to ragel/cdcodegen.h
similarity index 99%
rename from ragel/cd-fflat.cpp
rename to ragel/cdfflat.cpp
index ea630a5..46b3c1f 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-fflat.h"
+#include "cdfflat.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 98%
rename from ragel/cd-fflat.h
rename to ragel/cdfflat.h
index f3b3f27..2275469 100644 (file)
@@ -25,7 +25,7 @@
 #define _FFLATCODEGEN_H
 
 #include <iostream>
-#include "cd-flat.h"
+#include "cdflat.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cd-fgoto.cpp
rename to ragel/cdfgoto.cpp
index b185a9d..c708280 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-fgoto.h"
+#include "cdfgoto.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include "bstmap.h"
similarity index 98%
rename from ragel/cd-fgoto.h
rename to ragel/cdfgoto.h
index f98d690..b337389 100644 (file)
@@ -25,7 +25,7 @@
 #define _FGOTOCODEGEN_H
 
 #include <iostream>
-#include "cd-goto.h"
+#include "cdgoto.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cd-flat.cpp
rename to ragel/cdflat.cpp
index c4e3698..ee8f19c 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-flat.h"
+#include "cdflat.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 99%
rename from ragel/cd-flat.h
rename to ragel/cdflat.h
index d59fb8e..3bc55ab 100644 (file)
@@ -25,7 +25,7 @@
 #define _FLATCODEGEN_H
 
 #include <iostream>
-#include "cd-codegen.h"
+#include "cdcodegen.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cd-ftable.cpp
rename to ragel/cdftable.cpp
index 6f717bc..2a2184e 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-ftable.h"
+#include "cdftable.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 98%
rename from ragel/cd-ftable.h
rename to ragel/cdftable.h
index f013e58..8124449 100644 (file)
@@ -25,7 +25,7 @@
 #define _FTABCODEGEN_H
 
 #include <iostream>
-#include "cd-table.h"
+#include "cdtable.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cd-goto.cpp
rename to ragel/cdgoto.cpp
index ddb3457..9404bd0 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-goto.h"
+#include "cdgoto.h"
 #include "redfsm.h"
 #include "bstmap.h"
 #include "gendata.h"
similarity index 99%
rename from ragel/cd-goto.h
rename to ragel/cdgoto.h
index a335e47..88c72e6 100644 (file)
@@ -25,7 +25,7 @@
 #define _GOTOCODEGEN_H
 
 #include <iostream>
-#include "cd-codegen.h"
+#include "cdcodegen.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cd-ipgoto.cpp
rename to ragel/cdipgoto.cpp
index 901d88d..35a1755 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-ipgoto.h"
+#include "cdipgoto.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include "bstmap.h"
similarity index 99%
rename from ragel/cd-ipgoto.h
rename to ragel/cdipgoto.h
index fd17af7..157da6c 100644 (file)
@@ -25,7 +25,7 @@
 #define _IPGCODEGEN_H
 
 #include <iostream>
-#include "cd-goto.h"
+#include "cdgoto.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cd-split.cpp
rename to ragel/cdsplit.cpp
index 698f425..90e917b 100644 (file)
@@ -21,7 +21,7 @@
 
 
 #include "ragel.h"
-#include "cd-split.h"
+#include "cdsplit.h"
 #include "gendata.h"
 #include <assert.h>
 
similarity index 98%
rename from ragel/cd-split.h
rename to ragel/cdsplit.h
index 75dbd65..bda79ce 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _SPLITCODEGEN_H
 #define _SPLITCODEGEN_H
 
-#include "cd-ipgoto.h"
+#include "cdipgoto.h"
 
 class SplitCodeGen : public IpGotoCodeGen
 {
similarity index 99%
rename from ragel/cd-table.cpp
rename to ragel/cdtable.cpp
index 5d95f78..b9d5361 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cd-table.h"
+#include "cdtable.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 99%
rename from ragel/cd-table.h
rename to ragel/cdtable.h
index 1f4abc4..068b38b 100644 (file)
@@ -25,7 +25,7 @@
 #define _TABCODEGEN_H
 
 #include <iostream>
-#include "cd-codegen.h"
+#include "cdcodegen.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-codegen.cpp
rename to ragel/cscodegen.cpp
index c6953ad..e18969e 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-codegen.h"
+#include "cscodegen.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include <sstream>
 #include <assert.h>
 
 /* Code generators. */
-#include "cs-table.h"
-#include "cs-ftable.h"
-#include "cs-flat.h"
-#include "cs-fflat.h"
-#include "cs-goto.h"
-#include "cs-fgoto.h"
-#include "cs-ipgoto.h"
-#include "cs-split.h"
+#include "cstable.h"
+#include "csftable.h"
+#include "csflat.h"
+#include "csfflat.h"
+#include "csgoto.h"
+#include "csfgoto.h"
+#include "csipgoto.h"
+#include "cssplit.h"
 
 using std::ostream;
 using std::ostringstream;
similarity index 100%
rename from ragel/cs-codegen.h
rename to ragel/cscodegen.h
similarity index 99%
rename from ragel/cs-fflat.cpp
rename to ragel/csfflat.cpp
index eb968d7..f3dc864 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-fflat.h"
+#include "csfflat.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 98%
rename from ragel/cs-fflat.h
rename to ragel/csfflat.h
index 89a66f1..f1a5eed 100644 (file)
@@ -25,7 +25,7 @@
 #define _FFLATCODEGEN_H
 
 #include <iostream>
-#include "cs-flat.h"
+#include "csflat.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-fgoto.cpp
rename to ragel/csfgoto.cpp
index 9e36372..3c19d44 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-fgoto.h"
+#include "csfgoto.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include "bstmap.h"
similarity index 98%
rename from ragel/cs-fgoto.h
rename to ragel/csfgoto.h
index 5f289f3..f27fe57 100644 (file)
@@ -25,7 +25,7 @@
 #define _FGOTOCODEGEN_H
 
 #include <iostream>
-#include "cs-goto.h"
+#include "csgoto.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-flat.cpp
rename to ragel/csflat.cpp
index ba7c6b4..65f5871 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-flat.h"
+#include "csflat.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 99%
rename from ragel/cs-flat.h
rename to ragel/csflat.h
index 0013ba4..c67d802 100644 (file)
@@ -25,7 +25,7 @@
 #define _FLATCODEGEN_H
 
 #include <iostream>
-#include "cs-codegen.h"
+#include "cscodegen.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-ftable.cpp
rename to ragel/csftable.cpp
index 65b2bc3..9d1a1fb 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-ftable.h"
+#include "csftable.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 98%
rename from ragel/cs-ftable.h
rename to ragel/csftable.h
index 1e8e1ec..8601f6f 100644 (file)
@@ -25,7 +25,7 @@
 #define _FTABCODEGEN_H
 
 #include <iostream>
-#include "cs-table.h"
+#include "cstable.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-goto.cpp
rename to ragel/csgoto.cpp
index 4c375f9..70393f3 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-goto.h"
+#include "csgoto.h"
 #include "redfsm.h"
 #include "bstmap.h"
 #include "gendata.h"
similarity index 99%
rename from ragel/cs-goto.h
rename to ragel/csgoto.h
index 1e313b5..ca5d21c 100644 (file)
@@ -25,7 +25,7 @@
 #define _GOTOCODEGEN_H
 
 #include <iostream>
-#include "cs-codegen.h"
+#include "cscodegen.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-ipgoto.cpp
rename to ragel/csipgoto.cpp
index e756515..d2bae23 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-ipgoto.h"
+#include "csipgoto.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include "bstmap.h"
similarity index 99%
rename from ragel/cs-ipgoto.h
rename to ragel/csipgoto.h
index 60ba295..6eb83d5 100644 (file)
@@ -25,7 +25,7 @@
 #define _IPGCODEGEN_H
 
 #include <iostream>
-#include "cs-goto.h"
+#include "csgoto.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/cs-split.cpp
rename to ragel/cssplit.cpp
index 427c208..d7bf9ca 100644 (file)
@@ -21,7 +21,7 @@
 
 
 #include "ragel.h"
-#include "cs-split.h"
+#include "cssplit.h"
 #include "gendata.h"
 #include <assert.h>
 
similarity index 98%
rename from ragel/cs-split.h
rename to ragel/cssplit.h
index dd2e3f1..595741a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _SPLITCODEGEN_H
 #define _SPLITCODEGEN_H
 
-#include "cs-ipgoto.h"
+#include "csipgoto.h"
 
 class CSharpSplitCodeGen : public CSharpIpGotoCodeGen
 {
similarity index 99%
rename from ragel/cs-table.cpp
rename to ragel/cstable.cpp
index 52cc173..d7dac7d 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "ragel.h"
-#include "cs-table.h"
+#include "cstable.h"
 #include "redfsm.h"
 #include "gendata.h"
 
similarity index 99%
rename from ragel/cs-table.h
rename to ragel/cstable.h
index 0e9b610..49b5fd7 100644 (file)
@@ -25,7 +25,7 @@
 #define _TABCODEGEN_H
 
 #include <iostream>
-#include "cs-codegen.h"
+#include "cscodegen.h"
 
 /* Forwards. */
 struct CodeGenData;
similarity index 99%
rename from ragel/dot-codegen.cpp
rename to ragel/dotcodegen.cpp
index 2a3a991..3043e15 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include "ragel.h"
-#include "dot-codegen.h"
+#include "dotcodegen.h"
 #include "gendata.h"
 
 using std::istream;
similarity index 100%
rename from ragel/dot-codegen.h
rename to ragel/dotcodegen.h
similarity index 99%
rename from ragel/java-codegen.cpp
rename to ragel/javacodegen.cpp
index 5e152bb..edafdb3 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include "ragel.h"
-#include "java-codegen.h"
+#include "javacodegen.h"
 #include "redfsm.h"
 #include "gendata.h"
 #include <iomanip>
similarity index 100%
rename from ragel/java-codegen.h
rename to ragel/javacodegen.h
index 6de083e..4626fa0 100644 (file)
@@ -30,7 +30,7 @@
 #include "parsedata.h"
 #include "parsetree.h"
 #include "mergesort.h"
-#include "xml-codegen.h"
+#include "xmlcodegen.h"
 #include "version.h"
 #include "xmlparse.h"
 #include "inputdata.h"
similarity index 99%
rename from ragel/rbx-goto.cpp
rename to ragel/rbxgoto.cpp
index 26b61df..96a571d 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdio.h>
 #include <string>
 
-#include "rbx-goto.h"
+#include "rbxgoto.h"
 #include "ragel.h"
 #include "redfsm.h"
 #include "bstmap.h"
similarity index 99%
rename from ragel/rbx-goto.h
rename to ragel/rbxgoto.h
index 1488540..291b656 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <iostream>
 #include <string>
-#include "ruby-codegen.h"
+#include "rubycodegen.h"
 
 using std::string;
 
similarity index 99%
rename from ragel/ruby-codegen.cpp
rename to ragel/rubycodegen.cpp
index 03b08d1..ba189be 100644 (file)
@@ -25,7 +25,7 @@
 #include "redfsm.h"
 #include "gendata.h"
 #include "ragel.h"
-#include "ruby-codegen.h"
+#include "rubycodegen.h"
 #include "xmlparse.h"
 #include "pcheck.h"
 #include "vector.h"
 #include "common.h"
 
 #include "ragel.h"
-#include "ruby-table.h"
-#include "ruby-ftable.h"
-#include "ruby-flat.h"
-#include "ruby-fflat.h"
-#include "rbx-goto.h"
+#include "rubytable.h"
+#include "rubyftable.h"
+#include "rubyflat.h"
+#include "rubyfflat.h"
+#include "rbxgoto.h"
 
 using std::ostream;
 using std::ostringstream;
similarity index 100%
rename from ragel/ruby-codegen.h
rename to ragel/rubycodegen.h
similarity index 99%
rename from ragel/ruby-fflat.cpp
rename to ragel/rubyfflat.cpp
index f4feca2..2d9f0a7 100644 (file)
@@ -20,7 +20,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
  */
 
-#include "ruby-fflat.h"
+#include "rubyfflat.h"
 
 void RubyFFlatCodeGen::GOTO( ostream &out, int gotoDest, bool inFinish )
 {
similarity index 98%
rename from ragel/ruby-fflat.h
rename to ragel/rubyfflat.h
index 705fbae..37d18b1 100644 (file)
@@ -24,7 +24,7 @@
 #define _RUBY_FFLATCODEGEN_H
 
 #include <iostream>
-#include "ruby-flat.h"
+#include "rubyflat.h"
 
 class RubyFFlatCodeGen : public RubyFlatCodeGen 
 {
similarity index 99%
rename from ragel/ruby-flat.cpp
rename to ragel/rubyflat.cpp
index 7937311..ddbf394 100644 (file)
@@ -20,7 +20,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
  */
 
-#include "ruby-flat.h"
+#include "rubyflat.h"
 #include "ragel.h"
 #include "redfsm.h"
 #include "gendata.h"
similarity index 99%
rename from ragel/ruby-flat.h
rename to ragel/rubyflat.h
index f781b6b..5136791 100644 (file)
@@ -24,7 +24,7 @@
 #define _RUBY_FLATCODEGEN_H
 
 #include <iostream>
-#include "ruby-codegen.h"
+#include "rubycodegen.h"
 
 using std::string;
 using std::ostream;
similarity index 99%
rename from ragel/ruby-ftable.cpp
rename to ragel/rubyftable.cpp
index 37b896e..c8a0b36 100644 (file)
@@ -25,7 +25,7 @@
 #include "redfsm.h"
 #include "gendata.h"
 #include "ragel.h"
-#include "ruby-ftable.h"
+#include "rubyftable.h"
 
 using std::ostream;
 using std::ostringstream;
similarity index 98%
rename from ragel/ruby-ftable.h
rename to ragel/rubyftable.h
index 0909471..91d7fe5 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef _RUBY_FTABCODEGEN_H
 #define _RUBY_FTABCODEGEN_H
 
-#include "ruby-table.h"
+#include "rubytable.h"
 
 class RubyFTabCodeGen : public RubyTabCodeGen
 {
similarity index 99%
rename from ragel/ruby-table.cpp
rename to ragel/rubytable.cpp
index 8bd6176..a945a53 100644 (file)
@@ -25,7 +25,7 @@
 #include "redfsm.h"
 #include "gendata.h"
 #include "ragel.h"
-#include "ruby-table.h"
+#include "rubytable.h"
 
 using std::ostream;
 using std::ostringstream;
similarity index 99%
rename from ragel/ruby-table.h
rename to ragel/rubytable.h
index 747e7c1..76b847f 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include "common.h"
 #include "gendata.h"
-#include "ruby-codegen.h"
+#include "rubycodegen.h"
 
 
 using std::string;
similarity index 99%
rename from ragel/xml-codegen.cpp
rename to ragel/xmlcodegen.cpp
index 956a8cd..30b757e 100644 (file)
@@ -21,7 +21,7 @@
 
 
 #include "ragel.h"
-#include "xml-codegen.h"
+#include "xmlcodegen.h"
 #include "xmlparse.h"
 #include "parsedata.h"
 #include "fsmgraph.h"
similarity index 100%
rename from ragel/xml-codegen.h
rename to ragel/xmlcodegen.h