From faf88086c7521fb40eba417b0f6109eb89a351f1 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 18 Sep 2005 18:06:51 +0000 Subject: * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END to enable signals when writing to a pipe which is full. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3c36758f..24fcb929c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 19 03:02:08 2005 Tanaka Akira + + * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END to + enable signals when writing to a pipe which is full. + Sun Sep 18 02:10:47 2005 why the lucky stiff * lib/yaml/rubytypes.rb: remove comments that are bungling up -- cgit