aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c: fix memory leak in rb_str_change_terminator_length()work2Kazuki Yamaguchi2017-11-122-17/+24
* parse.y: constified YYLTYPEnobu2017-11-111-119/+119
* * 2017-11-11svn2017-11-111-1/+1
* * ext/win32ole/win32ole.c(ole_const_load): suppress constant redefinitionsuke2017-11-111-2/+4
* bin/erb: change template file encoding to UTF-8k0kubun2017-11-103-1/+9
* Fix a typo [ci skip]kazu2017-11-101-1/+1
* Make `rb_ast_dispose` use `RB_OBJ_WRITE`mame2017-11-101-5/+5
* .travis.yml: workaround to resolve ::1k0kubun2017-11-101-1/+1
* iseq.c: disasm only once for each iseqnobu2017-11-101-1/+6
* Do not define test method instead of skip when Calendar class is not defined.hsbt2017-11-104-17/+5
* refactoring about source line.ko12017-11-102-17/+8
* iseq.c: operand lvarnobu2017-11-092-10/+45
* mk_call_iseq_optimized.rb: add mode string [ci skip]nobu2017-11-091-0/+1
* lib/matrix: Remove method catalog [doc] [ci-skip]marcandre2017-11-091-104/+2
* * 2017-11-10svn2017-11-091-1/+1
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-092-2/+6
* compile.c: optimize nested string interpolationsnobu2017-11-091-1/+66
* insn_info/insns_infoko12017-11-094-68/+93
* fix backtrace on argment error.ko12017-11-093-0/+49
* fix peephole optimization.ko12017-11-092-3/+7
* node.c (dump_node): add an explanation of NODE_HASH's nd_alenmame2017-11-091-0/+7
* use `rb_ast_dispose` instead of `rb_ast_free`mame2017-11-091-1/+1
* Merge rubygems-2.7.2.hsbt2017-11-092-1/+25
* parse.y: fix r60644nobu2017-11-081-5/+2
* * 2017-11-09svn2017-11-081-1/+1
* Fix typo in doc [ci skip]a_matsuda2017-11-081-2/+2
* fixup r60440 [ci skip]kazu2017-11-081-1/+1
* parse.y: remove in_singlenobu2017-11-081-15/+11
* Fix typos in rdocknu2017-11-081-3/+2
* Omit first argument of NEW_CASE2yui-knk2017-11-082-2/+2
* hash.c: improve docs for Hash#slicestomar2017-11-071-5/+4
* string.c: improve docs for String#{concat,<<}stomar2017-11-071-6/+8
* pathname.c: improve docs for Pathnamestomar2017-11-071-3/+3
* http.rb: improve docsstomar2017-11-071-5/+5
* socket.c,tcpsocket.c: improve deprecation noticesstomar2017-11-072-12/+12
* vm_dump.c: [DOC] fix grammarstomar2017-11-071-1/+1
* string.c: fix typosstomar2017-11-071-2/+2
* file.c: improve docs for File#pathstomar2017-11-071-2/+3
* ext/socket/ifaddr.c: [DOC] fix typostomar2017-11-071-1/+1
* etc.c: improve docs for sysconfdirstomar2017-11-071-3/+3
* README.md: fix typos and grammarstomar2017-11-071-3/+3
* NEWS: clarify "ubygems.rb" entrystomar2017-11-071-1/+1
* * 2017-11-08svn2017-11-071-1/+1
* refinements.rdoc: improve docsstomar2017-11-071-3/+4
* disable GC.ko12017-11-071-4/+9
* tool/runruby.rb: fix RUNRUBY_USE_GDB casenobu2017-11-071-2/+6
* `th` is not used.ko12017-11-071-7/+7
* th->ec: dtraceko12017-11-075-31/+31
* `rb_execution_context_t *` should not be `th`ko12017-11-073-4/+4
* Symptomatic treatment for `rb_thread_terminate_all` freezemame2017-11-071-1/+4