ruby-changes:27288
From: marcandre <ko1@a...>
Date: Thu, 21 Feb 2013 03:11:33 +0900 (JST)
Subject: [ruby-changes:27288] marcandRe: r39340 (ruby_2_0_0): * NEWS: Add that Fixnums and Bignums are frozen
marcandre 2013-02-21 03:11:20 +0900 (Thu, 21 Feb 2013) New Revision: 39340 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39340 Log: * NEWS: Add that Fixnums and Bignums are frozen Modified files: branches/ruby_2_0_0/ChangeLog branches/ruby_2_0_0/NEWS Index: ruby_2_0_0/ChangeLog =================================================================== --- ruby_2_0_0/ChangeLog (revision 39339) +++ ruby_2_0_0/ChangeLog (revision 39340) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1 +Thu Feb 21 03:10:53 2013 Marc-Andre Lafortune <ruby-core@m...> + + * NEWS: Add that Fixnums and Bignums are frozen + Wed Feb 20 17:02:12 2013 Koichi Sasada <ko1@a...> * vm_eval.c (vm_call0_body): check interrupts after method dispatch Index: ruby_2_0_0/NEWS =================================================================== --- ruby_2_0_0/NEWS (revision 39339) +++ ruby_2_0_0/NEWS (revision 39340) @@ -460,6 +460,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/NEWS#L460 This method was removed. Two procs are == only when they are the same object. + * Fixnum + * Bignum + + Fixnums and Bignums are frozen + * Signal.trap See above. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/