diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-04 15:09:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-04 15:09:03 +0000 |
| commit | 8bcd940c81355a4ad35f1f1f7c02d49f5df8aa73 (patch) | |
| tree | edd70b428443dc39a9971ac5140a654239a16a34 /ChangeLog | |
| parent | 509d6baa2488aace938cfde21710bc581383f856 (diff) | |
| download | ruby-8bcd940c81355a4ad35f1f1f7c02d49f5df8aa73.tar.gz ruby-8bcd940c81355a4ad35f1f1f7c02d49f5df8aa73.tar.xz ruby-8bcd940c81355a4ad35f1f1f7c02d49f5df8aa73.zip | |
* enumerator.c (Init_Enumerator): provided features should have
extensions.
* eval.c (rb_feature_p): returns type of the feature instead of
extension.
* eval.c (search_required): ruby library should be prior to statically
linked extentions. fixed: [ruby-dev:26711]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +Fri Aug 5 00:08:44 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * enumerator.c (Init_Enumerator): provided features should have + extensions. + + * eval.c (rb_feature_p): returns type of the feature instead of + extension. + + * eval.c (search_required): ruby library should be prior to statically + linked extentions. fixed: [ruby-dev:26711] + Thu Aug 4 20:03:18 2005 Tadashi Saito <shiba@mail2.accsnet.ne.jp> * numeric.c (Init_Numeric): do not share implementation among @@ -11,10 +22,10 @@ Thu Aug 4 18:38:36 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/stubs.c: ditto. - * ext/tk/lib/tk.rb: forgot to define TclTkIp.encoding and encoding= + * ext/tk/lib/tk.rb: forgot to define TclTkIp.encoding and encoding= when Tcl is 7.6 or 8.0. - * ext/tk/lib/tk/wm.rb: support to make some methods as options of + * ext/tk/lib/tk/wm.rb: support to make some methods as options of root or toplevel widget. [ruby-talk:150336] * ext/tk/lib/tk/root.rb: ditto. |
