From 5203cd3058cf9e6731a5eafef7b48b13f066b1cb Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 3 Sep 2001 05:37:42 +0000 Subject: * ruby.c (proc_options): should not alter origargv[]. * ruby.c (set_arg0): long strings for $0 dumped core. * ruby.c (set_arg0): use setprogtitle() if it's available. * io.c (rb_io_popen): accept integer flags as mode. * file.c (rb_find_file_ext): extension table can be supplied from outside. renamed. * eval.c (rb_f_require): replace rb_find_file_noext by rb_find_file_ext. * eval.c (rb_provided): should also check feature without extension. * numeric.c (flo_to_s): do not rely on decimal point to be '.' git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 0c439a87e..afbbff08f 100644 --- a/ToDo +++ b/ToDo @@ -87,6 +87,7 @@ Standard Libraries * move NameError under StandardError. * library to load per-user profile seeking .ruby_profile or ruby.ini file. * warning framework +* marshal should not depend on sprintf/strtod (works bad for locale). Extension Libraries -- cgit