aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 06:00:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 06:00:51 +0000
commit36f984b65eaa2f78130cb6435c6498fa727dd0cf (patch)
tree1d7ec5acd4a5aef8d5d3a6e128a6ac93485f90c2 /ChangeLog
parent9ddb37f071688be901c8e0b4e914d15313cdc900 (diff)
downloadruby-36f984b65eaa2f78130cb6435c6498fa727dd0cf.tar.gz
* compile.c (iseq_set_exception_table): allocates catch_table only
when entries exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8661cba30b..70aa279fbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Apr 20 14:58:57 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Apr 20 15:00:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * compile.c (iseq_set_exception_table): allocates catch_table only
+ when entries exist.
* compile.c (struct iseq_link_element, struct iseq_insn_data): made
enum for debuggers.