git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-04-07 17:02:46 +00:00
Родитель 231e7ac939
Коммит 2f7e67f358
2 изменённых файлов: 10 добавлений и 7 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Fri Apr 8 01:55:20 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/sample/demos-{en,jp}/goldberg.rb: reduced canvas size.
[ruby-dev:25992]
Thu Apr 7 23:58:40 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/extmk.rb (extmake): keep directory names in Makefile as macros.
@ -1033,8 +1038,10 @@ Thu Feb 17 20:09:23 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.
Thu Feb 17 20:09:23 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/digest/test_digest.rb: separate test case for each algorithms.
(Thanks nobu) [ruby-dev:25412]
[ruby-dev:25412]
Thu Feb 17 14:31:52 2005 Yukihiro Matsumoto <matz@ruby-lang.org>

Просмотреть файл

@ -2,10 +2,6 @@
* sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight)
2005-04-08 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* sample/demos-{en,jp}/goldberg.rb: reduced canvas size. [ruby-dev:25992]
2005-04-07 ocean <ocean@ruby-lang.org>
* sample/tkextlib/treectrl/*.rb: some speed up... cache the result of
@ -13,8 +9,8 @@
2005-04-07 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_enc
if possible) [ruby-dev:25997]
* lib/tkextlib/treectrl/tktreectrl.rb: performance tuning by calling
tk_send_without_enc. [ruby-dev:25997]
2005-04-04 ocean <ocean@ruby-lang.org>