summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-02-08 09:19:27 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-02-08 09:19:27 +0000
commit26f897ab9b2670707ec8100786219eca7641b87e (patch)
tree89c098f2e02099588c8b4f74fbb8e37c15045d49 /ToDo
parentb19f35170f7227561f98257525ab130b6c8b9869 (diff)
downloadruby-26f897ab9b2670707ec8100786219eca7641b87e.tar.gz
ruby-26f897ab9b2670707ec8100786219eca7641b87e.tar.xz
ruby-26f897ab9b2670707ec8100786219eca7641b87e.zip
* parse.y (parse_quotedwords): %w should allow parenthesis escape.
* parse.y (parse_qstring): %q should allow terminator escape. * re.c (rb_reg_options): new method to give an option values. * parse.y (cond0): disable special treating of integer literal in conditional unless option -e is supplied. changes current behavior. experimental. * parse.y (cond0): give warning for string/integer literals and dot operators in conditionals unless option -e is supplied. * re.c (rb_reg_equal): all option flags should be same to be equal. * error.c (Init_Exception): make Interrupt a subclass of SignalException. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo3
1 files changed, 3 insertions, 0 deletions
diff --git a/ToDo b/ToDo
index f2178e17d..bf0e8fd55 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