diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-12 10:30:45 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-12 10:30:45 +0000 |
| commit | 4df562d78d80fe1be8b3f2051294306f7bd5648a (patch) | |
| tree | 65cbfc7b8f9d24d6a5670496180705b1341c65bc /ChangeLog | |
| parent | 1b2f278f1b5f59dee03e17c1d0cb3348f5f5a6db (diff) | |
| download | ruby-4df562d78d80fe1be8b3f2051294306f7bd5648a.tar.gz ruby-4df562d78d80fe1be8b3f2051294306f7bd5648a.tar.xz ruby-4df562d78d80fe1be8b3f2051294306f7bd5648a.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,21 +1,27 @@ +Tue Apr 12 19:30:36 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nagai@ai.kyutech.ac.jp> - * 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 <nagai@ai.kyutech.ac.jp> * 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 <nagai@ai.kyutech.ac.jp> * 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 <m_seki@mva.biglobe.ne.jp> - * 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. |
