summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-14 14:59:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-14 14:59:19 +0000
commit1395ccb8a55bc1f8d794146e9a70c468fc967b53 (patch)
treefab522cdaa287f2ac7a4d686569122059738a73d /ChangeLog
parent86588d2b2210f6328cf2a15d7b38531395727aa6 (diff)
downloadruby-1395ccb8a55bc1f8d794146e9a70c468fc967b53.tar.gz
ruby-1395ccb8a55bc1f8d794146e9a70c468fc967b53.tar.xz
ruby-1395ccb8a55bc1f8d794146e9a70c468fc967b53.zip
* mkconfig.rb: use fileutils.rb instead of ftools.rb.
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): define STACK_GROW_DIRECTION. * bcc32/Makefile.sub (config.h): add newer checks. * wince/Makefile.sub (config.h): define NEED_IO_SEEK_BETWEEN_RW. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa7f61f6c..848a6b20a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Sat Feb 14 23:59:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * mkconfig.rb: use fileutils.rb instead of ftools.rb.
+
+ * bcc32/Makefile.sub, win32/Makefile.sub (config.h): define
+ STACK_GROW_DIRECTION.
+
+ * bcc32/Makefile.sub (config.h): add newer checks.
+
+ * wince/Makefile.sub (config.h): define NEED_IO_SEEK_BETWEEN_RW.
+
Sat Feb 14 23:26:27 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/un.rb: use OptionParser instead of getopts.