aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix leaked file descriptorkazu2017-10-031-0/+2
* test_parser_events.rb: backref_assign_errornobu2017-10-031-2/+7
* parse.y: extract callback resultsnobu2017-10-031-23/+23
* parse.y: set ripper event IDs to keyword variablesnobu2017-10-031-7/+12
* * 2017-10-03svn2017-10-031-1/+1
* parse.y: set ripper event ID symbols to operatorsnobu2017-10-031-31/+36
* use rb_hash_new_with_size()nobu2017-10-023-6/+6
* test_call.rb: refine test_safe_callnobu2017-10-021-3/+3
* compile.c: fix stack consitency errornobu2017-10-022-1/+5
* Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass2017-10-024-23/+53
* io.c: check null charnobu2017-10-022-2/+8
* test_argf.rb: indent here docsnobu2017-10-021-311/+367
* vm_eval.c: add rb_yield_assoc_or_values()glass2017-10-024-53/+23
* ruby-additional.el: shorten here-doc markersnobu2017-10-021-2/+2
* use `ra` instead of new variables.ko12017-10-021-5/+3
* catch up r60088 for DOSISH.ko12017-10-021-0/+2
* NEWS: entries for GVL release in File and Dirnormal2017-10-011-0/+3
* * properties.svn2017-10-010-0/+0
* * 2017-10-02svn2017-10-011-1/+1
* File#rename releases GVLnormal2017-10-012-4/+29
* * properties.svn2017-10-010-0/+0
* string.c: avoid unnecessary call of str_strlen()glass2017-10-012-25/+35
* use rb_hash_new_with_size()glass2017-10-014-7/+7
* common.mk (UNICODE_DOWNLOAD): set cache directorynobu2017-10-011-2/+4
* generic_erb.rb: -i optionnobu2017-10-011-5/+10
* test_refinement.rb: test for r59946nobu2017-10-011-0/+15
* file.c: remove unnecessary volatile usenormal2017-10-011-4/+6
* * 2017-10-01svn2017-09-301-2/+2
* thread_pthread.c: do not wakeup inside child processesnormal2017-09-301-6/+10
* hash.c: use rb_hash_new_with_size()glass2017-09-301-5/+6
* eval.c: check typenobu2017-09-302-0/+22
* hash.c: remove special treatments on deletionglass2017-09-302-15/+3
* dbm.c: suppress unused-but-set-variable warningnobu2017-09-301-1/+1
* gdbm.c: use the default external encodingnobu2017-09-301-7/+7
* configure.ac: remove --enable-pthread option.glass2017-09-301-3/+0
* dbm.c: removed useless assignmentsnobu2017-09-301-2/+0
* ext: check if null byte is containednobu2017-09-308-23/+26
* configure.ac: remove unused macroglass2017-09-301-4/+0
* ripper/lexer.rb: remove double quotesnobu2017-09-301-2/+1
* configure.ac: use m4_version_prereqglass2017-09-301-3/+1
* test_find.rb: improve branch coveragektsj2017-09-301-0/+17
* string.c: fix ASCII-only on succnobu2017-09-302-0/+6
* sizes.c.tmpl: prototypenobu2017-09-291-1/+1
* * 2017-09-30svn2017-09-291-1/+1
* test_etc.rb: fix test_getgrnam for duplicated group namessonots2017-09-291-3/+3
* configure.acnobu2017-09-299-12/+12
* Use unpack1 instead of unpack and `[0]`kazu2017-09-291-1/+1
* string.c: ASCII-incompatible is not ASCII onlynobu2017-09-292-2/+7
* pack.c: unpack "M" may be ASCII onlynobu2017-09-292-3/+10
* * 2017-09-29svn2017-09-291-1/+1