From 441d3c06a9b2c9ec35b54a414b6bb41997bb7152 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 20 Aug 2002 07:36:01 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@2725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 3d5e79436..3b03b417f 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 -- cgit