summaryrefslogtreecommitdiff
path: root/lib/complex.rb
AgeCommit message (Expand)Author
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