aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c: unset STR_SHARED and STR_NOFREE flags in #initializetopic/string-expand-improvementsKazuki Yamaguchi2017-06-272-0/+4
* string.c: preserve coderange in rb_str_drop_bytes()Kazuki Yamaguchi2017-06-261-1/+8
* string.c: preserve coderange in #setbyteKazuki Yamaguchi2017-06-261-2/+2
* string.c: remove a dead branch in str_fill_term()Kazuki Yamaguchi2017-06-261-8/+1
* * 2017-06-26svn2017-06-261-1/+1
* compile.c: fix debug printnobu2017-06-261-2/+2
* compile.c: fix_sp_depthnobu2017-06-251-39/+111
* * 2017-06-25svn2017-06-251-1/+1
* compile.c: toplevel return in argumentnobu2017-06-252-1/+4
* Added version guards [Bug #12684]nobu2017-06-241-22/+33
* Delegate to `eql?` [Fix GH-1564]nobu2017-06-243-4/+56
* mspec.rb: keep jobserver fdsnobu2017-06-241-1/+1
* thread_sync.c: fix documentation for Queue#closenormal2017-06-231-1/+1
* * 2017-06-24svn2017-06-231-1/+1
* test_command_processor.rb: add suffixnobu2017-06-231-1/+1
* parse.y: should not warn op method callnobu2017-06-235-5/+12
* parse.y: check multibyte charnobu2017-06-232-7/+17
* vm_core.h: sandwich jmpbufnobu2017-06-231-1/+6
* move "state" to rb_vm_tag.ko12017-06-237-28/+18
* rename th->state to th->tag_state.ko12017-06-237-25/+24
* rb_catch_protect() accepts enum ruby_tag_type *.ko12017-06-234-25/+23
* thread.c: suppress warningnobu2017-06-231-2/+2
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-2316-105/+105
* use NULL instead of 0.ko12017-06-231-3/+3
* skip on other threads (again).ko12017-06-231-1/+1
* revert r59151 which introduce failures.ko12017-06-231-1/+0
* skip on other threads.ko12017-06-231-0/+1
* Revert "Allow IO#reopen to take a block"glass2017-06-233-21/+0
* vm_insnhelper.c: vm_stack_consistency_errornobu2017-06-232-2/+17
* * 2017-06-23svn2017-06-231-1/+1
* refinements.rdoc: [DOC] improved [Fix GH-1659]nobu2017-06-231-14/+14
* fix mortal_dynamic_symbol countnobu2017-06-221-5/+10
* Fix exception type in option type checkerglass2017-06-222-1/+14
* use --dump option for parse rule.ko12017-06-221-1/+1
* try to fix symbol duplication.ko12017-06-221-1/+1
* Allow IO#reopen to take a blockglass2017-06-223-0/+21
* * remove trailing spaces.svn2017-06-221-1/+1
* introduce heap_allocatable_pages_set().ko12017-06-221-11/+40
* catch up frozen_string_literal: true.ko12017-06-221-1/+1
* introduce GC_ASSERT().ko12017-06-221-66/+57
* * 2017-06-22svn2017-06-221-1/+1
* gc.c: expand sorted pagesnobu2017-06-223-31/+31
* gc.c: FL_CHECK2nobu2017-06-211-3/+6
* * NEWS: Fix typo.eregon2017-06-211-1/+1
* test/ruby/test_string.rb: add tests to chomp substrsonots2017-06-211-0/+72
* string.c: add String#delete_prefix and String#delete_prefix!sonots2017-06-213-0/+165
* RUBY_DEVEL flagnobu2017-06-215-1/+15
* configure.in: use AS_IFnobu2017-06-211-573/+571
* ruby.c: debug options in command linenobu2017-06-212-6/+18
* Fix Enumerable#uniq with non single yield argumentsnobu2017-06-212-0/+3