summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 504891d632..e806485ff6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 2 12:24:03 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (config.h): shouldn't check defined? NORETURN.
+ [ruby-dev:23100]
+
Tue Mar 2 11:28:40 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/test_iterator.rb (test_ljump): cannot use
@@ -5,7 +10,7 @@ Tue Mar 2 11:28:40 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Mar 2 06:23:14 2004 David Black <dblack@wobblini.net>
- * Fixed Kernel#scanf to propagate code block
+ * Fixed Kernel#scanf to propagate code block
Mon Mar 1 23:25:40 2004 David Black <dblack@wobblini.net>
@@ -33,7 +38,7 @@ Sat Feb 28 21:50:20 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat,
bcc32/setup.mak: new configure scheme. use ``configure --prefix=dir''
instead of ``make DESTDIR=dir install''.
- --with-static-linked-ext support on mswin32. [ruby-dev:23034]
+ --with-static-linked-ext support on bccwin32. [ruby-dev:23034]
(by Nakada. Thanks.)
* bcc32/setup.mak: "configure --disable-install-doc" is now working.