summaryrefslogtreecommitdiff
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
commit44643180f241ac31d46f9d97cc3fd8ac0b728160 (patch)
tree9af375dfd47760ff37760844004182ea41b566b6
parent89646912c2310e46b87d1c028d7960e08e80dbad (diff)
BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 1d6f1cd299..e846e7abae 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 0000000000..fc802ff1c2
--- /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 0000000000..b73a3f7d53
--- /dev/null
+++ b/ext/bigfloat/MANIFEST
@@ -0,0 +1,5 @@
+MANIFEST
+bigfloat.c
+bigfloat.h
+depend
+extconf.rb