summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-28 05:00:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-28 05:00:47 +0000
commit31b9d2870e10dd0de788f9cfbf2d759cf3cbb8bf (patch)
tree571574af57859810d146f28177c240f1fe04e4f7 /ToDo
parent6202f851c777a8327491ddca8f2df39b20ff9b5a (diff)
downloadruby-31b9d2870e10dd0de788f9cfbf2d759cf3cbb8bf.tar.gz
ruby-31b9d2870e10dd0de788f9cfbf2d759cf3cbb8bf.tar.xz
ruby-31b9d2870e10dd0de788f9cfbf2d759cf3cbb8bf.zip
changes from personal modifies -- matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo2
1 files changed, 2 insertions, 0 deletions
diff --git a/ToDo b/ToDo
index 5f67a42b2..4062103d2 100644
--- a/ToDo
+++ b/ToDo
@@ -29,6 +29,8 @@ Language Spec.
* Regexp: make /o thread safe.
* decide if begin with rescue or ensure make do..while loop.
* a +1 to be a+1, not a(+1).
+* unify == and eql? again
+* to_i returns nil if str contains no digit.
Hacking Interpreter