summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-09 08:04:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-09 08:04:39 +0000
commitd110e3f55192c0a538740153f1ba7d8adcf29a2c (patch)
treea63408710544576bd3348474f737db6f6c39368f /ToDo
parent818b4db1486b984f07a20ca3cf16b006eb0f38e2 (diff)
* file.c (path_check_1): should restore modified path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo6
1 files changed, 3 insertions, 3 deletions
diff --git a/ToDo b/ToDo
index 1d12e5869a..b42979f7b3 100644
--- a/ToDo
+++ b/ToDo
@@ -14,7 +14,7 @@ Language Spec.
* def Foo::Bar::baz() .. end ??
* I18N (or M17N) script/string/regexp
* Fixnum 0 as false ????
-* discourage use of symbol variable (e.g. $/, etc.) in manual
+* discourage use of symbol variables (e.g. $/, etc.) in manual
* discourage use of Perlish features by giving warnings.
* non confusing in-block local variable (is it possible?)
+ remove scope by block
@@ -24,7 +24,7 @@ Language Spec.
* a +1 to be a+1, not a(+1).
* unify == and eql? again
* to_i returns nil if str contains no digit.
-* raise exception by ``
+* raise exception by `` error
Hacking Interpreter
@@ -47,6 +47,7 @@ Hacking Interpreter
Standard Libraries
- Module#define_method which takes a name and a body (block, proc or method).
+- Enume#inject
* Enumerable#sort_by for Schwartzian transformation
* String#scanf(?)
* Object#fmt(?)
@@ -69,7 +70,6 @@ Standard Libraries
* or raise ForkException to every thread but fork caller.
* Array#fetch
* Hash::new{default} or recommend Hash#fetch?
-* Enume#inject
Extension Libraries