Manifest.txt in iv-phonic-0.1.6 vs Manifest.txt in iv-phonic-0.1.7
- old
+ new
@@ -1,74 +1,76 @@
.autotest
Manifest.txt
README.rdoc
Rakefile
+lib/iv/phonic/ast.rb
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/ast_factory.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_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/utils.h
ext/include/iv/ast_visitor.h
-ext/include/iv/byteorder.h
-ext/include/iv/character.h
+ext/include/iv/alloc.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/maybe.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/utils.h
-ext/include/iv/xorshift.h
+ext/include/iv/character.h
+ext/include/iv/ucdata.h
+ext/iv/phonic/third_party/netlib_dtoa/SConscript
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/fast-dtoa.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/checks.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/v8-dtoa.cc
ext/iv/phonic/third_party/v8_dtoa/SConscript
+ext/iv/phonic/third_party/v8_dtoa/double.h
+ext/iv/phonic/third_party/v8_dtoa/include-v8.h
+ext/iv/phonic/third_party/v8_dtoa/cached-powers.h
+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/utils.cc
+ext/iv/phonic/third_party/v8_dtoa/diy-fp.h
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/powers-ten.h
+ext/iv/phonic/third_party/v8_dtoa/platform.cc
ext/iv/phonic/third_party/v8_dtoa/v8.h
-ext/iv/phonic/ast_fwd.h
-ext/iv/phonic/creator.h
-ext/iv/phonic/encoding.h
-ext/iv/phonic/extconf.rb
+ext/iv/phonic/third_party/v8_dtoa/diy-fp.cc
+ext/iv/phonic/third_party/v8_dtoa/fast-dtoa.h
ext/iv/phonic/factory.h
+ext/iv/phonic/ast_fwd.h
ext/iv/phonic/parser.h
+ext/iv/phonic/encoding.h
+ext/iv/phonic/source.h
ext/iv/phonic/phonic.cc
-ext/iv/phonic/source.h
+ext/iv/phonic/creator.h
+ext/iv/phonic/extconf.rb
\ No newline at end of file