summaryrefslogtreecommitdiffstats
path: root/lib/complex.rb
Commit message (Expand)AuthorAgeFilesLines
* warn only when $VERBOSE.tadf2009-08-161-1/+1
* * lib/complex.rb, lib/rational.rb: added warning messages.tadf2009-08-161-0/+2
* * complex.c: edited rdoc.tadf2009-06-191-0/+2
* * lib/complex.rb: provides some obsolate methods.tadf2008-09-201-0/+6
* * complex.c: an instance method image has been removed andtadf2008-09-201-0/+6
* * complex.c: uses f_(in)?exact_p macro.tadf2008-09-191-2/+4
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-221-0/+6
* * lib/complex.rb: remove Math first before overwriting by CMath.matz2008-04-081-0/+1
* lib/complex.rb depends lib/cmath.rb.tadf2008-04-051-224/+0
* * lib/cmath.rb: new.tadf2008-04-051-0/+6
* revert git backfire in r15860; sorrymatz2008-03-301-32/+0
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-301-0/+32
* * complex.c (f_lcm): removed.tadf2008-03-271-32/+0
* both complex and rational are now builtin classes.tadf2008-03-161-517/+103
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-121-3/+38
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268]keiju2007-11-261-0/+3
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-2/+2
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-0/+4
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-7/+2
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-69/+63
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-5/+5
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-82/+112
* remove debug messagematz2003-07-251-1/+0
* * variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz2003-07-221-6/+10
* * eval.c (rb_clear_cache_by_class): check both klass and origin.matz2003-07-171-9/+7
* Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave2003-04-241-4/+8
* * lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz2003-04-231-2/+2
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-231-7/+7
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-061-2/+1
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-02-041-37/+148
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-301-1/+2
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-1/+3
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-13/+0
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-1/+1
* matzmatz2000-08-071-6/+6
* matzmatz2000-07-181-2/+0
* 2000-01-17matz2000-01-171-13/+19
* 1.4.0matz1999-08-131-8/+10
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-4/+10
* Initial revisionmatz1998-01-161-0/+490