summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-10-07* test/-ext-/debug/test_profile_frames.rb: rename class C toko1
2013-10-07* ext/-test-/debug/profile_frames.c:ko1
2013-10-07Increase open_timeout [Bug #8986]naruse
2013-10-07test_io.rb: get rid of error messagenobu
2013-10-06test_tempfile.rb: fix test on Windowsnobu
2013-10-06test_old_thread_select.rb: ignore short wait on Windowsnobu
2013-10-06test_sleep.rb: get rid of failure on Windowsnobu
2013-10-06test_thread.rb: ignore meaningless testnobu
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-10-04gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm1
2013-10-04csv.rb: foreach enumeratornobu
2013-10-03test_io.rb: fix typonobu
2013-10-02test_io.rb: add testnobu
2013-10-02io.c: get rid of race conditionnobu
2013-10-01tempfile.rb: undefine finalizer on unlinknobu
2013-10-01file.c: export rb_stat_newnobu
2013-10-01test_config.rb: fix library pathnobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-10-01test_regexp.rb, test_string.rb: use assert_separatelynobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-09-30* ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko1
2013-09-30* vm_method.c (rb_undef): raise a NameError if the original methodshugo
2013-09-29parse.y: allow junk attrsetnobu
2013-09-29parse.y: fix inconsistency with literalsnobu
2013-09-29* vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj
2013-09-28math.c: fix for Bignum argumentnobu
2013-09-28* test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki
2013-09-27* gc.c: add two GC tuning environment variables.ko1
2013-09-26* insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah
2013-09-26* insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome
2013-09-25test_command_processor.rb: fix for mswin/mingw and test for directorynobu
2013-09-25* test/rdoc/test_rdoc_generator_darkfish.rb: add a guard for windows.ko1
2013-09-25* lib/rubygems: Fix CVE-2013-4363. Miscellaneous minor improvements.drbrain
2013-09-24encdb.c, encoding.c: make BOM-encodings dummynobu
2013-09-24test_encodings.rb: remove BOM encodingsnobu
2013-09-24string/test_ellipsize.rb: remove non-sense testsnobu
2013-09-23test_transcode.rb: base encodingnobu
2013-09-23encdb.c, utf_16_32.h: Unicode with BOMnobu
2013-09-23test_module.rb: toplevel includenobu
2013-09-23test_module.rb: use assertions for messagesnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-09-20ext/-test-/symbol: move upwardnobu
2013-09-19test_lambda.rb: fix messagesnobu
2013-09-19parse.y: adjust position of lambdanobu
2013-09-19vsnprintf.c: initialize cpnobu
2013-09-19* remove trailing spaces, append newline at EOF.nobu
2013-09-19* include/ruby/ruby.h: make Symbol objects frozen.ko1
2013-09-18* lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain
2013-09-18* lib/rubygems: Update to RubyGems 2.2.0.preview.1drbrain
2013-09-18* string.c (rb_str_enumerate_lines): make String#each_line andglass