From 80a71ef0c37cb9852382d4662f470d833c57bcf4 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 18 Dec 2001 08:47:06 +0000 Subject: * string.c (rb_str_replace): swap arguments of OBJ_INFECT. * eval.c (rb_thread_schedule): should not select a thread which is not yet initialized. * time.c (time_plus): wrong boundary check. * time.c (time_minus): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 0f9b3f1b0..2a66723a8 100644 --- a/ToDo +++ b/ToDo @@ -98,6 +98,7 @@ Standard Libraries * remove dependency on MAXPATHLEN. * pointer share mechanism similar to one in String for Array. * deprecate Array#indexes, and Array#indices. +* require "1.6" etc. by /usr/lib/ruby/1.6/1.6.rb ;-) Extension Libraries -- cgit