summaryrefslogtreecommitdiffstats
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
commitc651f107a513d6e910ad0b3dfe7cacaa50dad3ba (patch)
tree0a16ac56c71b41380f038bac99362e33b3d19b18 /ToDo
parentf10725266ba028321bce003af3a7d05015e287d5 (diff)
downloadruby-c651f107a513d6e910ad0b3dfe7cacaa50dad3ba.tar.gz
ruby-c651f107a513d6e910ad0b3dfe7cacaa50dad3ba.tar.xz
ruby-c651f107a513d6e910ad0b3dfe7cacaa50dad3ba.zip
RUBYOPT
git-svn-id: http://svn.ruby-lang.org/repos/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 b3e3d80ca..793565a0e 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()