summaryrefslogtreecommitdiff
path: root/spec/ruby/core/basicobject/initialize_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/basicobject/initialize_spec.rb')
0 files changed, 0 insertions, 0 deletions
2. Historically,ocean 2006-02-04* numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean 2005-10-30* ext/readline/readline.c (readline_readline): type check.matz 2005-09-28* class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu 2005-07-22* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz 2005-05-24* numeric.c (fix_pow): support Fixnum ** Float case directlymatz 2005-05-10* numeric.c (flo_plus): small typo fix. [ruby-core:4636]ocean 2005-02-28* exception error messages updated. [ruby-core:04497]matz 2005-01-11* numeric.c (Init_Numeric): turn off floating point exceptionsocean