summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-21 08:48:05 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-21 08:48:05 +0000
commitc976c2a75215645685c1093d5931e490603f4dd2 (patch)
tree7573699c85deee5831cc5538b2f53ce47ed91011 /MANIFEST
parent2aac482b98ba8bf60fda892a802fd34ce85cc56e (diff)
downloadruby-c976c2a75215645685c1093d5931e490603f4dd2.tar.gz
ruby-c976c2a75215645685c1093d5931e490603f4dd2.tar.xz
ruby-c976c2a75215645685c1093d5931e490603f4dd2.zip
* error.c (syserr_initialize): prohibit specifying errno for
subclasses of SystemCallError. in addition, if initialize is called for SystenCallError instance, its class be changed. [ruby-dev:20257] * gc.c (run_final): to protect thread context switch, finalizers are wrapped in DEFER_INTS/ENABLE_INTS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f6121203f..d7bb8dfbd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -184,6 +184,7 @@ lib/observer.rb
lib/open-uri.rb
lib/open3.rb
lib/optparse.rb
+lib/optparse/date.rb
lib/optparse/shellwords.rb
lib/optparse/time.rb
lib/optparse/uri.rb