aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):naruse2012-12-142-0/+23
* * 2012-12-14svn2012-12-131-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove2012-12-133-0/+15
* * object.c (Init_Object): no needs to override with same method.nobu2012-12-133-2/+2
* * vm_insnhelper.c (vm_call_super_method): a workaround for theshugo2012-12-132-0/+11
* * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome2012-12-134-17/+41
* * ChangeLog: fix typo.shugo2012-12-131-1/+1
* * lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain2012-12-138-75/+467
* Use different port from test/xmlrpc/test_cookie.rbnaruse2012-12-131-1/+1
* commit typo: remove file from r38358zzak2012-12-131-391/+0
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-1329-23/+432
* * marshal.c (r_entry0): don't taint classes and modules becauseshugo2012-12-133-1/+28
* * test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa2012-12-132-1/+6
* * file.c (rb_file_join): check encoding compatibility before joiningusa2012-12-132-0/+10
* method transplantingnobu2012-12-133-1/+11
* * method.h (END_OF_ENUMERATION): placeholder to put last comma.nobu2012-12-131-1/+11
* * properties.nobu2012-12-131-2/+2
* * include/ruby/ruby.h (RB_UNUSED_VAR): new macro to suppressshugo2012-12-133-1/+15
* * 2012-12-13svn2012-12-131-2/+2
* * method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko12012-12-135-9/+12
* tmpdir.rb: not expand tildenobu2012-12-123-1/+18
* * properties.nobu2012-12-120-0/+0
* * ext/json: merge JSON 1.7.5.naruse2012-12-1212-32/+84
* Suppress warning: too long pathnaruse2012-12-121-1/+3
* * class.c (rb_prepend_module): move refined methods from the originshugo2012-12-123-0/+82
* time.c: st_updatenobu2012-12-122-10/+20
* * configure.in: add -fno-omit-frame-pointer if libexecinfo is used.naruse2012-12-123-3/+14
* test_rdoc_rdoc.rb: use File::NULLnobu2012-12-122-5/+11
* method.h: NOEX_SAFE_SHIFT_OFFSETnobu2012-12-125-4/+28
* proc.c: move misplaced casenobu2012-12-121-1/+1
* * lib/rdoc/class_module.rb: Added RDoc::ClassModule#documented? whichdrbrain2012-12-126-4/+54
* vm_insnhelper.c: no warnings for non-objectnobu2012-12-123-0/+70
* vm_insnhelper.c: common codenobu2012-12-121-8/+2
* Specify rlimits_core to prevent making core filenaruse2012-12-122-10/+11
* Experimental fix for r38041naruse2012-12-121-6/+7
* * iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon2012-12-114-14/+46
* Experimental: don't use $.*s of fprintfnaruse2012-12-111-3/+3
* vm.c: pass exceptions while handling an exceptionnobu2012-12-114-3/+15
* test.rb: show messages in one linenobu2012-12-113-3/+12
* Experimentally recommit of r38041: specify smaller max lengthnaruse2012-12-113-2/+27
* * eval.c (rb_using_refinement): make the method table of an iclassshugo2012-12-113-0/+74
* * tool/make-snapshot: add --disable-rubygem to both MINIRUBY and RUBY.naruse2012-12-112-3/+11
* * test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call u...ngoto2012-12-112-19/+38
* * 2012-12-12svn2012-12-111-2/+2
* * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto2012-12-113-0/+71
* fix a typokazu2012-12-111-1/+1
* * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to...ngoto2012-12-114-8/+33
* fix typos for r38298kazu2012-12-112-8/+8
* * common.mk: Added --pages-dir to rdoc creation. Now doc/ items showdrbrain2012-12-114-5/+12
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-115-1/+107