summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-04-22 08:20:10 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-04-22 08:20:10 +0000
commitf6e04e38cd1f121111d388865e8b201ea3402452 (patch)
tree289bdcc4cdd68703385592cc8ce475ac04f8588e
parent6338fe1a70d328705e07be09c806fb7a16e8e1db (diff)
call/cc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 373a0ac85c..cb68a87689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 22 16:50:54 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * eval.c (rb_callcc): call scope_dup() for all scopes in
+ the interpreter stack.
+
Tue Apr 20 11:24:18 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
* string.c (rb_str_dump): `#' should be escaped.