1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

desc r36301

* ChangeLog: add description for r36301.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-07-05 01:41:03 +00:00
parent 91337d00b2
commit bc4cda4496

View file

@ -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.