summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 04:52:19 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 04:52:19 +0000
commit0e0684018082d6fd73d46230738764589a87aafa (patch)
tree9af375dfd47760ff37760844004182ea41b566b6
parentd8a4ed6c07f215fba7a03b9444f4e4291d638e26 (diff)
downloadruby-0e0684018082d6fd73d46230738764589a87aafa.tar.gz
ruby-0e0684018082d6fd73d46230738764589a87aafa.tar.xz
ruby-0e0684018082d6fd73d46230738764589a87aafa.zip
BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--ext/bigfloat/.cvsignore2
-rw-r--r--ext/bigfloat/MANIFEST5
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d6f1cd29..e846e7aba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 22 13:51:11 2002 Akinori MUSHA <knu@iDaemons.org>
+
+ * ext/bigfloat/.cvsignore, ext/bigfloat/MANIFEST: BigFloat 1.1.8
+ has been imported. Add .cvsignore and MANIFEST.
+
Thu Mar 21 01:11:37 2002 Usaku Nakamura <usa@ruby-lang.org>
* win32/Makefile.sub (config.status): fix install path (prefix).
diff --git a/ext/bigfloat/.cvsignore b/ext/bigfloat/.cvsignore
new file mode 100644
index 000000000..fc802ff1c
--- /dev/null
+++ b/ext/bigfloat/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+mkmf.log
diff --git a/ext/bigfloat/MANIFEST b/ext/bigfloat/MANIFEST
new file mode 100644
index 000000000..b73a3f7d5
--- /dev/null
+++ b/ext/bigfloat/MANIFEST
@@ -0,0 +1,5 @@
+MANIFEST
+bigfloat.c
+bigfloat.h
+depend
+extconf.rb