summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-12* ext/json: merge JSON 1.7.5.naruse
2012-12-12Suppress warning: too long pathnaruse
2012-12-12* class.c (rb_prepend_module): move refined methods from the originshugo
2012-12-12test_rdoc_rdoc.rb: use File::NULLnobu
2012-12-12* lib/rdoc/class_module.rb: Added RDoc::ClassModule#documented? whichdrbrain
2012-12-12vm_insnhelper.c: no warnings for non-objectnobu
2012-12-12Specify rlimits_core to prevent making core filenaruse
2012-12-11* iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon
2012-12-11vm.c: pass exceptions while handling an exceptionnobu
2012-12-11Experimentally recommit of r38041: specify smaller max lengthnaruse
2012-12-11* eval.c (rb_using_refinement): make the method table of an iclassshugo
2012-12-11* test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call u...ngoto
2012-12-11* ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto
2012-12-11fix a typokazu
2012-12-11* ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to...ngoto
2012-12-11* lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain
2012-12-11test_settracefunc.rb: envutilnobu
2012-12-11Experimentally revert r38041naruse
2012-12-10* fix the behavior when a module is included into a refinement.shugo
2012-12-10* vm_method.c (rb_method_entry_without_refinements): useshugo
2012-12-10vm_trace.c: exceptions in event hooksnobu
2012-12-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-10test_gem_rdoc.rb: shut up skipping warningsnobu
2012-12-10* lib/rubygems/ext/cmake_builder.rb: Added a builder for cmake.drbrain
2012-12-10* lib/rubygems/package.rb: Omit directories when packaging gems likedrbrain
2012-12-09envutil.rb: kill childnobu
2012-12-09* vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo
2012-12-08* lib/rdoc/markdown/entities.rb: Added documentation.drbrain
2012-12-08* eval.c: remove Module#refinements.shugo
2012-12-08* eval.c (top_using): raise a RuntimeError if using is called in ashugo
2012-12-08* lib/rubygems/commands/cleanup_command.rb: Skip default gems whendrbrain
2012-12-08* vm_insnhelper.c (vm_search_normal_superclass): super in ashugo
2012-12-08* eval.c (rb_mod_refine): raise an ArgumentError if a givenshugo
2012-12-08* eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):shugo
2012-12-08* ext/objspace/objspace.c (iow_size): return size of internal objectko1
2012-12-07* lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg2
2012-12-07* vm_eval.c (yield_under, eval_under): do not activate refinementsshugo
2012-12-07Revert r38216 and r38221. Release manager mark this feature as "next minor".kosaki
2012-12-07* lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain
2012-12-07timeout.rb: replace deferred exception after async_interrupt_timingnobu
2012-12-07* test/ruby/test_refinement.rb: suppress warning.nobu
2012-12-07test: remove or replace trailing spacesnobu
2012-12-07Use more portable value for ENV['TZ']naruse
2012-12-07* time.c (time_mdump): dump timezone string to private instance variablenaruse
2012-12-07Add freebsd to force_tz_testnaruse
2012-12-07Canada/Newfoundland was renamed to America/St_Johnsnaruse
2012-12-06* test/ruby/test_refinement.rb: fix some tests to use neithershugo
2012-12-06* eval.c (ruby_Init_refinement): a new function to enableshugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-06parse.y: flush string contentnobu