From 7dba8bcd19b8468987a7fe4fcd8743c5f834a33e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 11 May 2001 05:24:59 +0000 Subject: * bignum.c (bigdivrem): access boundary bug. * marshal.c (w_object): prohibit dumping out singleton classes. * object.c (rb_mod_to_s): distinguish singleton classes. * variable.c (rb_class2name): it's ok to reveal NilClass, TrueClass, FalseClass. * eval.c (rb_yield_0): preserve and restore ruby_cref as well. * eval.c (is_defined): core dumped during instance_eval for special constants. * eval.c (rb_eval): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 517a2ea4d..7a22319be 100644 --- a/ToDo +++ b/ToDo @@ -26,7 +26,6 @@ Language Spec. * to_i returns nil if str contains no digit. * raise exception by `` error * jar like combined library package. -* "@foo ||= 44" should not warn you. Hacking Interpreter @@ -83,6 +82,7 @@ Standard Libraries * warn, warning for Ruby level * hash etc. should handle self referenceing array/hash * move NameError under StandardError. +* library to load per-user profile seeking .ruby_profile or ruby.ini file. Extension Libraries -- cgit