summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 01:49:56 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 01:49:56 +0000
commit3721df734c9ad1be0bbd64321329c1af405b289b (patch)
treecd322ca0b6c2e8700b5f685cbe8cb7ca45ab8cc3 /ChangeLog
parentd2cb86c532c5123d93351d4953af1f4a351a7ce5 (diff)
* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a640422f4..124328e943 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 23 10:48:56 2008 Tanaka Akira <akr@fsij.org>
+
+ * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.
+
Sat Aug 23 10:42:52 2008 Tanaka Akira <akr@fsij.org>
* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.