aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_insnhelper.c: keyword hash functionsnobu2013-11-303-37/+45
* * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)a_matsuda2013-11-302-2/+2
* win32ole.c: correct declarationnobu2013-11-302-1/+7
* vm_dump.c: suppress warningnobu2013-11-301-1/+1
* eval.c: determine exit status and signal before finalizationnobu2013-11-304-6/+58
* enumerator.c: should not store local variable addressnobu2013-11-303-4/+20
* siphash.c: fix missing conditionnobu2013-11-303-2/+9
* vm_eval.c: blockargnobu2013-11-308-8/+71
* range.c: revert the old behaviornobu2013-11-302-1/+9
* * ext/tk/extconf.rb: show the reason of why ignore tclConfig.sh/tkConfig.sh.nagai2013-11-301-9/+26
* * lib/drb/ssl.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.nagai2013-11-295-33/+59
* fix typoskazu2013-11-291-3/+3
* fix indentkazu2013-11-291-1/+1
* * 2013-11-30svn2013-11-291-2/+2
* * ChangeLog: fix ticket number at r43913.nagachika2013-11-291-1/+1
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda2013-11-292-2/+2
* * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui2013-11-294-5/+15
* * compile.c : Bugsfix for dump_disasm_list.tarui2013-11-292-11/+30
* * test/ruby/test_case.rb (test_method_missing): Test for r43913.sorah2013-11-292-0/+15
* * vm_insnhelper.c (check_match): Fix SEGV with VM_CHECKMATCH_TYPE_CASEsorah2013-11-292-1/+13
* vm_eval.c: rb_yield_blocknobu2013-11-295-2/+27
* ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu2013-11-296-9/+15
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-2920-92/+100
* ruby/ruby.h: rb_block_call_func_tnobu2013-11-292-2/+8
* array.c, enum.c, range.c: rb_block_call_func compatiblenobu2013-11-293-10/+12
* ruby/ruby.h: add blockarg to rb_block_call_funcnobu2013-11-299-78/+87
* * 2013-11-29svn2013-11-291-2/+2
* * lib/racc/parser.rb: Fix typoa_matsuda2013-11-291-3/+3
* * lib/gserver.rb: [DOC] Fix typoa_matsuda2013-11-281-5/+5
* * doc/dtrace_probes.rdoc: [DOC] Import dtrace probes doc from wikizzak2013-11-282-0/+176
* * doc/contributing.rdoc: [DOC] Add heading above ChangeLog tips tozzak2013-11-282-0/+11
* * doc/contributing.rdoc: [DOC] Add coding style heading for patchzzak2013-11-282-0/+7
* * doc/contributing.rdoc: [DOC] Add notes about deciding what to patchzzak2013-11-282-0/+22
* * benchmark/bm_hash_flatten.rb: added. r43896 is about 4 times fasterglass2013-11-284-0/+38
* * doc/contributing.rdoc: [DOC] Add notes about slideshow proposalszzak2013-11-282-0/+23
* * ChangeLog: fix typo.glass2013-11-281-2/+2
* * st.c: add st_values() and st_values_check().glass2013-11-284-4/+70
* * st.c (st_keys): fix not to use Qundef in st.c.glass2013-11-284-8/+29
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-283-7/+91
* version.c: EXIT_SUCCESSnobu2013-11-281-1/+5
* optparse.rb: regexp at lhsnobu2013-11-281-1/+1
* win32.c: rb_w32_dup2nobu2013-11-285-16/+34
* * lib/drb/ssl.rb: [Doc] Fix typoa_matsuda2013-11-282-1/+5
* common.mk: use BASERUBYnobu2013-11-282-1/+6
* * string.c (rb_fstring): fstrings should be ELTS_SHARED.ko12013-11-282-1/+16
* * st.c (st_keys): fix to use st_index_t for size of hash.glass2013-11-272-1/+5
* * st.c (st_keys): define st_keys(). it writes each key to buffer.glass2013-11-275-4/+70
* * 2013-11-28svn2013-11-271-2/+2