summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-20 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19* lib/monitor.rb (MonitorMixin::extend_object): should usematz
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c; edited rdoc.tadf
2009-06-19 * rational.c (nurat_abs); removed.tadf
2009-06-19* 2009-06-20svn
2009-06-19 * complex.c: added rdoc.tadf
2009-06-19 * numeric.c: edited rdoc.tadf
2009-06-19 * rational.c; edited rdoc.tadf
2009-06-19due to conflicttadf
2009-06-19* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]matz
2009-06-19 * complex.c: constant COMPLEX_NAME has been removed.tadf
2009-06-19 * rational.c: added rdoc. a patch from Run Paint Run Run.tadf
2009-06-19* numeric.c (flo_cmp): should always return nil for NaN.matz
2009-06-19 * numeric.c (*_numerator,*_denominator): moved to rational.c.tadf
2009-06-18* bignum.c (big_lshift, big_rshift): return Bignum always withoutnobu
2009-06-18* 2009-06-19svn
2009-06-18* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz
2009-06-18don't use /tmp as example socket path.akr
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-18removed an extra space.tadf
2009-06-18 * numeric.c ( num_numerator, num_denominator): usetadf
2009-06-18oops. bumpryan
2009-06-18Imported minitest 1.4.0 r5083.ryan
2009-06-17* numeric.c (flo_cmp): Infinity is greater than any bignummatz
2009-06-17* file.c (file_expand_path): drive letter is ascii only.nobu
2009-06-17* configure.in (ridir, RI_BASE_NAME): fixed for path expansion.nobu
2009-06-17 * rational.c (nurat_coerce): accepts Complex when the imag istadf
2009-06-17 * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf
2009-06-17* load.c (rb_mod_autoload): ditto. [ruby-core:23835]matz
2009-06-17* load.c (rb_f_require): RDoc updated. a patch from Run Paint Runmatz
2009-06-17* sample/test.rb (valid_syntax?): should not capture BOM.nobu
2009-06-17* sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2009-06-17* thread.c (ruby_thread_stack_overflow): call rb_exc_raise() onmatz
2009-06-16* ext/objspace: added. objspace library extends some methods toko1
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-16* lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-06-16* iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako1
2009-06-16* st.c, include/ruby/st.h (st_memsize): added. This function returnsko1
2009-06-16fix indent.ko1
2009-06-16* include/ruby/ruby.h: New structure RTypedData, added.ko1
2009-06-16* gc.c: fix indent.ko1
2009-06-16* gc.c (rb_objspace_each_objects): New C API, added.ko1
2009-06-16* 2009-06-17svn
2009-06-16* test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz
2009-06-16* io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz
2009-06-16* transcode.c (transcode_restartable0): refix can't build with VC9.naruse