summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-03depend: dependencynobu
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* 2012-10-03svn
2012-10-02* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo
2012-10-02* 2012-10-02svn
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* 2012-10-01svn
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* 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