aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu2011-05-071-2/+2
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki2011-05-051-19/+39
* * eval.c (frame_func_id): __method__ return different name fromnagachika2011-05-051-0/+26
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+31
* * test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu2011-04-261-0/+1
* use skiptadf2011-04-262-3/+3
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-262-0/+13
* * random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn2011-04-241-2/+16
* * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton2011-04-181-0/+1
* * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa2011-04-181-3/+3
* * numeric.c (ruby_float_step): wrong loop condition.usa2011-04-141-0/+9
* * variable.c (rb_autoload_p): search superclasses as same as actualnobu2011-04-141-0/+18
* * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki2011-04-111-0/+39
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-311-0/+19
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-311-11/+39
* * eval.c (rb_mod_s_constants): should ignore crefs withshugo2011-03-311-0/+5
* * vm_insnhelper.h (COPY_CREF): should copyshugo2011-03-302-14/+35
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-252-18/+16
* * test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu2011-03-241-0/+5
* * vm_insnhelper.c (vm_get_ev_const): should not autoload innobu2011-03-241-0/+11
* * variable.c (rb_const_defined_0): fix autoloading base.nobu2011-03-241-0/+18
* * test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu2011-03-241-3/+3
* * numeric.c (flo_round): fix inaccurate results.nobu2011-03-221-0/+2
* * hash.c (ruby_setenv): calculate total env block size for win32.arton2011-03-191-0/+12
* * test/ruby/test_require.rb (test_require_too_long_filename):nagachika2011-03-141-3/+3
* * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki2011-03-101-0/+1
* * test/ruby/test_require.rb: setting too long string to ENV causesusa2011-03-101-3/+3
* * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika2011-03-091-1/+1
* cancel subversion backfire. sorrymatz2011-03-075-24/+90
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-075-90/+24
* * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki2011-03-051-28/+27
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-041-0/+34
* * process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa2011-03-031-1/+1
* * test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa2011-03-031-6/+10
* * string.c (str_byte_substr): return nil for negative length.nobu2011-03-021-0/+1
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-03-011-16/+1
* * string.c (rb_str_byteslice): the resulted encoding should keepnaruse2011-03-011-17/+19
* * string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse2011-03-011-0/+29
* * win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki2011-02-281-5/+4
* * string.c (tr_trans): when the hash for multibyte repl is empty,naruse2011-02-281-0/+1
* * test/ruby/test_system.rb (TestSystem#test_system_redirect_win):kosaki2011-02-271-0/+12
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-201-6/+24
* * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika2011-02-171-1/+1
* * eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki2011-02-161-1/+22
* Add a test for the encoding of str_aset. [ruby-core:35142]naruse2011-02-151-0/+4
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-151-0/+7
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-151-8/+0
* * encoding.c (rb_enc_compatible): change the rule for empty strings:naruse2011-02-152-14/+9
* * string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse2011-02-151-2/+2
* * test/ruby/test_system.rb (TestSystem#test_system_at): use findstrusa2011-02-151-1/+1