summaryrefslogtreecommitdiffstats
path: root/ext/digest
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-01 08:14:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-01 08:14:38 +0000
commit039cfeef8ee602f76d67e8086f47803236f466b9 (patch)
tree48d695a407a2fdeeb82ebd62c30bde9ecfa46d99 /ext/digest
parent72550eee3d3596bcc2c8417cdc55211307799929 (diff)
downloadruby-039cfeef8ee602f76d67e8086f47803236f466b9.tar.gz
ruby-039cfeef8ee602f76d67e8086f47803236f466b9.tar.xz
ruby-039cfeef8ee602f76d67e8086f47803236f466b9.zip
* sample/optparse/opttest.rb: added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/MANIFEST33
-rw-r--r--ext/digest/md5/MANIFEST1
-rw-r--r--ext/digest/rmd160/MANIFEST1
-rw-r--r--ext/digest/sha1/MANIFEST1
-rw-r--r--ext/digest/sha2/MANIFEST1
5 files changed, 4 insertions, 33 deletions
diff --git a/ext/digest/MANIFEST b/ext/digest/MANIFEST
index 5e50dfa71..ef15bdb9b 100644
--- a/ext/digest/MANIFEST
+++ b/ext/digest/MANIFEST
@@ -7,38 +7,5 @@ digest.txt.ja
extconf.rb
lib/md5.rb
lib/sha1.rb
-md5/MANIFEST
-md5/extconf.rb
-md5/md5.c
-md5/md5.h
-md5/md5init.c
-md5/md5ossl.c
-md5/md5ossl.h
-md5/depend
-rmd160/MANIFEST
-rmd160/extconf.rb
-rmd160/rmd160.c
-rmd160/rmd160.h
-rmd160/rmd160hl.c
-rmd160/rmd160init.c
-rmd160/rmd160ossl.c
-rmd160/rmd160ossl.h
-rmd160/depend
-sha1/MANIFEST
-sha1/extconf.rb
-sha1/sha1.c
-sha1/sha1.h
-sha1/sha1hl.c
-sha1/sha1init.c
-sha1/sha1ossl.c
-sha1/sha1ossl.h
-sha1/depend
-sha2/MANIFEST
-sha2/extconf.rb
-sha2/sha2.c
-sha2/sha2.h
-sha2/sha2hl.c
-sha2/sha2init.c
-sha2/depend
test.sh
depend
diff --git a/ext/digest/md5/MANIFEST b/ext/digest/md5/MANIFEST
index e371e075e..d4a09b3ff 100644
--- a/ext/digest/md5/MANIFEST
+++ b/ext/digest/md5/MANIFEST
@@ -1,3 +1,4 @@
+MANIFEST
extconf.rb
md5.c
md5.h
diff --git a/ext/digest/rmd160/MANIFEST b/ext/digest/rmd160/MANIFEST
index 4579def9f..bcddc7d1d 100644
--- a/ext/digest/rmd160/MANIFEST
+++ b/ext/digest/rmd160/MANIFEST
@@ -1,3 +1,4 @@
+MANIFEST
extconf.rb
rmd160.c
rmd160.h
diff --git a/ext/digest/sha1/MANIFEST b/ext/digest/sha1/MANIFEST
index 7109ab90b..2c49b577d 100644
--- a/ext/digest/sha1/MANIFEST
+++ b/ext/digest/sha1/MANIFEST
@@ -1,3 +1,4 @@
+MANIFEST
extconf.rb
sha1.c
sha1.h
diff --git a/ext/digest/sha2/MANIFEST b/ext/digest/sha2/MANIFEST
index f117b9477..d94089e17 100644
--- a/ext/digest/sha2/MANIFEST
+++ b/ext/digest/sha2/MANIFEST
@@ -1,3 +1,4 @@
+MANIFEST
extconf.rb
sha2.c
sha2.h