aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option toshugo2012-10-063-0/+11
* * vm_method.c (search_method): check omod only once for performance.shugo2012-10-062-10/+43
* Revert r37098naruse2012-10-061-1/+2
* gc.c: use markable_object_pnobu2012-10-061-2/+1
* test_objspace.rb: refinenobu2012-10-061-5/+3
* encoding.c: unicode_pnobu2012-10-065-3/+24
* Adding a test for initialize_clone and initialize_dup. From Github:tenderlove2012-10-051-0/+11
* * 2012-10-06svn2012-10-051-2/+2
* encoding.c: unicode_pnobu2012-10-051-2/+1
* fix commentsnari2012-10-051-3/+3
* revert r37091nari2012-10-052-12/+7
* * template/Doxyfile.tmpl: remove SHOW_DIRECTORIES andtakano322012-10-052-2/+6
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-055-31/+202
* common.mk: gdb-rubynobu2012-10-052-2/+4
* ChangeLog: fix a missnari2012-10-051-2/+2
* * gc.c (chain_finalized_object): remove to check a mark flag andnari2012-10-052-7/+12
* * 2012-10-05svn2012-10-051-2/+2
* depend: missing dependencynobu2012-10-051-2/+3
* * gc.c (init_heap): call init_mark_stack before to allocatenari2012-10-042-1/+8
* * insns.def (getlocal, setlocal): remove old getlocal/setlocalko12012-10-046-88/+69
* * vm.c (vm_analysis_insn|operand|register): use st_insertko12012-10-042-7/+17
* * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko12012-10-047-177/+295
* * test/ruby/test_settracefunc.rb (test_tracepoint):ko12012-10-042-53/+6
* * gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objectsnari2012-10-042-3/+6
* gc.c: self-referencing finalizersnobu2012-10-042-6/+26
* * gc.c: use enum for debugging.nobu2012-10-041-53/+55
* thread_pthread.c: precise stack sizenobu2012-10-042-2/+16
* * thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number.nobu2012-10-041-19/+21
* * 2012-10-04svn2012-10-041-2/+2
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-043-2/+67
* gc.c: unused functionnobu2012-10-031-2/+3
* * gc.c: Use the non-recursive marking instead of recursion. Thenari2012-10-034-237/+270
* ChangeLog: fix typo.nobu2012-10-031-1/+1
* depend: dependencynobu2012-10-031-1/+1
* thread_pthread.c: init stack with ulimitnobu2012-10-032-1/+18
* io.c: improved IO#reopennobu2012-10-033-35/+83
* * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain2012-10-022-0/+34
* * 2012-10-03svn2012-10-021-2/+2
* * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo2012-10-023-7/+56
* * 2012-10-02svn2012-10-021-2/+2
* eval.c: hide internal hashnobu2012-10-022-5/+7
* * ChangeLog: fix typos of r37064.nagachika2012-10-011-2/+2
* * eval.c (identify_hash_new): new function to create a new identityshugo2012-10-012-6/+25
* * 2012-10-01svn2012-09-301-3/+3
* * configure.in (--with-opt-dir): Make this also work on DLDFLAGSknu2012-09-302-1/+9
* * vm_dump.c (rb_vm_bugreport): add /Library/Logs/DiagnosticReportsmrkn2012-09-302-3/+9
* * test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika2012-09-301-2/+1
* * 2012-09-30svn2012-09-301-2/+2
* * string.c (rb_str_concat): use memcpy to copy a string which containsnaruse2012-09-303-1/+12
* envutil.rb: kill child process when timeoutshirosaki2012-09-293-1/+15