summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu
2011-03-24* vm_insnhelper.c (vm_get_ev_const): should not autoload innobu
2011-03-24* variable.c (rb_const_defined_0): fix autoloading base.nobu
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu
2011-03-22* numeric.c (flo_round): fix inaccurate results.nobu
2011-03-19* hash.c (ruby_setenv): calculate total env block size for win32.arton
2011-03-14 * test/ruby/test_require.rb (test_require_too_long_filename):nagachika
2011-03-10* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki
2011-03-10* test/ruby/test_require.rb: setting too long string to ENV causesusa
2011-03-09 * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05* test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki
2011-03-04* io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki
2011-03-03* process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa
2011-03-03* test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa
2011-03-02* string.c (str_byte_substr): return nil for negative length.nobu
2011-03-01* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-03-01* string.c (rb_str_byteslice): the resulted encoding should keepnaruse
2011-03-01* string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse
2011-02-28* win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki
2011-02-28* string.c (tr_trans): when the hash for multibyte repl is empty,naruse
2011-02-27* test/ruby/test_system.rb (TestSystem#test_system_redirect_win):kosaki
2011-02-20* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-02-17 * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika
2011-02-16* eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki
2011-02-15Add a test for the encoding of str_aset. [ruby-core:35142]naruse
2011-02-15* array.c (array_join): copy the encoding of the first element asnaruse
2011-02-15* array.c (inspect_ary): don't taint the inspected result of anaruse
2011-02-15* encoding.c (rb_enc_compatible): change the rule for empty strings:naruse
2011-02-15* string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse
2011-02-15* test/ruby/test_system.rb (TestSystem#test_system_at): use findstrusa
2011-02-14* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-02-14* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-02-12* lib/test/unit.rb (assert_include): add alias.nobu
2011-02-11* test/ruby/test_settracefunc.rb (TestSetTraceFunc): ensure to usenobu
2011-02-11* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_scan):nobu
2011-02-11* eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu
2011-02-11* test/ruby/test_transcode.rb (test_from_cp50221): fix wrongnobu
2011-02-11* test/ruby: uniquify test names.nobu
2011-02-11* configure.in (rubygems): add --disable-rubygems option.nobu
2011-02-07TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse
2011-02-06Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain
2011-02-05Surpress warnings: possibly useless use of :: in void contextnaruse
2011-02-05* load.c (rb_get_expanded_load_path): always expand load paths.nobu
2011-02-04* parse.y (lex_getline, parser_set_encode): set encoding of linesnobu
2011-02-02* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove
2011-02-01* test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa
2011-01-30Add ML Reference and a test for r30736 [ruby-core:34997]naruse