aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* test_io.rb: get rid of error messagenobu2013-10-071-1/+1
* test_tempfile.rb: fix test on Windowsnobu2013-10-061-0/+1
* test_old_thread_select.rb: ignore short wait on Windowsnobu2013-10-061-1/+2
* test_sleep.rb: get rid of failure on Windowsnobu2013-10-061-2/+9
* test_thread.rb: ignore meaningless testnobu2013-10-061-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-0/+27
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-0/+7
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* test_io.rb: fix typonobu2013-10-031-1/+1
* test_io.rb: add testnobu2013-10-021-0/+11
* io.c: get rid of race conditionnobu2013-10-021-0/+13
* tempfile.rb: undefine finalizer on unlinknobu2013-10-011-0/+14
* file.c: export rb_stat_newnobu2013-10-011-0/+14
* test_config.rb: fix library pathnobu2013-10-011-1/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-8/+8
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-012-4/+4
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-0/+2
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-1/+34
* * vm_method.c (rb_undef): raise a NameError if the original methodshugo2013-09-301-0/+44
* parse.y: allow junk attrsetnobu2013-09-291-5/+6
* parse.y: fix inconsistency with literalsnobu2013-09-291-0/+13
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-291-0/+19
* math.c: fix for Bignum argumentnobu2013-09-281-0/+3
* * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki2013-09-282-0/+6
* * gc.c: add two GC tuning environment variables.ko12013-09-271-2/+12
* * insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah2013-09-261-0/+12
* * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome2013-09-261-0/+12
* test_command_processor.rb: fix for mswin/mingw and test for directorynobu2013-09-251-5/+25
* * test/rdoc/test_rdoc_generator_darkfish.rb: add a guard for windows.ko12013-09-251-2/+7
* * lib/rubygems: Fix CVE-2013-4363. Miscellaneous minor improvements.drbrain2013-09-253-15/+36
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-242-2/+0
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* string/test_ellipsize.rb: remove non-sense testsnobu2013-09-241-0/+1
* test_transcode.rb: base encodingnobu2013-09-231-0/+1
* encdb.c, utf_16_32.h: Unicode with BOMnobu2013-09-231-0/+7
* test_module.rb: toplevel includenobu2013-09-231-0/+10
* test_module.rb: use assertions for messagesnobu2013-09-231-12/+13
* parse.y: junk sigil only namesnobu2013-09-203-0/+106
* ext/-test-/symbol: move upwardnobu2013-09-201-1/+1
* test_lambda.rb: fix messagesnobu2013-09-191-2/+2
* parse.y: adjust position of lambdanobu2013-09-191-0/+24
* vsnprintf.c: initialize cpnobu2013-09-191-0/+138
* * remove trailing spaces, append newline at EOF.nobu2013-09-192-6/+6
* * include/ruby/ruby.h: make Symbol objects frozen.ko12013-09-192-1/+9
* * lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain2013-09-1842-453/+1743
* * lib/rubygems: Update to RubyGems 2.2.0.preview.1drbrain2013-09-1810-81/+409
* * string.c (rb_str_enumerate_lines): make String#each_line andglass2013-09-181-5/+0
* command-processor.rb: return executable file onlynobu2013-09-171-0/+45
* Revert r42938 "* lib/rubygems: Update to RubyGems 2.1.3"naruse2013-09-1445-1154/+2015