From bb471e32687defb003d0009eba018f15bd143f7b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Apr 2010 05:44:42 +0000 Subject: [PATCH] * ChangeLog: fixed tab expand width. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 434ff531e5..9c82854ba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,15 +65,15 @@ Fri Apr 2 05:38:17 2010 Nobuyoshi Nakada Fri Apr 2 02:56:56 2010 Marc-Andre Lafortune * lib/matrix.rb: : New instance methods: - empty? [ruby-core:26284], each, each_with_index [ruby-core:28400], - conjugate, conj, imaginary, imag, real, real?, rectangular, rect - [ruby-core:26285] + empty? [ruby-core:26284], each, each_with_index [ruby-core:28400], + conjugate, conj, imaginary, imag, real, real?, rectangular, rect + [ruby-core:26285] - Removed compare_by*, inspect_org, cf [ruby-core:26268] + Removed compare_by*, inspect_org, cf [ruby-core:26268] - Matrix.empty: raise on negative sizes + Matrix.empty: raise on negative sizes - Matrix.determinant: raise on rectangular matrices [ruby-core:28271] + Matrix.determinant: raise on rectangular matrices [ruby-core:28271] Thu Apr 1 17:17:00 2010 NARUSE, Yui