summaryrefslogtreecommitdiff
path: root/lib/complex.rb
AgeCommit message (Expand)Author
2009-08-16warn only when $VERBOSE.tadf
2009-08-16 * lib/complex.rb, lib/rational.rb: added warning messages.tadf
2009-06-19 * complex.c: edited rdoc.tadf
2008-09-20 * lib/complex.rb: provides some obsolate methods.tadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-19 * complex.c: uses f_(in)?exact_p macro.tadf
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-04-08* lib/complex.rb: remove Math first before overwriting by CMath.matz
2008-04-05lib/complex.rb depends lib/cmath.rb.tadf
2008-04-05 * lib/cmath.rb: new.tadf
2008-03-30revert git backfire in r15860; sorrymatz
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-27 * complex.c (f_lcm): removed.tadf
2008-03-16both complex and rational are now builtin classes.tadf
2008-02-12 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-11-26 * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268]keiju
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-25remove debug messagematz
2003-07-22* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz
2003-07-17* eval.c (rb_clear_cache_by_class): check both klass and origin.matz
2003-04-24Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave
2003-04-23* lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz
2003-03-23* io.c (rb_io_fread): may lose data on nonblocking read.matz
2003-02-06* lib/complex.rb (Complex#==): should not raise error by typematz
2003-02-04Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2002-05-30* range.c (range_step): iteration done using "+" if elements arematz
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2000-08-07matzmatz
2000-07-18matzmatz
2000-01-172000-01-17matz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
2019-08-17version 0.99.4-961224v0_99_4_961224Yukihiro Matsumoto