aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rational.c (nurat_div): use the dedicated function nurat_to_fnobu2018-11-141-4/+3
* * expand tabs.svn2018-11-141-4/+4
* numeric.c: avoid division by zeroshyouhei2018-11-141-3/+6
* test_ftp.rb: loosen another timeout requirementk0kubun2018-11-141-2/+2
* test_ftp.rb: loosen timeout for Travis osxk0kubun2018-11-141-4/+4
* test_gem_stream_ui.rb: loosen timeout for --jit-waitk0kubun2018-11-141-4/+5
* .travis.yml: specify git -qshyouhei2018-11-141-0/+3
* Add RbConfig.fire_update!nobu2018-11-142-24/+43
* * expand tabs.svn2018-11-141-6/+6
* thread.c (rb_thread_fd_select): favor rb_thread_* when no FDsnormal2018-11-141-10/+10
* defs/known_errors.def: update on macOS Mojave Xcode 10.1nobu2018-11-141-0/+9
* Makefile.in: update-known-errorsnobu2018-11-142-121/+125
* .travis.yml: add empty lines for readability [ci skip]shyouhei2018-11-141-0/+6
* * properties.svn2018-11-130-0/+0
* test/excludes/../TestWEBrickUtils.rb: exclude unstable testk0kubun2018-11-134-2/+5
* * 2018-11-14svn2018-11-131-1/+1
* .travis.yml: stop allowing osx failurek0kubun2018-11-131-1/+0
* Makefile.in: `$` for shell needs to be escaped in Makefilenobu2018-11-131-1/+1
* Remove duplicated assignmentkazu2018-11-131-1/+1
* .travis.tml: reintroduce exclusions for osxshyouhei2018-11-131-0/+2
* .travis.yml: eliminate remaining --color=never [ci skip]shyouhei2018-11-131-1/+1
* Pathname: Have #relative_path_from accept String argument.marcandre2018-11-132-1/+3
* test_function.rb: loosen delta boundaryk0kubun2018-11-131-1/+1
* Moved REVISION_FORCE before uncommon.mknobu2018-11-132-4/+5
* appveyor.yml: run memory-exchausting test separatelyk0kubun2018-11-132-7/+6
* .travis.yml: specify --tty=noshyouhei2018-11-133-6/+13
* date_core.c: use static ID variablesnobu2018-11-131-4/+4
* .travis.yml: delete test-all options for osxshyouhei2018-11-131-2/+0
* date_core.c: obey to the allocation frameworknobu2018-11-131-31/+47
* date_core.c: respect COMPLEX_DAT bitnobu2018-11-132-39/+33
* date_core.c: keep COMPLEX_DAT bitnobu2018-11-132-3/+30
* date_core.c: set/reset COMPLEX_DATnobu2018-11-131-9/+9
* gmake.mk: force updating revision.hnobu2018-11-133-3/+13
* .travis.yml: allow osx failures [experimental]shyouhei2018-11-131-0/+1
* addr2line.c: more on suppressing warningsshyouhei2018-11-131-0/+1
* common.mk: force updating revision.h on each commitk0kubun2018-11-132-3/+3
* .travis.yml: update VM imagesshyouhei2018-11-131-9/+2
* test_array.rb: try to avoid NoMemoryError on AppVeyork0kubun2018-11-131-0/+1
* * 2018-11-13svn2018-11-131-1/+1
* suppress integer overflow warningsshyouhei2018-11-135-13/+21
* Revert r65681 which had a race condition issuenobu2018-11-121-2/+0
* .travis.yml: resurrect -j on macshyouhei2018-11-121-4/+4
* vm_insnhelper.c: avoid nevative spshyouhei2018-11-121-1/+4
* erb/new_spec.rb: fix spec failure by other specsk0kubun2018-11-121-3/+8
* Adopt [Misc #15294]nobu2018-11-121-1/+9
* Export rb_flo_div_flo for MJITnobu2018-11-122-1/+2
* srcs-ext should update ext/ripper/eventids2table.cnobu2018-11-121-0/+2
* numeric.c: fix typoshyouhei2018-11-121-1/+1
* * expand tabs.svn2018-11-121-2/+2
* vm_insnhelper.c: avoid division by zeroshyouhei2018-11-123-36/+34