summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-04* insns.def (getlocal, setlocal): remove old getlocal/setlocalko1
2012-10-04* vm.c (vm_analysis_insn|operand|register): use st_insertko1
2012-10-04* vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko1
2012-10-04* test/ruby/test_settracefunc.rb (test_tracepoint):ko1
2012-10-04* gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objectsnari
2012-10-04gc.c: self-referencing finalizersnobu
2012-10-04thread_pthread.c: precise stack sizenobu
2012-10-03* gc.c: Use the non-recursive marking instead of recursion. Thenari
2012-10-03ChangeLog: fix typo.nobu
2012-10-03thread_pthread.c: init stack with ulimitnobu
2012-10-03io.c: improved IO#reopennobu
2012-10-02* ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain
2012-10-02* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo
2012-10-02eval.c: hide internal hashnobu
2012-10-01* ChangeLog: fix typos of r37064.nagachika
2012-10-01* eval.c (identify_hash_new): new function to create a new identityshugo
2012-09-30* configure.in (--with-opt-dir): Make this also work on DLDFLAGSknu
2012-09-30* vm_dump.c (rb_vm_bugreport): add /Library/Logs/DiagnosticReportsmrkn
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* 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-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-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-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-25insns.def: super from at_exitnobu
2012-09-24* iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse
2012-09-24Feature #7035nobu
2012-09-24* tool/merger.rb: add --ticket option to add ticket number.naruse
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* complex.c: Fix examples of r36993.eregon
2012-09-21* ext/ripper/lib/ripper.rb:zzak
2012-09-20* thread_pthread.c (native_cond_initialize): destroy condattrkosaki
2012-09-20* thread_pthread.c (native_cond_initialize): clean up #ifdef condition.kosaki