diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-29 15:54:32 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-29 15:54:32 +0000 |
| commit | c18c0627411b37bf9298caa1c1bf577448c264cf (patch) | |
| tree | c5f5cf3df2d4627cc1f5d3aa69ae0fcc53a4f57c /ChangeLog | |
| parent | c22d1f2be340fda6b6a571e177a857c27b24a9d1 (diff) | |
| download | ruby-c18c0627411b37bf9298caa1c1bf577448c264cf.tar.gz ruby-c18c0627411b37bf9298caa1c1bf577448c264cf.tar.xz ruby-c18c0627411b37bf9298caa1c1bf577448c264cf.zip | |
* ext/tcltklib/tcltklib.c (ip_init): bug fix
* ext/tk/tkutil.c (get_eval_string_core): accept a Regexp object
* ext/tk/lib/multi-tk.rb: fix bug on 'exit' operation
* ext/tk/lib/tk/text.rb: 'tksearch' accepts a Regexp object as a
matting pattern argument
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Sep 30 00:50:44 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tcltklib/tcltklib.c (ip_init): bug fix + + * ext/tk/tkutil.c (get_eval_string_core): accept a Regexp object + + * ext/tk/lib/multi-tk.rb: fix bug on 'exit' operation + + * ext/tk/lib/tk/text.rb: 'tksearch' accepts a Regexp object as a + matting pattern argument + Wed Sep 29 10:58:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * enum.c (sort_by_i): internally used object must not be changed |
