diff options
| author | akiyoshi <akiyoshi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-19 02:09:51 +0000 |
|---|---|---|
| committer | akiyoshi <akiyoshi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-19 02:09:51 +0000 |
| commit | 49ede9d5706f31bb036907ed03c0850ccc02cd9a (patch) | |
| tree | 0c3749224d162e2e3fa0c95efed18e04ab1f92c8 /ChangeLog | |
| parent | 3f673a27e0e3cdffdbb33286c0b61a32f72d39b4 (diff) | |
| download | ruby-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
