diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-04 07:15:12 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-04 07:15:12 +0000 |
| commit | b4adf81a4b00182d8600544f00b9ba8cf0a20c24 (patch) | |
| tree | ca18648c31e8b336e5ef2bd9166091ef0fb9f120 /ChangeLog | |
| parent | e1c4971ba67ac73c246712df28974119b7d45625 (diff) | |
* eval.c (rb_exec_recursive): matched the declaration to prototype.
* ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excluding
window_color_set().
* ext/tk/tcltklib.c: fixed commit mistakes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Mar 4 16:11:20 2005 NAKAMURA Usaku <usa@ruby-lang.org> + + * eval.c (rb_exec_recursive): matched the declaration to prototype. + + * ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excluding + window_color_set(). + + * ext/tk/tcltklib.c: fixed commit mistakes. + Fri Mar 4 12:45:17 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c: replace rb_protect_inspect() and rb_inspecting_p() by |
