summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-14* lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2013-01-13* ext/bigdecimal/bigdecimal.c (BigDecimal_sub):mrkn
2013-01-12* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove
2013-01-11* ext/win32ole/win32ole.c (ole_set_byref): support VT_UI8|VT_BYREF,suke
2013-01-11* test/io/wait/test_io_wait.rb (TestIOWait#test_wait_writable_timeout): giveusa
2013-01-11* insns.def (defineclass): private constants should not be accessedshugo
2013-01-10* vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove
2013-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove
2013-01-09test_flip.rb: flip-flop shared by threadsnobu
2013-01-09Add RUBYOPT=>nil to avoid false negativenaruse
2013-01-09* test/ruby/test_require.rb: improve test for r38744.glass
2013-01-09* load.c (load_lock): fix not to delete thread shield twice.glass
2013-01-08vm_core.h: flip_cnt in rb_iseq_tnobu
2013-01-07* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal):mrkn
2013-01-07* vm_method.c (Init_eval_method): main.public and main.privateshugo
2013-01-07* eval.c (Init_eval): main.include should be private.shugo
2013-01-07* eval.c (Init_eval): enable Refinements by default.shugo
2013-01-07test_syntax.rb: assert_not_labelnobu
2013-01-07parse.y: bare kwrest_marknobu
2013-01-07parse.y: duplicated kwrest namenobu
2013-01-07envutil.rb: assert_syntax_errornobu
2013-01-07envutil.rb: optional fnamenobu
2013-01-07* vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko1
2013-01-07vm_insnhelper.c: keyrest should not overwrite rest argnobu
2013-01-05Suppress warningsnaruse
2013-01-05* string.c (rb_str_enumerate_lines): fix invalid byte sequence errorglass
2013-01-05envutil.rb: check stdout and stderrnobu
2013-01-04* lib/rubygems/commands/cleanup_command.rb: Clean all possible gemsdrbrain
2013-01-04* lib/rubygems/doctor.rb: Process directories in order in case thedrbrain
2013-01-04* lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDocdrbrain
2013-01-01test_tmpdir.rb: remove tmpdirnobu
2012-12-31* test/ruby/test_backtrace.rb: Add test for r37957 [Feature #7434]zzak
2012-12-30parse.y: escaped closing parenthsisnobu
2012-12-30* test/ruby/test_keyword.rb: add a test for passing hashktsj
2012-12-30* vm_insnhelper.c: set keyword hash on Proc/block calls.ktsj
2012-12-29object.c: singleton class clonenobu
2012-12-29* test/ruby/test_class.rb (test_cannot_reinitialize_class_with_initialize_copy),nobu
2012-12-28vm_insnhelper.c: no splat single opt argnobu
2012-12-28* proc.c (method_eq): fix the documentation to refer to owner.shugo
2012-12-27* variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse
2012-12-27* lib/csv.rb: Added more Hash methods to CSV::Row.jeg2
2012-12-27* ext/stringio/stringio.c (strio_getline): fix not to raise TypeErrorglass
2012-12-27* ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeErrorglass
2012-12-26Add opts to prevent generating core filenaruse
2012-12-25test_rubyoptions.rb: ARGFnobu