diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-13 05:09:11 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-13 05:09:11 +0000 |
commit | 8be410f0653bfb22970381447acf685af4795c00 (patch) | |
tree | 8946eb2e9437f998c332d5d7326032efce9dd141 /ToDo | |
parent | 32ce4317d8077c926d0c00172cfac8001dd5ff98 (diff) | |
download | ruby-8be410f0653bfb22970381447acf685af4795c00.tar.gz |
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
have same fileno.
* eval.c (rb_load): raise LocaJumpError if unexpected local jumps
appear during load.
* ext/socket/socket.c (bsock_close_read): don't call rb_thread_fd_close();
it's supposed to be called by io_io_close().
* ext/socket/socket.c (bsock_close_read): do not modify f and f2.
* ext/socket/socket.c (bsock_close_write): ditto.
* ext/socket/socket.c (sock_new): avoid dup(2) on sockets.
* parse.y (primary): preserve and clear in_single and in_def using
stack to prevent nested method errors in singleton class bodies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,5 @@ Language Spec. -- %q!\!! => "!" (not "\\!") * operator !! for rescue. ??? * objectify characters * ../... outside condition invokes operator method too. @@ -45,13 +44,13 @@ Hacking Interpreter * warn for inconsistent local variable usage (lv m and method m at the same time). * MicroRuby * Built-in Interactive Ruby. -* regex /\ba/ on "[a in HIRAGANA]a[a in HIRAGANA]" Standard Libraries - Module#define_method which takes a name and a body (block, proc or method). - Enume#inject - Array#fetch +- IO::for_fd * Enumerable#sort_by for Schwartzian transformation * String#scanf(?) * Object#fmt(?) @@ -67,7 +66,6 @@ Standard Libraries * Process::waitall [ruby-talk:4557] * synchronized method - synchronized{...}, synchronized :foo, :bar * move Time::times to Process. -* IO#for_fd in general * Array#&, Array#| to allow duplication. ??? * fork_and_kill_other_threads. * way to specify immortal (fork endurance) thread; |