aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+13
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+7
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-123-4/+4
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc): ensure to usenobu2011-02-111-6/+10
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_scan):nobu2011-02-111-1/+1
* * eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu2011-02-111-1/+10
* * test/ruby/test_transcode.rb (test_from_cp50221): fix wrongnobu2011-02-111-1/+2
* * test/ruby: uniquify test names.nobu2011-02-112-7/+7
* * configure.in (rubygems): add --disable-rubygems option.nobu2011-02-111-1/+1
* TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse2011-02-071-0/+3
* Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain2011-02-061-0/+15
* Surpress warnings: possibly useless use of :: in void contextnaruse2011-02-051-2/+2
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-051-0/+25
* * parse.y (lex_getline, parser_set_encode): set encoding of linesnobu2011-02-041-0/+59
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-021-0/+6
* * test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa2011-02-011-1/+1
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-301-0/+6
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-301-0/+12
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-301-11/+17
* * hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu2011-01-301-2/+8
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-301-0/+12
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-0/+1
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-0/+15
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-0/+4
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-0/+4
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-282-0/+36
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-0/+14
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-281-2/+2