aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* array.c: improve operations on small arraysnobu2017-09-298-17/+163
* test_dln.rb: fix path separator on MinGWshirosaki2017-09-281-1/+1
* io.c: fix segfault with closing socket on Windowsshirosaki2017-09-281-4/+11
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-283-3/+22
* URI::Generic: Separate no_proxy handlingnaruse2017-09-282-16/+37
* * properties.svn2017-09-280-0/+0
* Update to ruby/spec@691755deregon2017-09-2818-26/+134
* Update to ruby/mspec@c135328eregon2017-09-282-3/+4
* test_io_console.rb: flushnobu2017-09-281-0/+4
* * 2017-09-28svn2017-09-271-1/+1
* Remove DevKit path, change zlib linknaruse2017-09-271-2/+2
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* improve grammar in documentation of Array#bsearch [ci skip]duerst2017-09-271-6/+6
* pty.c: shrink repeated device namesnobu2017-09-271-40/+12
* objspace_dump.c: remove unnecessary breaknobu2017-09-271-14/+14
* ext: adjust indent [ci skip]nobu2017-09-276-59/+59
* complex.c: no overflownobu2017-09-273-15/+25
* complex.c: no overflownobu2017-09-273-12/+25
* * 2017-09-27svn2017-09-271-1/+1
* * complex.c: fix Complex#infinite? return value. Because nucomp_abs never ret...nobu2017-09-271-2/+2
* Show rb_data_type_t definition [ci skip]nobu2017-09-262-0/+4
* Fix a reference [ci skip]nobu2017-09-261-2/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-262-1/+67
* parse.y: moved duplicate conditionsnobu2017-09-261-5/+5
* Suppress warnings by other than self-assignmentsnobu2017-09-261-5/+9
* erb.rb: drop unreachable methodk0kubun2017-09-261-4/+0