summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-14parse.y: fix line numbernobu
2012-12-14* vm_insnhelper.c (vm_call_super_method): remove volatile introducedshugo
2012-12-14* ChangeLog: fix typo.nobu
2012-12-14envutil.rb: using caller_locationsnobu
2012-12-14envutil.rb: count assertionsnobu
2012-12-14* lib/rdoc/rubygems_hook.rb: Fixed generation of documentation.drbrain
2012-12-14* lib/rubygems/commands/rdoc_command.rb: When overwritingdrbrain
2012-12-14* vm_trace.c (exec_hooks): add volatile to avoid segv.naruse
2012-12-14Use assert_separately to speed up slow testsnaruse
2012-12-14* test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):naruse
2012-12-13* 2012-12-14svn
2012-12-13* ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove
2012-12-13* object.c (Init_Object): no needs to override with same method.nobu
2012-12-13* vm_insnhelper.c (vm_call_super_method): a workaround for theshugo
2012-12-13 * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome
2012-12-13* ChangeLog: fix typo.shugo
2012-12-13* lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain
2012-12-13Use different port from test/xmlrpc/test_cookie.rbnaruse
2012-12-13commit typo: remove file from r38358zzak
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2012-12-13* marshal.c (r_entry0): don't taint classes and modules becauseshugo
2012-12-13* test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa
2012-12-13* file.c (rb_file_join): check encoding compatibility before joiningusa
2012-12-13method transplantingnobu
2012-12-13* method.h (END_OF_ENUMERATION): placeholder to put last comma.nobu
2012-12-13* properties.nobu
2012-12-13* include/ruby/ruby.h (RB_UNUSED_VAR): new macro to suppressshugo
2012-12-13* 2012-12-13svn
2012-12-13* method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko1
2012-12-12tmpdir.rb: not expand tildenobu
2012-12-12* properties.nobu
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-12time.c: st_updatenobu
2012-12-12* configure.in: add -fno-omit-frame-pointer if libexecinfo is used.naruse
2012-12-12test_rdoc_rdoc.rb: use File::NULLnobu
2012-12-12method.h: NOEX_SAFE_SHIFT_OFFSETnobu
2012-12-12proc.c: move misplaced casenobu
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-12vm_insnhelper.c: common codenobu
2012-12-12Specify rlimits_core to prevent making core filenaruse
2012-12-12Experimental fix for r38041naruse
2012-12-11* iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon
2012-12-11Experimental: don't use $.*s of fprintfnaruse
2012-12-11vm.c: pass exceptions while handling an exceptionnobu
2012-12-11test.rb: show messages in one linenobu
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