summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo3
1 files changed, 3 insertions, 0 deletions
diff --git a/ToDo b/ToDo
index f2178e17de..bf0e8fd55d 100644
--- a/ToDo
+++ b/ToDo
@@ -1,5 +1,6 @@
Language Spec.
+- %q!\!! => "!" (not "\\!")
* operator !! for rescue. ???
* objectify characters
* ../... outside condition invokes operator method too.
@@ -72,6 +73,8 @@ Standard Libraries
* way to specify immortal (fork endurance) thread;
* or raise ForkException to every thread but fork caller.
* Hash::new{default} or recommend Hash#fetch?
+* new user-defined marshal scheme. _dump(dumper), _load(restorer)
+* lchown, lchmod, etc.
Extension Libraries