From 87b248dc4d4bed790fc402756993d64962ed8595 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 28 Oct 2012 21:20:26 +0000 Subject: Update Changelog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 745ca06177..5ce5bcbf14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 29 05:48:52 2012 Marc-Andre Lafortune + + * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyer. + Also accept {Open}Struct as argument to new. + Add #eql?, #hash & #each_pair + Protect new_ostruct_member + Mon Oct 29 03:20:58 2012 Marc-Andre Lafortune * lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228] @@ -125,7 +132,7 @@ Sat Oct 27 23:33:41 2012 Benoit Daloze Sat Oct 27 11:01:10 2012 Koichi Sasada - * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: + * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: make all Float objects frozen. [ruby-dev:46081] [ruby-trunk - Feature #6936] Most part of patch by NARUSE, Yui . @@ -312,7 +319,7 @@ Tue Oct 23 12:57:29 2012 Koichi Sasada is faster than ordinal cfunc method call. If `frame' is needed (for example, it calls another method with `rb_funcall()'), then build a frame. In other words, this - optimization delays frame building. + optimization delays frame building. However, to delay the frame building, we need additional overheads: (1) Store the last call information. (2) Check the delayed frame building before the frame is needed. -- cgit v1.2.3