summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-30* vm_dump.c (rb_vm_bugreport): add /Library/Logs/DiagnosticReportsmrkn
2012-09-30* test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika
2012-09-30* 2012-09-30svn
2012-09-30* string.c (rb_str_concat): use memcpy to copy a string which containsnaruse
2012-09-29envutil.rb: kill child process when timeoutshirosaki
2012-09-29test_http.rb: clear environment variablesshirosaki
2012-09-29drbtest.rb: use :KILL on Windowsshirosaki
2012-09-29test_unicode_escape.rb: set script encodingshirosaki
2012-09-29* vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo
2012-09-28* 2012-09-29svn
2012-09-28* test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic):shirosaki
2012-09-28test_unicode_escape.rb: fix test for Windowsshirosaki
2012-09-28* vm_insnhelper.c (vm_setup_method): refactoring.ko1
2012-09-28* lib/rubygems/installer.rb (check_that_user_bin_dir_is_in_path):naruse
2012-09-28vm_insnhelper.c: fix typesnobu
2012-09-28* vm_method.c (search_method): copy refinement iclasses to searchshugo
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-09-28* vm_core.h: now VM_DEBUG_BP_CHECK should be 1.ko1
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-09-28* 2012-09-28svn
2012-09-28io.c: IO#reopen int modenobu
2012-09-27* eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo
2012-09-27* ext/syslog/lib/syslog/logger.rb: add a formatter to theknu
2012-09-27* 2012-09-27svn
2012-09-27eval.c: invariant IDsnobu
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-26Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"naruse
2012-09-26* 2012-09-26svn
2012-09-26Darwin 12 (OS X Mountain Lion) also has Bug #6692naruse
2012-09-25test_gem_installer.rb: restore ARGVnobu
2012-09-25test_super.rb: super from BEGINnobu
2012-09-25insns.def: super from at_exitnobu
2012-09-24* 2012-09-25svn
2012-09-24* iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse
2012-09-24use assert_predicate for unary operatornaruse
2012-09-24Feature #7035nobu
2012-09-24* tool/merger.rb: add --ticket option to add ticket number.naruse
2012-09-24enum.c: id_callnobu
2012-09-24* 2012-09-24svn
2012-09-24enum.c: id_callnobu
2012-09-23mkmf.rb: unspacenobu
2012-09-23mkmf.rb: directory timestampnobu
2012-09-23mkmf.rb: unexpand macrosnobu
2012-09-23mkmf.rb: library path quotenobu
2012-09-23mkmf.rb: use internal pathnobu
2012-09-23mkmf.rb: fallback mkintpathnobu
2012-09-22* 2012-09-23svn
2012-09-22* complex.c: Fix examples of r36993.eregon
2012-09-21* 2012-09-22svn
2012-09-21* ext/ripper/lib/ripper.rb:zzak