diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-05 13:07:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-05 13:07:06 +0000 |
| commit | 43c98dad10a8bbbd11b32177c0922441bf9350b0 (patch) | |
| tree | afde08d28d3b624a60ef5091747f25851d20e04e /ChangeLog | |
| parent | 9e0cd0c4525231d48afe8e0b3bea698921efe7b8 (diff) | |
* ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.
* ext/tk/tkutil/tkutil.c: use RARRAY_PTR() and RARRAY_LEN() and etc.
fixed: [ruby-dev:29473]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Sep 5 22:06:43 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value. + + * ext/tk/tkutil/tkutil.c: use RARRAY_PTR() and RARRAY_LEN() and etc. + fixed: [ruby-dev:29473] + Tue Sep 5 06:47:22 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * time.c (time_to_s): variable declaration after an execution |
