summaryrefslogtreecommitdiffstats
path: root/lib/mathn.rb
Commit message (Expand)AuthorAgeFilesLines
* both complex and rational are now builtin classes.tadf2008-03-161-5/+4
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-121-5/+0
* * lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu2008-01-091-0/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * ext/socket/socket.c (unix_sysaccept): typo fixed.matz2006-06-191-0/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-8/+0
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-191-3/+0
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-1/+6
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-171-2/+3
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-38/+47
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-0/+3
* * misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz2003-12-191-1/+1
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-11/+11
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-1/+1
* * lib/rational.rb: modified to support "quo".matz2003-01-231-9/+2
* forgot some checkins.matz2001-05-061-1/+5
* 1.4.0matz1999-08-131-2/+2
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-2/+3
* Initial revisionmatz1998-01-161-0/+308