| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * rational.c (nurat_s_convert): calls to_r when the given argument | tadf | 2009-06-18 | 1 | -0/+10 |
| * | removed an extra space. | tadf | 2009-06-18 | 1 | -1/+1 |
| * | * numeric.c ( num_numerator, num_denominator): use | tadf | 2009-06-18 | 1 | -0/+5 |
| * | Imported minitest 1.4.0 r5083. | ryan | 2009-06-18 | 1 | -0/+5 |
| * | * numeric.c (flo_cmp): Infinity is greater than any bignum | matz | 2009-06-17 | 1 | -0/+7 |
| * | * file.c (file_expand_path): drive letter is ascii only. | nobu | 2009-06-17 | 1 | -0/+5 |
| * | * configure.in (ridir, RI_BASE_NAME): fixed for path expansion. | nobu | 2009-06-17 | 1 | -0/+5 |
| * | * rational.c (nurat_coerce): accepts Complex when the imag is | tadf | 2009-06-17 | 1 | -0/+5 |
| * | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf | 2009-06-17 | 1 | -0/+11 |
| * | * load.c (rb_mod_autoload): ditto. [ruby-core:23835] | matz | 2009-06-17 | 1 | -0/+2 |
| * | * load.c (rb_f_require): RDoc updated. a patch from Run Paint Run | matz | 2009-06-17 | 1 | -0/+5 |
| * | * sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666] | nobu | 2009-06-17 | 1 | -0/+6 |
| * | * ext/strscan/strscan.c (Init_strscan): remove obsolete | matz | 2009-06-17 | 1 | -0/+5 |
| * | * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on | matz | 2009-06-17 | 1 | -0/+8 |
| * | * ext/objspace: added. objspace library extends some methods to | ko1 | 2009-06-16 | 1 | -0/+5 |
| * | * complex.c (nucomp_coerce): accepts Complex instances. | tadf | 2009-06-16 | 1 | -0/+7 |
| * | * lib/webrick/httputils.rb (parse_form_data): escape boundary of | naruse | 2009-06-16 | 1 | -0/+5 |
| * | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+14 |
| * | * iseq.c (iseq_memsize): added. Use RTypedData instead of RData | ko1 | 2009-06-16 | 1 | -0/+8 |
| * | * st.c, include/ruby/st.h (st_memsize): added. This function returns | ko1 | 2009-06-16 | 1 | -0/+5 |
| * | * include/ruby/ruby.h: New structure RTypedData, added. | ko1 | 2009-06-16 | 1 | -0/+17 |
| * | * gc.c: fix indent. | ko1 | 2009-06-16 | 1 | -0/+4 |
| * | * gc.c (rb_objspace_each_objects): New C API, added. | ko1 | 2009-06-16 | 1 | -0/+4 |
| * | * test/ruby/test_argf.rb (TestArgf#test_skip): updated test | matz | 2009-06-16 | 1 | -0/+5 |
| * | * io.c (fptr_finalize): revert last change. [ruby-dev:38648] | matz | 2009-06-16 | 1 | -0/+6 |
| * | * transcode.c (transcode_restartable0): refix can't build with VC9. | naruse | 2009-06-16 | 1 | -0/+4 |
| * | Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-06-16 | 1 | -0/+5 |
| * | * io.c (fptr_finalize): should close stdin/stdout/stderr when | matz | 2009-06-16 | 1 | -0/+7 |
| * | * vm_eval.c (rb_call0): refine exception message for hidden objects. | akr | 2009-06-15 | 1 | -0/+4 |
| * | * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should return | tadf | 2009-06-15 | 1 | -0/+5 |
| * | * io.c (argf_each_line): should return self. [ruby-core:23852] | matz | 2009-06-15 | 1 | -0/+6 |
| * | * gc.c (os_obj_of): invoke garbage collection before iteration, to | matz | 2009-06-15 | 1 | -0/+5 |
| * | * .gdbinit (rp, iseq): load dummy_gdb_enums on demand. | nobu | 2009-06-15 | 1 | -0/+5 |
| * | * thread.c, vm_eval.c: add Thread.backtrace. | ko1 | 2009-06-14 | 1 | -0/+6 |
| * | * transcode.c (transcode_restartable0): revert last commit because | ko1 | 2009-06-14 | 1 | -0/+5 |
| * | * file.c (rb_find_file_ext, rb_find_file): canonicalize absolute | nobu | 2009-06-14 | 1 | -1/+4 |
| * | * file.c (rb_file_size): added rdoc. a patch from Run Paint Run | nobu | 2009-06-14 | 1 | -0/+5 |
| * | * complex.c (nucomp_fdiv): use fdiv recursively. | tadf | 2009-06-13 | 1 | -0/+6 |
| * | * enc/trans/utf8_mac.trans: remove wrong optimization. | naruse | 2009-06-13 | 1 | -0/+4 |
| * | * transcode.c (transcode_restartable0): can't build with VC9. | naruse | 2009-06-13 | 1 | -0/+4 |
| * | * rational.c (nurat_to_f): use fdiv. | tadf | 2009-06-13 | 1 | -0/+4 |
| * | * load.c (load_lock): show backtrace at circular require. | nobu | 2009-06-13 | 1 | -1/+3 |
| * | * load.c (rb_provide): assumes us-ascii only. | nobu | 2009-06-13 | 1 | -1/+3 |
| * | * load.c (rb_require_safe): FilePathValue() implies rb_str_new4(). | nobu | 2009-06-13 | 1 | -1/+3 |
| * | * load.c (rb_mod_autoload): try conversion to path like as | nobu | 2009-06-13 | 1 | -0/+5 |
| * | * marshal.c (r_ivar): should not set internal encoding ivar as an | nobu | 2009-06-13 | 1 | -0/+5 |
| * | * vm_eval.c (rb_f_local_variables): now returns symbols. a patch from | nobu | 2009-06-12 | 1 | -0/+5 |
| * | * vm_eval.c (rb_f_catch): updated rdoc about generalized argument, | nobu | 2009-06-12 | 1 | -0/+5 |
| * | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is | nobu | 2009-06-12 | 1 | -0/+5 |
| * | * vm_eval.c (rb_f_throw): fixed rdoc about execption. | nobu | 2009-06-12 | 1 | -0/+5 |