| Commit message (Expand) | Author | Age | Files | Lines |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -1/+1 |
* | * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190] | keiju | 2007-09-18 | 1 | -1/+1 |
* | * eval.c (rb_f_send_bang): abandon the name funcall for private | matz | 2007-08-24 | 1 | -1/+1 |
* | * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting to | matz | 2007-03-19 | 1 | -6/+12 |
* | * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as | matz | 2006-12-05 | 1 | -2/+2 |
* | * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e. | keiju | 2005-12-09 | 1 | -12/+138 |
* | * eval.c (rb_call_super): should call method_missing if super is | matz | 2005-11-01 | 1 | -6/+6 |
* | * string.c (scan_once): wrong condition to use mbclen2(). | matz | 2005-10-27 | 1 | -1/+1 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -3/+3 |
* | From ruby_1_8 branch: | gsinclair | 2004-02-01 | 1 | -313/+263 |
* | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -52/+1 |
* | Matrix used range.size, which no longer exists | dave | 2003-04-24 | 1 | -2/+4 |
* | Fix method name typo in Matrix.row_vector | dave | 2003-04-24 | 1 | -1/+1 |
* | Added RDoc comments. | gsinclair | 2003-01-20 | 1 | -27/+375 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -6/+6 |
* | * matrix.rb: Vector#* bug. reported from Massimiliano Mirra | keiju | 2001-12-09 | 1 | -2/+2 |
* | * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug. | keiju | 2001-11-03 | 1 | -4/+4 |
* | * lib/matrix.rb: resolve 'ruby -w' warnings. | keiju | 2001-06-27 | 1 | -2/+1 |
* | matz | matz | 2000-09-01 | 1 | -6/+10 |
* | matz | matz | 2000-07-10 | 1 | -29/+29 |
* | matz | matz | 2000-06-28 | 1 | -2/+2 |
* | 2000-05-12 | matz | 2000-05-12 | 1 | -1/+0 |
* | 2000-03-17 | matz | 2000-03-17 | 1 | -0/+1 |
* | 2000-03-07 | matz | 2000-03-07 | 1 | -2/+0 |
* | 19991012 | matz | 1999-10-12 | 1 | -40/+60 |
* | regexp literal (e.g. \202) match, etc. | matz | 1999-09-01 | 1 | -2/+3 |
* | 1.4.1 to be | matz | 1999-08-24 | 1 | -1/+0 |
* | 1.4.0 | matz | 1999-08-13 | 1 | -62/+68 |
* | This commit was generated by cvs2svn to compensate for changes in r372, | matz | 1999-01-20 | 1 | -10/+229 |
* | Initial revision | matz | 1998-01-16 | 1 | -0/+777 |