aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2009-06-21svn2009-06-201-2/+2
* rdoc update.akr2009-06-201-1/+1
* rdoc update.akr2009-06-201-1/+1
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-204-169/+64
* * complex.c: edited rdoc.tadf2009-06-203-2/+22
* * complex.c: edited rdoc.tadf2009-06-194-81/+86
* * lib/monitor.rb (MonitorMixin::extend_object): should usematz2009-06-192-6/+12
* * complex.c: edited rdoc.tadf2009-06-196-28/+44
* * complex.c; edited rdoc.tadf2009-06-193-45/+46
* * rational.c (nurat_abs); removed.tadf2009-06-192-25/+4
* * 2009-06-20svn2009-06-191-2/+2
* * complex.c: added rdoc.tadf2009-06-192-0/+263
* * numeric.c: edited rdoc.tadf2009-06-192-18/+33
* * rational.c; edited rdoc.tadf2009-06-192-1/+14
* due to conflicttadf2009-06-193-223/+277
* * encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]matz2009-06-192-2/+4
* * complex.c: constant COMPLEX_NAME has been removed.tadf2009-06-193-11/+9
* * rational.c: added rdoc. a patch from Run Paint Run Run.tadf2009-06-192-2/+666
* * numeric.c (flo_cmp): should always return nil for NaN.matz2009-06-192-0/+13
* * numeric.c (*_numerator,*_denominator): moved to rational.c.tadf2009-06-193-53/+66
* * bignum.c (big_lshift, big_rshift): return Bignum always withoutnobu2009-06-182-22/+27
* * 2009-06-19svn2009-06-181-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz2009-06-182-1/+6
* don't use /tmp as example socket path.akr2009-06-182-16/+16
* * rational.c (nurat_s_convert): calls to_r when the given argumenttadf2009-06-185-6/+25
* removed an extra space.tadf2009-06-181-1/+1
* * numeric.c ( num_numerator, num_denominator): usetadf2009-06-182-2/+9
* oops. bumpryan2009-06-181-1/+1
* Imported minitest 1.4.0 r5083.ryan2009-06-185-24/+49
* * numeric.c (flo_cmp): Infinity is greater than any bignummatz2009-06-174-1/+25
* * file.c (file_expand_path): drive letter is ascii only.nobu2009-06-172-0/+6
* * configure.in (ridir, RI_BASE_NAME): fixed for path expansion.nobu2009-06-173-3/+9
* * rational.c (nurat_coerce): accepts Complex when the imag istadf2009-06-172-0/+9
* * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf2009-06-175-47/+91
* * load.c (rb_mod_autoload): ditto. [ruby-core:23835]matz2009-06-171-0/+2
* * load.c (rb_f_require): RDoc updated. a patch from Run Paint Runmatz2009-06-172-5/+10
* * sample/test.rb (valid_syntax?): should not capture BOM.nobu2009-06-172-2/+2
* * sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu2009-06-173-5/+13
* * ext/strscan/strscan.c (Init_strscan): remove obsoletematz2009-06-173-14/+6
* * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() onmatz2009-06-172-1/+18
* * ext/objspace: added. objspace library extends some methods toko12009-06-163-0/+563
* * complex.c (nucomp_coerce): accepts Complex instances.tadf2009-06-165-0/+25
* * lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse2009-06-162-1/+6
* * array.c (rb_ary_memsize): added.ko12009-06-167-0/+113
* * iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako12009-06-163-85/+196
* * st.c, include/ruby/st.h (st_memsize): added. This function returnsko12009-06-163-0/+17
* fix indent.ko12009-06-161-1/+1
* * include/ruby/ruby.h: New structure RTypedData, added.ko12009-06-163-2/+103
* * gc.c: fix indent.ko12009-06-162-21/+25
* * gc.c (rb_objspace_each_objects): New C API, added.ko12009-06-162-12/+94