From a8799c688968fd059cb49b06eb62b6ccea8396ee Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 17 Jul 2006 13:59:09 +0000 Subject: * ext/io/wait/wait.c (io_ready_p): protoize. * pack.c (define_swapx): should not use plain malloc. * ext/curses/curses.c (curses_getmouse): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0188fb67b..f16192ac9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jul 17 22:55:31 2006 Yukihiro Matsumoto + + * ext/io/wait/wait.c (io_ready_p): protoize. + +Mon Jul 17 13:43:05 2006 Yukihiro Matsumoto + + * pack.c (define_swapx): should not use plain malloc. + + * ext/curses/curses.c (curses_getmouse): ditto. + Mon Jul 17 12:58:41 2006 WATANABE Hirofumi * configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW. -- cgit