aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h (rb_call_info_kw_arg_bytes): move the definitionko12015-08-133-6/+11
* thread.c: freeze masksnobu2015-08-131-0/+2
* object.c: rb_num_to_dblnobu2015-08-134-106/+189
* id_table.c: TOKEN_PASTEnobu2015-08-131-3/+2
* defines.h: tweaks of function alias macrosnobu2015-08-131-2/+2
* test_gc.rb: dump hung up processnobu2015-08-131-1/+1
* load.c (features_index_add): avoid repeat calculationnormal2015-08-132-2/+9
* * 2015-08-13svn2015-08-121-2/+2
* load.c: match comment with variable (`e' => `ext') [ci skip]normal2015-08-121-2/+2
* test_gc.rb: abort hung up processnobu2015-08-121-1/+1
* id_table.c: prefix firstnobu2015-08-121-2/+2
* * id_table.c: IMPL() macro accept op as _opname instead of opnameko12015-08-122-11/+16
* * id_table.c (mix_id_table_insert): fix memory leak.ko12015-08-122-0/+9
* iseq.c (iseq_memsize): reimplement for wrappernormal2015-08-123-32/+98
* hoist out rb_call_info_kw_arg_bytes to inline functionnormal2015-08-123-1/+12
* * class.c (move_refined_method): same as the last commit.ko12015-08-122-1/+5
* * class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*ko12015-08-124-9/+14
* * properties.svn2015-08-120-0/+0
* * remove trailing spaces.svn2015-08-121-1/+1
* * id_table.h: introduce ID key table.ko12015-08-1212-99/+1707
* test_gc.rb: timeout of test_interrupt_in_finalizernobu2015-08-121-3/+0
* envutil.rb: abort at timeoutnobu2015-08-121-6/+10
* * 2015-08-12svn2015-08-111-2/+2
* rb_parser_compile_*: remove volatile argnormal2015-08-113-12/+21
* * numeric.c (Init_Numeric): Fix document for Float::MIN andakr2015-08-112-2/+12
* ruby.h: check integer overflownobu2015-08-113-9/+31
* array.c: fix buffer sizenobu2015-08-112-1/+6
* * test/openssl/test_ssl.rb: Fix LocalJumpErrors being raisedhsbt2015-08-112-1/+6
* * string.c: Fix documentation for String#slicehsbt2015-08-112-1/+6
* parse.y: optional superclassnobu2015-08-114-15/+10
* * string.c: [DOC] Make #end_with? example doc symmetryhsbt2015-08-112-0/+11
* * test/ruby/test_array.rb: Add test for `Array#flatten` with level 1hsbt2015-08-112-0/+6
* * enum.c: added doc for Enumerable#ziphsbt2015-08-113-1/+15
* * 2015-08-11svn2015-08-111-2/+2
* * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt2015-08-113-9/+14
* win32.c: use ruby_strdupnobu2015-08-102-8/+5
* * 2015-08-10svn2015-08-101-2/+2
* objspace.c: use rb_ident_hash_newnobu2015-08-102-5/+3
* eval.c: use rb_ident_hash_newnobu2015-08-101-2/+1
* test_gc.rb: check signal firstnobu2015-08-091-2/+6
* * 2015-08-09svn2015-08-091-2/+2
* vm.c: frozen_strings in rb_vm_tnobu2015-08-094-20/+19
* transcode_data.h: missing castnobu2015-08-081-1/+1
* transcode_data.h: adjust stylenobu2015-08-081-7/+23
* * object.c: [DOC] Improve grammar for Module#===zzak2015-08-072-3/+9
* * 2015-08-08svn2015-08-071-2/+2
* * hash.c: [DOC] Improve description of symbol key syntaxzzak2015-08-072-1/+7
* parse.y: shrink parser_paramsnobu2015-08-072-19/+23
* parse.y: remove prefixesnobu2015-08-072-134/+138
* parse.y: require pure parsernobu2015-08-072-14/+11