index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mathn.rb
Age
Commit message (
Expand
)
Author
2010-01-25
* lib/matrix.rb: suppress warnings.
akr
2009-09-24
* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...
marcandre
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-12-23
* lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]
yugui
2008-10-24
* lib/mathn.rb: moved into ext/mathn/rational/rational.c and
keiju
2008-10-05
* lib/rational.rb: resolved conflicts of aliases.
tadf
2008-09-29
moved def_canon.
tadf
2008-09-29
* lib/mathn.rb: added String#to_[rc].
tadf
2008-09-28
* lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complex
tadf
2008-09-27
* lib/mathn.rb: a hack to provide canonicalization. This must be
tadf
2008-09-20
* complex.c: an instance method image has been removed and
tadf
2008-09-19
* complex.c: uses f_(in)?exact_p macro.
tadf
2008-09-03
* lib/mathn.rb (Integer): moved into prime.rb.
yugui
2008-06-23
* lib/mathn.rb (Rational::power2): removed incomplete method.
matz
2008-06-19
* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]
matz
2008-03-16
both complex and rational are now builtin classes.
tadf
2008-02-12
* lib/rational.rb (floor, ceil, truncate, round): do not use
tadf
2008-01-09
* lib/mathn.rb (Prime#each): returns an enumerator if no block
kazu
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2006-06-19
* ext/socket/socket.c (unix_sysaccept): typo fixed.
matz
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2005-09-19
* lib/mathn.rb (Fixnum): remove debug print.
matz
2005-09-19
* io.c (io_close): call rb_io_close() directly if io is a T_FILE
matz
2005-09-17
* lib/mathn.rb (Rational::inspect): should preserve original
matz
2004-11-14
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-10-05
* io.c (rb_fopen): mode string copy at the lowest level.
matz
2003-12-19
* misc/ruby-mode.el (ruby-calculate-indent): proper indentation
matz
2003-07-25
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-05-02
* string.c (rb_str_ljust): now takes optional argument to specify
matz
2003-01-23
* lib/rational.rb: modified to support "quo".
matz
2001-05-06
forgot some checkins.
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
2019-08-17
version 1.0-971002
v1_0_971002
Yukihiro Matsumoto
2019-08-17
version 0.99.4-961224
v0_99_4_961224
Yukihiro Matsumoto