summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-21 07:52:15 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-21 07:52:15 +0000
commit29a7a36d0631e06d3c9c35a0c422c6b3a9192932 (patch)
tree0a16ac56c71b41380f038bac99362e33b3d19b18 /ToDo
parentdfb65954e644fd24080edaf15d2a97da71b4ee4b (diff)
RUBYOPT
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo5
1 files changed, 3 insertions, 2 deletions
diff --git a/ToDo b/ToDo
index b3e3d80cab..793565a0e6 100644
--- a/ToDo
+++ b/ToDo
@@ -16,7 +16,8 @@ Language Spec.
Hacking Interpreter
-* RUBYOPT environment variable
+- use eban's fnmatch
+- RUBYOPT environment variable
* non-blocking open (e.g. for named pipe) for thread
* avoid blocking with gethostbyname/gethostbyaddr
* objectify interpreters
@@ -36,7 +37,7 @@ Standard Libraries
* Object#fmt(?)
* Time::strptime
* Integer[num], Float[num]; Fixnum[num]?
-* method to detect non-number trailer for to_i/to_f.
+* method to retrieve non-number trailer for to_i/to_f.
* Stream or Port, abstract superclass of IO ?
* String#{pred,prev}, String#downto
* optional stepsize argument for succ()