From 57fb7655357ccd8a0a72cb70f230fa44e743e14d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 23 Jul 2005 01:02:18 +0000 Subject: * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, using missing/vsnprintf.c. [ruby-dev:26580] * missing/vsnprintf.c: made the output changeable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3cd9dc4f7..bc1d741a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jul 23 10:01:41 2005 Nobuyoshi Nakada + + * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, + using missing/vsnprintf.c. [ruby-dev:26580] + + * missing/vsnprintf.c: made the output changeable. + Fri Jul 22 15:02:39 2005 Kouhei Sutou * lib/rss/rss.rb: moved copyright description to lib/rss.rb. @@ -13,7 +20,7 @@ Fri Jul 22 15:02:39 2005 Kouhei Sutou * sample/rss/tdiary-plugin/rss-recent.rb: ditto. * sample/rss/tdiary-plugin/rss-recent.rb: 0.0.6 -> 0.0.7. - + Fri Jul 22 14:37:43 2005 Kouhei Sutou * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP @@ -24,48 +31,48 @@ Fri Jul 22 14:37:43 2005 Kouhei Sutou Fri Jul 22 07:01:42 2005 Hidetoshi NAGAI - * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revert + * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revert thread_critical and gc_disable when raise ArgumentError. * ext/tk/lib/remote-tk.rb: RemoteTkIp doesn't need to include TkUtil. * ext/tk/tcltklib.c: add TclTkIp#has_mainwindow? method. - * ext/tk/lib/tk.rb: add Tk.has_mainwindow? method. + * ext/tk/lib/tk.rb: add Tk.has_mainwindow? method. - * ext/tk/lib/multi-tk.rb: add MultiTkIp#has_mainwindow? method. + * ext/tk/lib/multi-tk.rb: add MultiTkIp#has_mainwindow? method. - * ext/tk/lib/remote-tk.rb: add RemoteTkIp#has_mainwindow? method. + * ext/tk/lib/remote-tk.rb: add RemoteTkIp#has_mainwindow? method. * ext/tk/lib/multi-tk.rb: slave IP fail to exit itself when $SAFE==4. - * ext/tk/lib/multi-tk.rb: remove constants from MultiTkIp module to + * ext/tk/lib/multi-tk.rb: remove constants from MultiTkIp module to avoid access from external. - * ext/tk/lib/multi-tk.rb: check_root flag is ignored on slave IPs' - mainloop. + * ext/tk/lib/multi-tk.rb: check_root flag is ignored on slave IPs' + mainloop. - * ext/tk/lib/multi-tk.rb: hang-up Tk.mainloop called on a slave IP + * ext/tk/lib/multi-tk.rb: hang-up Tk.mainloop called on a slave IP with $SAFE==4. * ext/tk/lib/multi-tk.rb: MultiTkIp#bg_eval_proc doesn't work - properly. + properly. * ext/tk/lib/multi-tk.rb: add MultiTkIp#set_cb_error(proc) and - cb_error(exc) to log errors at callbacks on safe slave IPs. + cb_error(exc) to log errors at callbacks on safe slave IPs. - * ext/tk/lib/multi-tk.rb: fail to get an available slave IP object - when call Tk.mainloop in the block which is given to new_* method, - because cannot finish initialize while the root widget is alive. + * ext/tk/lib/multi-tk.rb: fail to get an available slave IP object + when call Tk.mainloop in the block which is given to new_* method, + because cannot finish initialize while the root widget is alive. - * ext/tk/lib/multi-tk.rb: fail to control a slave IP when Tk.mainloop + * ext/tk/lib/multi-tk.rb: fail to control a slave IP when Tk.mainloop runs on the IP. Thu Jul 21 01:00:00 2005 NARUSE, Yui - * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}: - import 1.76 - [ruby-dev:26592] nkf constification + * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}: + import 1.76 + [ruby-dev:26592] nkf constification Wed Jul 20 19:18:52 2005 NAKAMURA Usaku @@ -132,7 +139,7 @@ Tue Jul 19 14:10:50 2005 Hirokazu Yamamoto Tue Jul 19 13:19:46 2005 Hidetoshi NAGAI * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. It - returns a string even if the default value type of the TkVariable + returns a string even if the default value type of the TkVariable object is not "string". Mon Jul 18 21:39:18 2005 Hirokazu Yamamoto -- cgit