From 4df562d78d80fe1be8b3f2051294306f7bd5648a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 12 Apr 2005 10:30:45 +0000 Subject: * lib/optparse.rb (OptionParser#make_switch, OptionParser#order!): added non-option and end-of-args handler. [ruby-talk:136878] (EXPERIMENTAL git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a37606dd..a12808bfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,27 @@ +Tue Apr 12 19:30:36 2005 Nobuyoshi Nakada + + * lib/optparse.rb (OptionParser#make_switch, OptionParser#order!): + added non-option and end-of-args handler. [ruby-talk:136878] + (EXPERIMENTAL + Tue Apr 12 15:33:09 2005 Hidetoshi NAGAI - * ext/tk/tcltklib.c (ip_finalize): better modification than the + * ext/tk/tcltklib.c (ip_finalize): better modification than the previous commit [ruby-dev:26029]. Tue Apr 12 12:38:06 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval() - modifies the argument string to eval. + modifies the argument string to eval. Tue Apr 12 02:21:55 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c (ip_finalize): add existence check of - Tcl commands before calling Tcl_GlobalEval(). + Tcl commands before calling Tcl_GlobalEval(). Mon Apr 11 23:36:04 2005 Masatoshi SEKI - * lib/drb/drb.r: [druby-ja:123] fix: When reference of my object is + * lib/drb/drb.r: [druby-ja:123] fix: When reference of my object is loaded, the object is tainted. * test/drb/test_drb.rb: ditto. -- cgit