summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-18 12:19:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-18 12:19:05 +0000
commit94bc76a60de5a05d039f169724ef7bf96e7e8028 (patch)
tree55d4e564cabb72888d95a0911c4941ba5ebf72f4 /ChangeLog
parent562ebd8e3d0c4441a21008d404ad503755d7e79f (diff)
downloadruby-94bc76a60de5a05d039f169724ef7bf96e7e8028.tar.gz
ruby-94bc76a60de5a05d039f169724ef7bf96e7e8028.tar.xz
ruby-94bc76a60de5a05d039f169724ef7bf96e7e8028.zip
* win32/Makefile.sub (config.h): add VC++4/5 support about noreturn
directive. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71f4a7c5f..75ad0fcb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 18 21:18:00 2002 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (config.h): add VC++4/5 support about noreturn
+ directive.
+
Fri May 17 16:16:19 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* sampl/test.rb: use eval instead of './miniruby -c',