aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Adding a test for initialize_clone and initialize_dup. From Github:tenderlove2012-10-051-0/+11
* * test/ruby/test_settracefunc.rb (test_tracepoint):ko12012-10-041-53/+0
* io.c: improved IO#reopennobu2012-10-031-0/+68
* * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo2012-10-021-0/+50
* * test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika2012-09-301-2/+1
* * string.c (rb_str_concat): use memcpy to copy a string which containsnaruse2012-09-301-0/+6
* envutil.rb: kill child process when timeoutshirosaki2012-09-291-0/+5
* test_unicode_escape.rb: set script encodingshirosaki2012-09-291-5/+2
* * vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo2012-09-291-0/+56
* * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic):shirosaki2012-09-281-1/+5
* test_unicode_escape.rb: fix test for Windowsshirosaki2012-09-281-1/+2
* * vm_method.c (search_method): copy refinement iclasses to searchshugo2012-09-281-0/+18
* io.c: IO#reopen int modenobu2012-09-281-0/+19
* * eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo2012-09-271-1/+57
* * insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko12012-09-261-0/+18
* test_super.rb: super from BEGINnobu2012-09-251-4/+10
* insns.def: super from at_exitnobu2012-09-251-0/+11
* * iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse2012-09-241-0/+5
* use assert_predicate for unary operatornaruse2012-09-241-1/+1
* Feature #7035nobu2012-09-241-0/+6
* array.c, enum.c: TypeError in zipnobu2012-09-192-2/+2
* suppress warningsnaruse2012-09-191-1/+1
* io.c: io_set_read_lengthnobu2012-09-161-0/+49
* test_parse.rb: eval locationsnobu2012-09-151-58/+58
* * test/ruby/test_io.rb (test_advise_pipe): new test to checkkosaki2012-09-091-0/+11
* dir.c: fix recursionnobu2012-09-051-0/+14
* test_dir_m17n.rb: test_glob_incompatiblenobu2012-09-052-5/+7
* test_pstore.rb: fix for timeoutshirosaki2012-09-041-1/+4
* test/ruby/test_file_exhaustive.rb: fix test for HOME-less envsluislavena2012-08-291-1/+6
* adding test coverage for invalid attribute namestenderlove2012-08-271-0/+13
* Fix r36805.naruse2012-08-241-1/+6
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-0/+206
* Added a test for CoW strings.tenderlove2012-08-231-0/+26
* Test for r36803's singleton_class_of.naruse2012-08-231-0/+1
* * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa2012-08-234-0/+20
* load.c: keep encoding of feature namenobu2012-08-231-0/+17
* * insns.def (invokesuper): reverted r36640 partially to make supershugo2012-08-231-6/+19
* * insns.def: search up the cf stack for an object that is an instancetenderlove2012-08-221-0/+12
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-221-0/+218
* * vm_insnhelper.c (vm_setup_method): should not enable tail callshugo2012-08-221-0/+21
* Suppress warningsnaruse2012-08-211-1/+1
* * test_continuation.rb (tracing_with_thread_set_trace_func):ko12012-08-211-1/+1
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-0/+54
* test_module.rb: workaround for ruby-mode.elnobu2012-08-201-1/+1
* object.c: preserve encodingsnobu2012-08-171-0/+24
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-5/+13
* object.c: forbid uninitialized classnobu2012-08-161-0/+2
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-0/+25
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-25/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+25