diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-29 02:52:41 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-29 02:52:41 +0000 |
commit | 4e560cffd6266c08cb856d1b2c25f796522bcc9e (patch) | |
tree | 9737f5abbaf206fb2b24a83e9823a08c33b1eff7 /ToDo | |
parent | bba6ae31371449a685f23bdd93f0f9a931e5eccd (diff) | |
download | ruby-4e560cffd6266c08cb856d1b2c25f796522bcc9e.tar.gz |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -90,6 +90,7 @@ Standard Libraries * Ruby module -- Ruby::Version, Ruby::Interpreter * introduce Boolean class; super of TrueClass, FalseClass * Process::waitall [ruby-talk:4557] +* synchronized method - synchronized{...}, synchronized :foo, :bar Extension Libraries @@ -114,9 +115,3 @@ Misc - publish Ruby books * publish Ruby books in English - -Things To Do Before 1.6 - -* fix spec. for the following: - - * mkmf.rb - create_makefile("net/socket") |