summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-16 07:01:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-16 07:01:32 +0000
commit3259145c33c7e44e207f57c5101460ddaf79b47a (patch)
tree086655da35e1b9c382f017088914436d54158136 /ChangeLog
parenta052288d4877c190902f3c29c126ad0811160002 (diff)
downloadruby-3259145c33c7e44e207f57c5101460ddaf79b47a.tar.gz
ruby-3259145c33c7e44e207f57c5101460ddaf79b47a.tar.xz
ruby-3259145c33c7e44e207f57c5101460ddaf79b47a.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/tk.rb: bug fix (TkWindow#grab)
@@ -50,14 +56,14 @@ Thu Jun 10 19:19:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
[ruby-talk:103062]
Wed Jun 9 18:04:14 2004 akira yamada <akira@ruby-lang.org>
-
+
* 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 <knu@iDaemons.org>
* 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 <nakahiro@sarion.co.jp>
Thu May 27 21:37:50 2004 Tanaka Akira <akr@m17n.org>
- * 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 <ocean@m2.ccsnet.ne.jp>