Moved all the code into the ragel directory.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 14 Nov 2008 23:58:13 +0000 (23:58 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 14 Nov 2008 23:58:13 +0000 (23:58 +0000)
commitef11a9f9a1fa3476e6cd5ea48655e144dcc7c8ec
treec7868973600379c57497bd98a70010fcacd6307f
parentf370e1bf3ac89ea49303fb470673f31d1ac17822
Moved all the code into the ragel directory.

git-svn-id: http://svn.complang.org/ragel/trunk@564 052ea7fc-9027-0410-9066-f65837a77df0
85 files changed:
Makefile.in
common/Makefile.in [deleted file]
configure
configure.in
ragel/Makefile.in
ragel/buffer.h [moved from common/buffer.h with 100% similarity]
ragel/cd-fflatcodegen.cpp [moved from rlgen-cd/fflatcodegen.cpp with 99% similarity]
ragel/cd-fflatcodegen.h [moved from rlgen-cd/fflatcodegen.h with 98% similarity]
ragel/cd-fgotocodegen.cpp [moved from rlgen-cd/fgotocodegen.cpp with 99% similarity]
ragel/cd-fgotocodegen.h [moved from rlgen-cd/fgotocodegen.h with 98% similarity]
ragel/cd-flatcodegen.cpp [moved from rlgen-cd/flatcodegen.cpp with 99% similarity]
ragel/cd-flatcodegen.h [moved from rlgen-cd/flatcodegen.h with 99% similarity]
ragel/cd-fsmcodegen.cpp [moved from rlgen-cd/fsmcodegen.cpp with 99% similarity]
ragel/cd-fsmcodegen.h [moved from rlgen-cd/fsmcodegen.h with 100% similarity]
ragel/cd-ftabcodegen.cpp [moved from rlgen-cd/ftabcodegen.cpp with 99% similarity]
ragel/cd-ftabcodegen.h [moved from rlgen-cd/ftabcodegen.h with 98% similarity]
ragel/cd-gotocodegen.cpp [moved from rlgen-cd/gotocodegen.cpp with 99% similarity]
ragel/cd-gotocodegen.h [moved from rlgen-cd/gotocodegen.h with 99% similarity]
ragel/cd-ipgotocodegen.cpp [moved from rlgen-cd/ipgotocodegen.cpp with 99% similarity]
ragel/cd-ipgotocodegen.h [moved from rlgen-cd/ipgotocodegen.h with 99% similarity]
ragel/cd-main.cpp [moved from rlgen-cd/main.cpp with 94% similarity]
ragel/cd-rlgen-cd.h [moved from rlgen-cd/rlgen-cd.h with 100% similarity]
ragel/cd-splitcodegen.cpp [moved from rlgen-cd/splitcodegen.cpp with 99% similarity]
ragel/cd-splitcodegen.h [moved from rlgen-cd/splitcodegen.h with 98% similarity]
ragel/cd-tabcodegen.cpp [moved from rlgen-cd/tabcodegen.cpp with 99% similarity]
ragel/cd-tabcodegen.h [moved from rlgen-cd/tabcodegen.h with 99% similarity]
ragel/common.cpp [moved from common/common.cpp with 100% similarity]
ragel/common.h [moved from common/common.h with 100% similarity]
ragel/config.h.in [moved from common/config.h.in with 100% similarity]
ragel/csharp-fflatcodegen.cpp [moved from rlgen-csharp/fflatcodegen.cpp with 99% similarity]
ragel/csharp-fflatcodegen.h [moved from rlgen-csharp/fflatcodegen.h with 98% similarity]
ragel/csharp-fgotocodegen.cpp [moved from rlgen-csharp/fgotocodegen.cpp with 99% similarity]
ragel/csharp-fgotocodegen.h [moved from rlgen-csharp/fgotocodegen.h with 98% similarity]
ragel/csharp-flatcodegen.cpp [moved from rlgen-csharp/flatcodegen.cpp with 99% similarity]
ragel/csharp-flatcodegen.h [moved from rlgen-csharp/flatcodegen.h with 98% similarity]
ragel/csharp-fsmcodegen.cpp [moved from rlgen-csharp/fsmcodegen.cpp with 99% similarity]
ragel/csharp-fsmcodegen.h [moved from rlgen-csharp/fsmcodegen.h with 100% similarity]
ragel/csharp-ftabcodegen.cpp [moved from rlgen-csharp/ftabcodegen.cpp with 99% similarity]
ragel/csharp-ftabcodegen.h [moved from rlgen-csharp/ftabcodegen.h with 98% similarity]
ragel/csharp-gotocodegen.cpp [moved from rlgen-csharp/gotocodegen.cpp with 99% similarity]
ragel/csharp-gotocodegen.h [moved from rlgen-csharp/gotocodegen.h with 99% similarity]
ragel/csharp-ipgotocodegen.cpp [moved from rlgen-csharp/ipgotocodegen.cpp with 99% similarity]
ragel/csharp-ipgotocodegen.h [moved from rlgen-csharp/ipgotocodegen.h with 98% similarity]
ragel/csharp-main.cpp [moved from rlgen-csharp/main.cpp with 92% similarity]
ragel/csharp-rlgen-csharp.h [moved from rlgen-csharp/rlgen-csharp.h with 100% similarity]
ragel/csharp-splitcodegen.cpp [moved from rlgen-csharp/splitcodegen.cpp with 99% similarity]
ragel/csharp-splitcodegen.h [moved from rlgen-csharp/splitcodegen.h with 98% similarity]
ragel/csharp-tabcodegen.cpp [moved from rlgen-csharp/tabcodegen.cpp with 99% similarity]
ragel/csharp-tabcodegen.h [moved from rlgen-csharp/tabcodegen.h with 99% similarity]
ragel/dot-gvdotgen.cpp [moved from rlgen-dot/gvdotgen.cpp with 99% similarity]
ragel/dot-gvdotgen.h [moved from rlgen-dot/gvdotgen.h with 100% similarity]
ragel/dot-main.cpp [moved from rlgen-dot/main.cpp with 98% similarity]
ragel/dot-rlgen-dot.h [moved from rlgen-dot/rlgen-dot.h with 100% similarity]
ragel/gendata.cpp [moved from redfsm/gendata.cpp with 100% similarity]
ragel/gendata.h [moved from redfsm/gendata.h with 100% similarity]
ragel/java-javacodegen.cpp [moved from rlgen-java/javacodegen.cpp with 99% similarity]
ragel/java-javacodegen.h [moved from rlgen-java/javacodegen.h with 100% similarity]
ragel/java-main.cpp [moved from rlgen-java/main.cpp with 98% similarity]
ragel/java-rlgen-java.h [moved from rlgen-java/rlgen-java.h with 100% similarity]
ragel/pcheck.h [moved from common/pcheck.h with 100% similarity]
ragel/redfsm.cpp [moved from redfsm/redfsm.cpp with 100% similarity]
ragel/redfsm.h [moved from redfsm/redfsm.h with 100% similarity]
ragel/ruby-codegen.cpp [moved from rlgen-ruby/ruby-codegen.cpp with 99% similarity]
ragel/ruby-codegen.h [moved from rlgen-ruby/ruby-codegen.h with 100% similarity]
ragel/ruby-fflatcodegen.cpp [moved from rlgen-ruby/ruby-fflatcodegen.cpp with 100% similarity]
ragel/ruby-fflatcodegen.h [moved from rlgen-ruby/ruby-fflatcodegen.h with 100% similarity]
ragel/ruby-flatcodegen.cpp [moved from rlgen-ruby/ruby-flatcodegen.cpp with 99% similarity]
ragel/ruby-flatcodegen.h [moved from rlgen-ruby/ruby-flatcodegen.h with 100% similarity]
ragel/ruby-ftabcodegen.cpp [moved from rlgen-ruby/ruby-ftabcodegen.cpp with 99% similarity]
ragel/ruby-ftabcodegen.h [moved from rlgen-ruby/ruby-ftabcodegen.h with 100% similarity]
ragel/ruby-main.cpp [moved from rlgen-ruby/main.cpp with 98% similarity]
ragel/ruby-rbx-gotocodegen.cpp [moved from rlgen-ruby/rbx-gotocodegen.cpp with 99% similarity]
ragel/ruby-rbx-gotocodegen.h [moved from rlgen-ruby/rbx-gotocodegen.h with 100% similarity]
ragel/ruby-rlgen-ruby.h [moved from rlgen-ruby/rlgen-ruby.h with 100% similarity]
ragel/ruby-tabcodegen.cpp [moved from rlgen-ruby/ruby-tabcodegen.cpp with 99% similarity]
ragel/ruby-tabcodegen.h [moved from rlgen-ruby/ruby-tabcodegen.h with 100% similarity]
ragel/xmlparse.kh [moved from redfsm/xmlparse.kh with 100% similarity]
ragel/xmlparse.kl [moved from redfsm/xmlparse.kl with 100% similarity]
ragel/xmlscan.rl [moved from redfsm/xmlscan.rl with 100% similarity]
ragel/xmltags.gperf [moved from redfsm/xmltags.gperf with 100% similarity]
rlgen-cd/Makefile.in [deleted file]
rlgen-csharp/Makefile.in [deleted file]
rlgen-dot/Makefile.in [deleted file]
rlgen-java/Makefile.in [deleted file]
rlgen-ruby/Makefile.in [deleted file]