summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-10 05:50:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-10 05:50:12 +0000
commit70c2aaae0b0a80990e8b0ac383a322e1f5c80e67 (patch)
tree8f5ad8800ed2970add6337d7cb587cefc4866f09 /ChangeLog
parent4d1f7583a2d77d8f4dc5f90e59db78407e12548c (diff)
downloadruby-70c2aaae0b0a80990e8b0ac383a322e1f5c80e67.tar.gz
ruby-70c2aaae0b0a80990e8b0ac383a322e1f5c80e67.tar.xz
ruby-70c2aaae0b0a80990e8b0ac383a322e1f5c80e67.zip
* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, so
use it. * ext/pty/pty.c (establishShell): should close descriptors if fork failed. (ruby-bugs:PR#1211) based on gotoyuzo's patch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7203923cf..ff69f6fb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Dec 10 14:45:39 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, so
+ use it.
+
+ * ext/pty/pty.c (establishShell): should close descriptors if fork
+ failed. (ruby-bugs:PR#1211) based on gotoyuzo's patch.
+
Wed Dec 10 12:53:05 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* win32/win32.h: define execv() using do_aspawn().