aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 01:41:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 01:41:03 +0000
commitbc4cda4496450d262cd598fd9f0d038726a612fd (patch)
tree6497457df6eded96e9a0a7223468e584f2fbc7aa
parent91337d00b25e0c6f1378aeab8e84ab8de25b5f01 (diff)
downloadruby-bc4cda4496450d262cd598fd9f0d038726a612fd.tar.gz
desc r36301
* ChangeLog: add description for r36301. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b385ff9206..e010af8cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,15 +14,15 @@ Wed Jul 4 19:13:15 2012 Masaki Suketa <masaki.suketa@nifty.ne.jp>
FileSystemObject only supports ANSI or UTF-16LE encoding.
Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bug #6650]
-
Wed Jul 4 11:52:12 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* gc.c (ATOMIC_SIZE_*): 64bit Windows support.
Wed Jul 4 11:11:28 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * eval.c (rb_frame_callee, rb_f_callee_name): fix to return the called
- id.
+ * eval.c (rb_frame_callee, rb_f_callee_name): fix to return the
+ called id. this longstanding bug has been caused and blocked by
+ the structure of old rb_control_frame_t and rb_iseq_t.
* vm_insnhelper.c (vm_push_frame): set proper method entry.