aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-02 05:44:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-02 05:44:42 +0000
commitbb471e32687defb003d0009eba018f15bd143f7b (patch)
tree1ce6dffae584a6b17a040e930256c54f472b9855 /ChangeLog
parentaae8b872d55d3d61bf32d7e3a33f32c117e8ee55 (diff)
downloadruby-bb471e32687defb003d0009eba018f15bd143f7b.tar.gz
* ChangeLog: fixed tab expand width.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files 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 <nobu@ruby-lang.org>
Fri Apr 2 02:56:56 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* 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 <naruse@ruby-lang.org>