From c2ea598cf59caa67124e7f91caf36c0d3ac2ad23 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 27 Oct 2002 15:13:34 +0000 Subject: [PATCH] ChangeLog: commit miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac3f3e53be..b425b1e9a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,15 @@ Sun Oct 27 22:59:50 2002 KONISHI Hiromasa * lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added. +Sun Oct 27 17:07:25 2002 WATANABE Hirofumi + + * djgpp/*: sync with the latest. + + * ext/extmk.rb, lib/mkmf.rb: flush $stdout. + + * io.c (READ_DATA_PENDING_COUNT, READ_DATA_PENDING_PTR): + undef these macros on DJGPP. + Sat Oct 26 10:11:47 2002 Akinori MUSHA * node.h (nd_type): cast the value to int.