From 0559b739d2fd3eb5e797974979f949c656094fa8 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 16 Dec 2008 11:39:17 +0000 Subject: * ext/pty/pty.c (getDevice): add nomesg argument. (get_device_once): add nomesg argument. chmod slave tty to 0600 if nomesg. more error tests. (no_mesg): new function. (pty_open): make slave tty's mode 0600. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b58239430..fe2c0688b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Dec 16 20:34:44 2008 Tanaka Akira + + * ext/pty/pty.c (getDevice): add nomesg argument. + (get_device_once): add nomesg argument. chmod slave tty to 0600 + if nomesg. more error tests. + (no_mesg): new function. + (pty_open): make slave tty's mode 0600. + Tue Dec 16 20:24:20 2008 Tadayoshi Funaba * lib/date/format.rb (_parse): m17n compliant. -- cgit