aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* io.c: ARGF fd leaknobu2016-12-272-1/+8
* thread.c: fix race between read and closenobu2016-12-271-0/+8
* * 2016-12-27svn2016-12-271-1/+1
* Ignored extracted gem files.hsbt2016-12-271-0/+1
* io.c: fix race between read and closenobu2016-12-262-1/+32
* parse.y: preserve cmdarg stacknobu2016-12-262-1/+10
* * properties.svn2016-12-260-0/+0
* Add NEWS for Ruby 2.5.0kazu2016-12-261-0/+31
* Move from NEWS to doc/NEWS-2.4.0kazu2016-12-261-0/+0
* vm_eval.c: Symbol#to_proc and instance_execnobu2016-12-262-1/+8
* test/ruby/test_symbol.rb: use begin;end; hacknobu2016-12-261-9/+18
* [Bug #12705]nobu2016-12-261-0/+9
* get rid of sprintfnobu2016-12-261-1/+1
* get rid of strcatnobu2016-12-261-1/+2
* get rid of strcpynobu2016-12-263-13/+17
* Makefile.sub: refine configuration checknobu2016-12-261-8/+9
* pack.c: avoid returning uninitialized Stringrhe2016-12-262-4/+16
* Makefile.sub: fix dependency of RUBYDEFnobu2016-12-261-1/+1
* string.c: CRLF in paragraph modenobu2016-12-252-17/+47
* string.c: consistent paragraph mode with IOnobu2016-12-252-14/+13
* include/ruby/version.h: Update API version.matz2016-12-251-1/+1
* * 2016-12-26svn2016-12-251-1/+1
* version.h (RUBY_VERSION): 2.5.0 development has started.matz2016-12-251-1/+1
* memory_status.c: support old Mac OSnobu2016-12-251-3/+10
* bignum.c: precise fdivnobu2016-12-251-0/+2
* bignum.c (DBL_BIGDIG): make enumnobu2016-12-251-1/+2
* * 2016-12-25svn2016-12-251-1/+1
* .gdbinit: refine rpnobu2016-12-251-11/+12
* regint.h: version for secure functionsnobu2016-12-241-1/+1
* hash.c: split long long literalsnobu2016-12-241-2/+2
* compile.c: constifynobu2016-12-241-1/+1
* time.c: fix type of usec2subsecxnobu2016-12-241-1/+1
* time.c: remove debug codenobu2016-12-241-43/+0
* time.c: fix typo in value_insane_pnobu2016-12-241-1/+1
* test/unit.rb: restore parallel optionnobu2016-12-241-0/+2
* test/unit.rb: --subprocess-timeout-scale optionnobu2016-12-242-0/+24
* test/unit.rb: --repeat-count optionnobu2016-12-242-13/+40
* * 2016-12-24svn2016-12-231-1/+1
* Add ruby_2_4 branch to test on travis [skip ci]naruse2016-12-231-0/+1
* Increase timeoutnaruse2016-12-231-1/+1
* assertions.rb: prepare_syntax_checknobu2016-12-231-22/+17
* assertions.rb: syntax check by iseqnobu2016-12-231-14/+6
* time.c: inquire suspicious valuesnobu2016-12-231-8/+25
* test_modify_expand.rb: skip if no overflownobu2016-12-221-0/+1
* time.c: inquire suspicious valuesnobu2016-12-221-5/+26
* string.c: suppress a warningnobu2016-12-221-1/+1
* * 2016-12-23svn2016-12-221-1/+1
* get rid of implicit signedness conversionsnobu2016-12-222-90/+104
* test_float.rb: add test cases for Float#roundyui-knk2016-12-221-0/+21
* suppress warning: implicit conversion changes signednessnaruse2016-12-221-2/+2