aboutsummaryrefslogtreecommitdiffstats
path: root/lib/complex.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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 revisionv1_0_r2matz1998-01-161-0/+490