aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 2009-06-17svn2009-06-161-2/+2
* * test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz2009-06-162-6/+7
* * io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz2009-06-162-3/+9
* * transcode.c (transcode_restartable0): refix can't build with VC9.naruse2009-06-162-9/+18
* Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-06-162-2/+7
* * io.c (fptr_finalize): should close stdin/stdout/stderr whenmatz2009-06-162-2/+9
* avoid signbit() and adjust indentation.tadf2009-06-151-3/+3
* * 2009-06-16svn2009-06-151-2/+2
* * vm_eval.c (rb_call0): refine exception message for hidden objects.akr2009-06-152-2/+9
* * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should returntadf2009-06-152-1/+9
* * io.c (argf_each_line): should return self. [ruby-core:23852]matz2009-06-152-4/+9
* * gc.c (os_obj_of): invoke garbage collection before iteration, tomatz2009-06-152-1/+8
* * .gdbinit (rp, iseq): load dummy_gdb_enums on demand.nobu2009-06-153-5/+11
* * thread.c, vm_eval.c: add Thread.backtrace.ko12009-06-144-0/+44
* * transcode.c (transcode_restartable0): revert last commit becauseko12009-06-142-10/+14
* * file.c (rb_find_file_ext, rb_find_file): canonicalize absolutenobu2009-06-142-4/+6
* * file.c (rb_file_size): added rdoc. a patch from Run Paint Runnobu2009-06-142-0/+15
* * complex.c (nucomp_fdiv): use fdiv recursively.tadf2009-06-133-41/+44
* * enc/trans/utf8_mac.trans: remove wrong optimization.naruse2009-06-132-9/+4
* * transcode.c (transcode_restartable0): can't build with VC9.naruse2009-06-132-9/+14
* * 2009-06-14svn2009-06-131-2/+2
* * rational.c (nurat_to_f): use fdiv.tadf2009-06-132-81/+7
* Fix rdoc.naruse2009-06-131-5/+5
* * load.c (load_lock): show backtrace at circular require.nobu2009-06-132-2/+7
* * load.c (rb_provide): assumes us-ascii only.nobu2009-06-132-2/+4
* * load.c (rb_require_safe): FilePathValue() implies rb_str_new4().nobu2009-06-132-3/+4