git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-10-27 15:13:34 +00:00
Родитель ccfb459b7d
Коммит c2ea598cf5
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -5,6 +5,15 @@ Sun Oct 27 22:59:50 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
* lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added.
Sun Oct 27 17:07:25 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* 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 <knu@iDaemons.org>
* node.h (nd_type): cast the value to int.