summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-03parse.y: set ripper event ID symbols to operatorsnobu
2017-10-02use rb_hash_new_with_size()nobu
2017-10-02test_call.rb: refine test_safe_callnobu
2017-10-02compile.c: fix stack consitency errornobu
2017-10-02Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass
2017-10-02io.c: check null charnobu
2017-10-02test_argf.rb: indent here docsnobu
2017-10-02vm_eval.c: add rb_yield_assoc_or_values()glass
2017-10-02ruby-additional.el: shorten here-doc markersnobu
2017-10-02use `ra` instead of new variables.ko1
2017-10-02catch up r60088 for DOSISH.ko1
2017-10-01NEWS: entries for GVL release in File and Dirnormal
2017-10-01* properties.svn
2017-10-01* 2017-10-02svn
2017-10-01File#rename releases GVLnormal
2017-10-01* properties.svn
2017-10-01string.c: avoid unnecessary call of str_strlen()glass
2017-10-01use rb_hash_new_with_size()glass
2017-10-01common.mk (UNICODE_DOWNLOAD): set cache directorynobu
2017-10-01generic_erb.rb: -i optionnobu
2017-10-01test_refinement.rb: test for r59946nobu
2017-10-01file.c: remove unnecessary volatile usenormal
2017-09-30* 2017-10-01svn
2017-09-30thread_pthread.c: do not wakeup inside child processesnormal
2017-09-30hash.c: use rb_hash_new_with_size()glass
2017-09-30eval.c: check typenobu
2017-09-30hash.c: remove special treatments on deletionglass
2017-09-30dbm.c: suppress unused-but-set-variable warningnobu
2017-09-30gdbm.c: use the default external encodingnobu
2017-09-30configure.ac: remove --enable-pthread option.glass
2017-09-30dbm.c: removed useless assignmentsnobu
2017-09-30ext: check if null byte is containednobu
2017-09-30configure.ac: remove unused macroglass
2017-09-30ripper/lexer.rb: remove double quotesnobu
2017-09-30configure.ac: use m4_version_prereqglass
2017-09-30test_find.rb: improve branch coveragektsj
2017-09-30string.c: fix ASCII-only on succnobu
2017-09-29sizes.c.tmpl: prototypenobu
2017-09-29* 2017-09-30svn
2017-09-29test_etc.rb: fix test_getgrnam for duplicated group namessonots
2017-09-29configure.acnobu
2017-09-29Use unpack1 instead of unpack and `[0]`kazu
2017-09-29string.c: ASCII-incompatible is not ASCII onlynobu
2017-09-29pack.c: unpack "M" may be ASCII onlynobu
2017-09-29* 2017-09-29svn
2017-09-29array.c: improve operations on small arraysnobu
2017-09-28test_dln.rb: fix path separator on MinGWshirosaki
2017-09-28io.c: fix segfault with closing socket on Windowsshirosaki
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-28URI::Generic: Separate no_proxy handlingnaruse