From f76652b60e66c171bf1c3d70cb5469245d2bc2bf Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Oct 2003 02:06:42 +0000 Subject: * gc.c (gc_sweep): loosen page free condition to avoid add_heap() race condition. [ruby-dev:21633] * gc.c (gc_sweep): do not update malloc_limit when malloc_increase is smaller than malloc_limit. * ext/socket/socket.c (make_hostent): h_aliases may be NULL. (ruby-bugs PR#1195) * ext/socket/socket.c (sock_s_gethostbyaddr): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be4ee182f..e5d56c395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Oct 20 11:00:46 2003 Yukihiro Matsumoto + + * gc.c (gc_sweep): loosen page free condition to avoid add_heap() + race condition. [ruby-dev:21633] + + * gc.c (gc_sweep): do not update malloc_limit when malloc_increase + is smaller than malloc_limit. + Mon Oct 20 09:45:12 2003 NAKAMURA Usaku * lib/debug.rb (debug_command): remove debug print. @@ -53,10 +61,17 @@ Fri Oct 17 11:15:22 2003 NAKAMURA Usaku * MANIFEST: add test/ruby/test_range.rb. +Fri Oct 17 03:21:23 2003 William Sobel + + * ext/socket/socket.c (make_hostent): h_aliases may be NULL. + (ruby-bugs PR#1195) + + * ext/socket/socket.c (sock_s_gethostbyaddr): ditto. + Fri Oct 17 00:12:41 2003 Hidetoshi NAGAI * ext/tk/lib/tk.rb: (bug fix) instance variable @frame was used - without initializing on TkComposite module + without initializing on TkComposite module. Thu Oct 16 23:51:04 2003 Hidetoshi NAGAI -- cgit