summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakiyoshi <akiyoshi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-19 02:09:51 +0000
committerakiyoshi <akiyoshi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-19 02:09:51 +0000
commit49ede9d5706f31bb036907ed03c0850ccc02cd9a (patch)
tree0c3749224d162e2e3fa0c95efed18e04ab1f92c8 /ChangeLog
parent3f673a27e0e3cdffdbb33286c0b61a32f72d39b4 (diff)
downloadruby-49ede9d5706f31bb036907ed03c0850ccc02cd9a.tar.gz
ruby-49ede9d5706f31bb036907ed03c0850ccc02cd9a.tar.xz
ruby-49ede9d5706f31bb036907ed03c0850ccc02cd9a.zip
Update for VMS ports.
* dln.c (dln_load): Modify to call lib$find_image_symbol for VMS. * io.c (rb_io_fwrite): Use fputc() for VMS non-stream file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6793 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 ab6370ee4..e3ca223a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 20 11:00:00 2004 Akiyoshi, Masamichi <masamichi.akiyoshi@hp.com>
+
+ * dln.c (dln_load): Modify to call lib$find_image_symbol for VMS.
+ * io.c (rb_io_fwrite): Use fputc() for VMS non-stream file.
+
Thu Aug 19 06:07:45 2004 why the lucky stiff <why@ruby-lang.org>
* ext/syck/token.c: re2c no longer compiled with bit vectors. caused