From 178f5aca22849a1bad841d0e8c69d5dc9d0102cd Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 18 Dec 2004 07:37:01 +0000 Subject: * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): disallow interrupt by type conversion. fixed: [ruby-dev:25226] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 35ae55199..5e5fc3554 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 18 16:36:23 2004 Nobuyoshi Nakada + + * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): + disallow interrupt by type conversion. fixed: [ruby-dev:25226] + Sat Dec 18 15:16:41 2004 NAKAMURA, Hiroshi * lib/webrick/httpauth.rb, @@ -52,7 +57,7 @@ Fri Dec 17 16:28:12 2004 Hidetoshi NAGAI Fri Dec 17 13:50:00 2004 Akiyoshi, Masamichi (akiyoshi@hp.com) - * vms/vmsruby_private.c, vms/vmsruby_private.h: private routines + * vms/vmsruby_private.c, vms/vmsruby_private.h: private routines for VMS port are added. * eval.c (ruby_init): change to call VMS private intialization routine. @@ -1285,7 +1290,7 @@ Thu Oct 21 21:32:30 2004 IWATSUKI Hiroyuki * lib/pstore.rb (PStore#transaction): Use the empty content when a file is not found. [ruby-dev:24561] - + Thu Oct 21 19:06:15 2004 GOTOU Yuuzou * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io): -- cgit