mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* MANIFEST: add vms/config.h and remove vms/config.h_in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67331f2497
commit
f573bcd129
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Dec 26 10:58:58 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* MANIFEST: add vms/config.h and remove vms/config.h_in.
|
||||||
|
|
||||||
Thu Dec 26 10:42:00 2003 AKIYOSHI, Masamichi <masamichi.akiyoshi@hp.com>
|
Thu Dec 26 10:42:00 2003 AKIYOSHI, Masamichi <masamichi.akiyoshi@hp.com>
|
||||||
|
|
||||||
* io.c: [VMS] "rfm=stmlf" is specified for open() and fopen().
|
* io.c: [VMS] "rfm=stmlf" is specified for open() and fopen().
|
||||||
|
|
2
MANIFEST
2
MANIFEST
|
@ -807,7 +807,7 @@ test/xsd/test_xmlschemaparser.rb
|
||||||
test/xsd/test_xsd.rb
|
test/xsd/test_xsd.rb
|
||||||
test/xsd/xmlschema.xml
|
test/xsd/xmlschema.xml
|
||||||
test/yaml/test_yaml.rb
|
test/yaml/test_yaml.rb
|
||||||
vms/config.h_in
|
vms/config.h
|
||||||
vms/vms.h
|
vms/vms.h
|
||||||
win32/Makefile.sub
|
win32/Makefile.sub
|
||||||
win32/README.win32
|
win32/README.win32
|
||||||
|
|
2
io.c
2
io.c
|
@ -1347,8 +1347,8 @@ fptr_finalize(fptr, noraise)
|
||||||
if (fptr->f2) {
|
if (fptr->f2) {
|
||||||
f2 = fileno(fptr->f2);
|
f2 = fileno(fptr->f2);
|
||||||
while ((n2 = fclose(fptr->f2)) < 0) {
|
while ((n2 = fclose(fptr->f2)) < 0) {
|
||||||
|
e = errno;
|
||||||
if (!rb_io_wait_writable(f2)) {
|
if (!rb_io_wait_writable(f2)) {
|
||||||
e = errno;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!fptr->f2) break;
|
if (!fptr->f2) break;
|
||||||
|
|
Loading…
Reference in a new issue