aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-08 07:46:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-08 07:46:18 +0000
commit5e947e2d03657d87594ff77c5492b21065950635 (patch)
tree9c2d1ebd2addb8a1d0fc081a5dbd41997ea4397a /ChangeLog
parentebb7ed18646a10a0a735179f3008ec845cb5509f (diff)
downloadruby-5e947e2d03657d87594ff77c5492b21065950635.tar.gz
* lib/pp.rb (PP::PPMethods::object_address_group): suppress negative
sign for higher heap areas. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c64c9d2026..06706874a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 8 16:46:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/pp.rb (PP::PPMethods::object_address_group): suppress negative
+ sign for higher heap areas.
+
Sun Feb 8 16:18:27 2004 akira yamada <akira@ruby-lang.org>
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):