From 3259145c33c7e44e207f57c5101460ddaf79b47a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Jun 2004 07:01:32 +0000 Subject: * gc.c (stack_grow_direction): memoize the direction. * gc.c (Init_stack): should always move to end of VALUE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 207bdaf93..5544bd83a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 16 16:01:17 2004 Nobuyoshi Nakada + + * gc.c (stack_grow_direction): memoize the direction. + + * gc.c (Init_stack): should always move to end of VALUE. + Tue Jun 15 12:10:04 2004 Hidetoshi NAGAI * ext/tk/lib/tk.rb: bug fix (TkWindow#grab) @@ -50,14 +56,14 @@ Thu Jun 10 19:19:41 2004 Yukihiro Matsumoto [ruby-talk:103062] Wed Jun 9 18:04:14 2004 akira yamada - + * lib/uri/generic.rb (URI::Generic::merge, URI::Generic::route_from): accepts non-hierarchical URI. [ruby-dev:23631] - + * test/uri/test_generic.rb (TestGeneric::test_route, TestGeneric::test_merge): added tests for above changes. - + Wed Jun 9 17:39:37 2004 Akinori MUSHA * config.guess, config.sub: Update to a more recent version as of @@ -146,7 +152,7 @@ Thu May 27 23:15:18 2004 NAKAMURA, Hiroshi Thu May 27 21:37:50 2004 Tanaka Akira - * lib/pathname.rb (Pathname#initialize): refine pathname initialization + * lib/pathname.rb (Pathname#initialize): refine pathname initialization by pathname. Thu May 27 20:22:05 Hirokazu Yamamoto -- cgit