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
/
complex.rb
Age
Commit 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 wrongly
matz
2003-07-25
remove debug message
matz
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-24
Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)
dave
2003-04-23
* lib/cgi.rb (CGI::QueryExtension::[]): always return Value
matz
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 type
matz
2003-02-04
Added RDoc comments. See comments at EOF for remaining issues.
gsinclair
2002-05-30
* range.c (range_step): iteration done using "+" if elements are
matz
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 clone
matz
2001-10-16
* string.c (rb_str_index): wrong increment for non alphanumeric
matz
2000-08-07
matz
matz
2000-07-18
matz
matz
2000-01-17
2000-01-17
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 0.99.4-961224
v0_99_4_961224
Yukihiro Matsumoto