summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-06 15:45:14 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-06 15:45:14 +0000
commit930e34906cd4206b6f7ea16941c9621f41a317a5 (patch)
tree1f972f00dcf76826d20cf11e4b9047a45ac485f8 /ChangeLog
parentfd99265d38113e026a243eaaf3cd65f3dca41435 (diff)
downloadruby-930e34906cd4206b6f7ea16941c9621f41a317a5.tar.gz
ruby-930e34906cd4206b6f7ea16941c9621f41a317a5.tar.xz
ruby-930e34906cd4206b6f7ea16941c9621f41a317a5.zip
* ext/Win32API/Win32API.c: no longer use inline-asms.
* ext/Win32API/extconf.rb: no need to add gcc options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c44a6d57..d81ef4c33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 7 00:30:33 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ext/Win32API/Win32API.c: no longer use inline-asms.
+
+ * ext/Win32API/extconf.rb: no need to add gcc options.
+
Wed Mar 5 12:13:21 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: better YACC support on HP-UX.