Manifest.txt in iv-phonic-0.1.4 vs Manifest.txt in iv-phonic-0.1.5
- old
+ new
@@ -1,92 +1,73 @@
.autotest
Manifest.txt
README.rdoc
Rakefile
test/test_iv_phonic.rb
-ext/include/iv/ast_factory.h
-ext/include/iv/uchar.h
-ext/include/iv/space.h
-ext/include/iv/lexer.h
-ext/include/iv/conversions.h
-ext/include/iv/dtoa.h
-ext/include/iv/mt19937.h
-ext/include/iv/byteorder.h
ext/include/iv/about.h
+ext/include/iv/alloc.h
+ext/include/iv/any.h
ext/include/iv/ast.h
-ext/include/iv/noncopyable.h
-ext/include/iv/stringpiece.h
-ext/include/iv/static_assert.h
-ext/include/iv/functor.h
+ext/include/iv/ast_factory.h
ext/include/iv/ast_fwd.h
-ext/include/iv/parser.h
-ext/include/iv/errors.h
-ext/include/iv/token.h
-ext/include/iv/enable_if.h
-ext/include/iv/any.h
-ext/include/iv/keyword.h
-ext/include/iv/cmdline.h
-ext/include/iv/xorshift.h
-ext/include/iv/location.h
ext/include/iv/ast_info.h
-ext/include/iv/none.h
-ext/include/iv/ustring.h
ext/include/iv/ast_serializer.h
-ext/include/iv/netlib-dtoa.h
-ext/include/iv/utils.h
ext/include/iv/ast_visitor.h
-ext/include/iv/alloc.h
+ext/include/iv/byteorder.h
+ext/include/iv/character.h
ext/include/iv/chars.h
+ext/include/iv/cmdline.h
+ext/include/iv/conversions.h
+ext/include/iv/dtoa.h
+ext/include/iv/enable_if.h
+ext/include/iv/errors.h
ext/include/iv/fixedcontainer.h
+ext/include/iv/functor.h
+ext/include/iv/keyword.h
+ext/include/iv/lexer.h
+ext/include/iv/location.h
+ext/include/iv/mt19937.h
+ext/include/iv/noncopyable.h
+ext/include/iv/none.h
+ext/include/iv/parser.h
+ext/include/iv/space.h
+ext/include/iv/static_assert.h
+ext/include/iv/stringpiece.h
+ext/include/iv/token.h
+ext/include/iv/uchar.h
+ext/include/iv/ustring.h
ext/include/iv/ustringpiece.h
-ext/include/iv/character.h
-ext/include/iv/ucdata.h
-ext/iv/phonic/fast-dtoa.cc
-ext/iv/phonic/conversions.h
-ext/iv/phonic/dtoa.h
-ext/iv/phonic/globals.h
-ext/iv/phonic/checks.cc
-ext/iv/phonic/platform.h
-ext/iv/phonic/README
-ext/iv/phonic/v8-dtoa.cc
-ext/iv/phonic/SConscript
-ext/iv/phonic/double.h
-ext/iv/phonic/include-v8.h
-ext/iv/phonic/cached-powers.h
-ext/iv/phonic/checks.h
-ext/iv/phonic/conversions.cc
-ext/iv/phonic/utils.cc
-ext/iv/phonic/diy-fp.h
-ext/iv/phonic/utils.h
-ext/iv/phonic/powers-ten.h
-ext/iv/phonic/platform.cc
-ext/iv/phonic/v8.h
-ext/iv/phonic/diy-fp.cc
-ext/iv/phonic/fast-dtoa.h
-ext/iv/phonic/fast-dtoa.cc
-ext/iv/phonic/conversions.h
-ext/iv/phonic/dtoa.h
-ext/iv/phonic/globals.h
-ext/iv/phonic/checks.cc
-ext/iv/phonic/factory.h
-ext/iv/phonic/platform.h
+ext/include/iv/utils.h
+ext/include/iv/xorshift.h
+ext/iv/phonic/third_party/netlib_dtoa/netlib_dtoa.c
+ext/iv/phonic/third_party/netlib_dtoa/netlib_dtoa_config.h
+ext/iv/phonic/third_party/netlib_dtoa/SConscript
+ext/iv/phonic/third_party/v8_dtoa/cached-powers.h
+ext/iv/phonic/third_party/v8_dtoa/checks.cc
+ext/iv/phonic/third_party/v8_dtoa/checks.h
+ext/iv/phonic/third_party/v8_dtoa/conversions.cc
+ext/iv/phonic/third_party/v8_dtoa/conversions.h
+ext/iv/phonic/third_party/v8_dtoa/diy-fp.cc
+ext/iv/phonic/third_party/v8_dtoa/diy-fp.h
+ext/iv/phonic/third_party/v8_dtoa/double.h
+ext/iv/phonic/third_party/v8_dtoa/dtoa.h
+ext/iv/phonic/third_party/v8_dtoa/fast-dtoa.cc
+ext/iv/phonic/third_party/v8_dtoa/fast-dtoa.h
+ext/iv/phonic/third_party/v8_dtoa/globals.h
+ext/iv/phonic/third_party/v8_dtoa/include-v8.h
+ext/iv/phonic/third_party/v8_dtoa/platform.cc
+ext/iv/phonic/third_party/v8_dtoa/platform.h
+ext/iv/phonic/third_party/v8_dtoa/powers-ten.h
+ext/iv/phonic/third_party/v8_dtoa/README
+ext/iv/phonic/third_party/v8_dtoa/SConscript
+ext/iv/phonic/third_party/v8_dtoa/utils.cc
+ext/iv/phonic/third_party/v8_dtoa/utils.h
+ext/iv/phonic/third_party/v8_dtoa/v8-dtoa.cc
+ext/iv/phonic/third_party/v8_dtoa/v8.h
ext/iv/phonic/ast_fwd.h
-ext/iv/phonic/parser.h
+ext/iv/phonic/creator.h
ext/iv/phonic/encoding.h
-ext/iv/phonic/v8-dtoa.cc
-ext/iv/phonic/double.h
-ext/iv/phonic/include-v8.h
-ext/iv/phonic/cached-powers.h
-ext/iv/phonic/source.h
+ext/iv/phonic/extconf.rb
+ext/iv/phonic/factory.h
+ext/iv/phonic/parser.h
ext/iv/phonic/phonic.cc
-ext/iv/phonic/checks.h
-ext/iv/phonic/conversions.cc
-ext/iv/phonic/utils.cc
-ext/iv/phonic/creator.h
-ext/iv/phonic/diy-fp.h
-ext/iv/phonic/utils.h
-ext/iv/phonic/powers-ten.h
-ext/iv/phonic/platform.cc
-ext/iv/phonic/v8.h
-ext/iv/phonic/diy-fp.cc
-ext/iv/phonic/fast-dtoa.h
-ext/iv/phonic/extconf.rb
+ext/iv/phonic/source.h
\ No newline at end of file