summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-11-29fix typoskazu
2013-11-29fix indentkazu
2013-11-29* ChangeLog: fix ticket number at r43913.nagachika
2013-11-29 * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui
2013-11-29 * compile.c : Bugsfix for dump_disasm_list.tarui
2013-11-29* test/ruby/test_case.rb (test_method_missing): Test for r43913.sorah
2013-11-29* vm_insnhelper.c (check_match): Fix SEGV with VM_CHECKMATCH_TYPE_CASEsorah
2013-11-29vm_eval.c: rb_yield_blocknobu
2013-11-29ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-11-29ruby/ruby.h: add blockarg to rb_block_call_funcnobu
2013-11-28* doc/dtrace_probes.rdoc: [DOC] Import dtrace probes doc from wikizzak
2013-11-28* doc/contributing.rdoc: [DOC] Add heading above ChangeLog tips tozzak
2013-11-28* doc/contributing.rdoc: [DOC] Add coding style heading for patchzzak
2013-11-28* doc/contributing.rdoc: [DOC] Add notes about deciding what to patchzzak
2013-11-28* benchmark/bm_hash_flatten.rb: added. r43896 is about 4 times fasterglass
2013-11-28* doc/contributing.rdoc: [DOC] Add notes about slideshow proposalszzak
2013-11-28* ChangeLog: fix typo.glass
2013-11-28* st.c: add st_values() and st_values_check().glass
2013-11-28* st.c (st_keys): fix not to use Qundef in st.c.glass
2013-11-28* gc.c: Expose details about last garbage collection via GC.stat.tmm1
2013-11-28win32.c: rb_w32_dup2nobu
2013-11-28* lib/drb/ssl.rb: [Doc] Fix typoa_matsuda
2013-11-28common.mk: use BASERUBYnobu
2013-11-28* string.c (rb_fstring): fstrings should be ELTS_SHARED.ko1
2013-11-27* st.c (st_keys): fix to use st_index_t for size of hash.glass
2013-11-27* st.c (st_keys): define st_keys(). it writes each key to buffer.glass
2013-11-27* ruby_atomic.h: remove duplicate definisions between ATOMIC_XXXglass
2013-11-27* ruby_atomic.h: define ATOMIC_SIZE_CAS() withglass
2013-11-27* lib/irb/notifier.rb: [Doc] Fix typoa_matsuda
2013-11-27* lib/irb/notifier.rb: Fix typoa_matsuda
2013-11-27* gc.c (gc_mark_stacked_objects): check only when check_mode > 0.ko1
2013-11-27* test/ruby/test_gc.rb (class TestGc): Fix warning intmm1
2013-11-27* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm1
2013-11-27* gc.c (gc_page_sweep): Fix compile warning from last commit.tmm1
2013-11-27* gc.c (gc_page_sweep): disable debug print.ko1
2013-11-27* gc.c (gc_stat): add new information heap_eden_page_length andko1
2013-11-27* test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm1
2013-11-27 * lib/rinda/ring.rb: Announce RingServer for the same process.drbrain
2013-11-27* test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm1
2013-11-27* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm1
2013-11-27* gc.c: Rename rb_heap_t members:tmm1
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-11-26* ext/psych/lib/psych.rb: psych version 2.0.2tenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove
2013-11-26string.c: fix memsize of frozen shared stringnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-26hash.c: cut off if recursionnobu
2013-11-26* test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko1