summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-20 07:36:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-20 07:36:01 +0000
commitc8c55db68ae5d78d6926b160f5472712cf68993f (patch)
tree7c38bc0ddd8cb0b16d2f0bca9075afb8f8034d51 /ToDo
parente0c5eed65c3b6c4cfb2a922286b1be792ddac58b (diff)
* io.c (rb_io_putc): output via rb_io_write().
* re.c (rb_reg_initialize_m): frozen check should be moved here from rb_reg_initialize(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo1
1 files changed, 1 insertions, 0 deletions
diff --git a/ToDo b/ToDo
index 3d5e79436b..3b03b417fb 100644
--- a/ToDo
+++ b/ToDo
@@ -35,6 +35,7 @@ Language Spec.
* selector namespace - something like generic-flet in CLOS, to help RubyBehevior
* private instance variable (as in Python?) @_foo in class Foo => @_Foo_foo
* warn/error "bare word" method, like "foo", you should type "foo()"
+* clarify evaluation order of operator argument (=~, .., ...)
Hacking Interpreter