aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu2010-11-052-2/+2
* * process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu2010-11-042-0/+25
* * io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu2010-11-041-0/+20
* * cont.c (rb_fiber_resume): raise an "double resume" error when rootmame2010-11-031-0/+8
* * string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu2010-11-031-0/+10
* * util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu2010-10-301-1/+8
* * string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu2010-10-281-0/+15
* * gc.c (GC.stat): added. [ruby-dev:38607]ko12010-10-271-0/+12
* * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa2010-10-272-8/+8
* * ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previoususa2010-10-271-2/+2
* * test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa2010-10-272-7/+41
* * object.c (Init_Object), constant.h, variable.cmame2010-10-261-0/+20
* * test/ruby/test_array.rb (test_rotate!): fix expected message.nobu2010-10-251-1/+1
* * vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu2010-10-241-0/+4
* * vm.c (vm_define_method): defined method is run with the defaultnobu2010-10-241-1/+0
* * test/ruby/test_rubyoptions.rb (test_segv_test): follow up thenobu2010-10-231-2/+2
* * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu2010-10-202-454/+600
* * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse2010-10-201-2/+4
* * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse2010-10-201-2/+7
* * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse2010-10-191-0/+2
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-2/+4
* * vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu2010-10-191-0/+2
* * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu2010-10-181-0/+8
* Revert r29527. [ruby-dev:42419]naruse2010-10-181-6/+2
* * pack.c (pack_pack): Add native size option ! to q and Q.naruse2010-10-181-2/+6
* Fix wrong test.naruse2010-10-181-1/+1
* * sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse2010-10-181-0/+7
* * class.c (rb_define_{class,module}_id_under): register to benobu2010-10-171-0/+4
* Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse2010-10-152-9/+7
* * sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse2010-10-152-7/+9
* * pack.c (pack_pack): fix more than one modifiers appear in thenaruse2010-10-151-0/+2
* * pack.c (pack_pack): support endian modifiers: < and >.naruse2010-10-141-61/+74
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-132-4/+17
* move a non-combinational test.akr2010-10-132-3/+5
* Fix style for ruby-mode.el.naruse2010-10-131-4/+4
* Clean warnings.naruse2010-10-121-2/+9
* Fix test; escape a backslash.naruse2010-10-121-1/+1
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-121-0/+3
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-121-0/+24
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-121-0/+10
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-121-0/+1
* * error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse2010-10-111-0/+4
* * thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu2010-10-091-0/+12
* * io.c (fptr_finalize): write_mutex might have been destroyednobu2010-10-061-0/+29
* * parse.y (regexp): dregexp has literal string only at the headnobu2010-10-041-0/+2
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-0/+1
* * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei2010-09-291-10/+14
* * string.c (sym_call), vm.c (invoke_block_from_c),nobu2010-09-241-0/+18
* * vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu2010-09-231-0/+15
* * dir.c (bracket): get rid of scanning at the end of the patternnobu2010-09-201-0/+11