summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-03-13* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah
2011-03-11* lib/mkmf.rb (find_executable0): should exclude directories.nobu
2011-03-11* test/misc/test_ruby_mode.rb (TestRubyMode): try to run emacs ifnobu
2011-03-10* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki
2011-03-10Fix wrong (and duplicated) test name.naruse
2011-03-10* test/ruby/test_require.rb: setting too long string to ENV causesusa
2011-03-09Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan
2011-03-09 * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika
2011-03-09* misc/ruby-mode.el (ruby-parse-partial): fix indent after aref.nobu
2011-03-09* ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove
2011-03-08* test/misc/test_ruby_mode.rb: test for ruby-mode.el.nobu
2011-03-08* test/rubygems/test_gem_spec_fetcher.rbusa
2011-03-07* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-07 * test/testunit/test_parallel.rbnagachika
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-04 * test/testunit/test_parallel.rbnagachika
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* lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse
2011-03-02* string.c (str_byte_substr): return nil for negative length.nobu
2011-03-02* test/testunit/test_parallel.rb(TestParallel#spawn_runner):sorah
2011-03-01* lib/test/unit/parallel.rb: For Windows.sorah
2011-03-01* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-03-01 * test/date/{test_date.rb,test_date_attr.rb}: [ruby-dev:43280]tadf
2011-03-01Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan
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 * test/testunit/test_rake_integration.rb (test_with_rake_runner):nagachika
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-28* test/testunit/test_parallel.rb: Temporally disable test on Windows.sorah
2011-02-27* test/ruby/test_system.rb (TestSystem#test_system_redirect_win):kosaki
2011-02-26* lib/test/unit.rb, lib/test/unit/parallel.rb: remove trailing spaces.nobu
2011-02-26* lib/test/unit.rb: --jobs-status won't puts over 2 lines.sorah
2011-02-25* ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove
2011-02-24* common.mk: Use $RUNRUBY for worker process.sorah
2011-02-24* test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.sorah
2011-02-23* test/testunit/test_parallel.rb, test/testunit/parallel/*:sorah
2011-02-22* lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah
2011-02-21* ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove
2011-02-21* ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove
2011-02-20* test/ruby/test_system.rb (TestSystem#test_system_at):kosaki
2011-02-19lib/minitest/*.rb: Imported minitest 2.0.2 r6207ryan
2011-02-19Fix tests.naruse
2011-02-18* lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]tenderlove
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