ruby-changes:13637
From: marcandre <ko1@a...>
Date: Wed, 21 Oct 2009 04:01:34 +0900 (JST)
Subject: [ruby-changes:13637] Ruby:r25421 (trunk): * ChangeLog: Added summary of r25412, cf
marcandre 2009-10-21 04:01:18 +0900 (Wed, 21 Oct 2009) New Revision: 25421 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25421 Log: * ChangeLog: Added summary of r25412, cf [ruby-core:23598] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 25420) +++ ChangeLog (revision 25421) @@ -1,3 +1,13 @@ +Wed Oct 21 03:54:41 2009 Marc-Andre Lafortune <ruby-core@m...> + + * lib/matrix.rb: + Creator functions now strict with their arguments + Support for empty matrices (see new method Matrix.empty) + Matrix#trace raises an ErrDimensionMismatch if the matrix is not square + Enumerators are returned when no block given + Consistent results when accessing elements with out of bounds indices + Details in [ruby-core:23598]. + Wed Oct 21 00:27:15 2009 NAKAMURA, Hiroshi <nahi@r...> * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/