summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get rid of type-punning pointer casts [Bug #18062]Nobuyoshi Nakada2021-08-113-18/+33
* * 2021-08-11 [ci skip]git2021-08-111-1/+1
* Assert for duplicated ARGF [Bug #18074]Nobuyoshi Nakada2021-08-101-0/+7
* Assert that each contents are read [Bug #18074]Nobuyoshi Nakada2021-08-101-3/+6
* Remove root_jmpbuf in rb_thread_structNobuyoshi Nakada2021-08-104-36/+2
* add some lines to delete unused TracePointKoichi Sasada2021-08-101-2/+6
* Run only directories or *_spec.rb files only by mspec [Bug #18072]Nobuyoshi Nakada2021-08-101-1/+1
* Fix ARGF.read(length) short read [Bug #18074]Csaba Henk2021-08-102-2/+10
* .github/workflows/compilers.yml: clang-14卜部昌平2021-08-101-4/+5
* .travis.yml: Check failures for Travis arm64 again.Jun Aruga2021-08-091-3/+3
* Add comment about I/O that is not ttyaycabta2021-08-101-0/+1
* * 2021-08-10 [ci skip]git2021-08-101-1/+1
* Update parser files of RDoc generated by the latest Raccaycabta2021-08-102-2/+2
* Update parser files of RDoc generated by the latest KPegaycabta2021-08-102-48/+46
* [ruby/rdoc] Use HEAD of kpegaycabta2021-08-101-1/+1
* [ruby/rdoc] Add "rake clean" task to erase generated parser filesaycabta2021-08-101-0/+6
* Import copied Rakefile from original RDoc repositoryaycabta2021-08-101-0/+101
* [ruby/rdoc] Move dev dependency of gettext to Gemfileaycabta2021-08-102-1/+1
* [ruby/rdoc] Use single quote in Gemfileaycabta2021-08-101-6/+6
* Import copied Gemfile from original RDoc repositoryaycabta2021-08-101-0/+12
* Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rbaycabta2021-08-101-0/+2
* VC warns the same attribute used more than onceNobuyoshi Nakada2021-08-091-1/+1
* Include ruby.h before internal headers to suppress -Wundef warningsNobuyoshi Nakada2021-08-091-0/+1
* Omit on Readline 7.0 because it's wrong behaviour for not TTY envaycabta2021-08-091-0/+1
* Rename rb_iterate to get rid of name clash on Sun CNobuyoshi Nakada2021-08-092-3/+3
* Extended logging for debugging readline failures.Samuel Williams2021-08-091-4/+7
* Suppress a clobbered warningNobuyoshi Nakada2021-08-091-4/+3
* Deprecate rb_iterate in C++Nobuyoshi Nakada2021-08-091-0/+2
* Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada2021-08-092-2/+10
* Suppress warnings in C++2aNobuyoshi Nakada2021-08-093-5/+6
* Suppress unused-function warning when OPT_THREADED_CODE != 1Nobuyoshi Nakada2021-08-091-0/+1
* Suppress unused-variable warnings when DEBUG_INTEGER_PACKNobuyoshi Nakada2021-08-091-0/+2
* * 2021-08-09 [ci skip]git2021-08-091-1/+1
* Rework the readline test to be more robust.Samuel Williams2021-08-091-46/+43
* Reduce chance to receive EBADF when closing an IO from another thread.Samuel Williams2021-08-081-19/+27
* Make bit flags `reason` unsignedNobuyoshi Nakada2021-08-081-26/+26
* Use #full_message instead of #backtrace_locationsaycabta2021-08-081-1/+1
* Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0Nobuyoshi Nakada2021-08-081-8/+7
* * 2021-08-08 [ci skip]git2021-08-081-1/+1
* Show backtrace locations when I/O timed outaycabta2021-08-081-2/+2
* Use TERM=xterm for tests on Solarisaycabta2021-08-071-1/+1
* Set TERM env for some CI environmentsaycabta2021-08-072-2/+3
* Group commands on GitHub ActionsNobuyoshi Nakada2021-08-075-1/+43
* Remove unneeded rb_fiber_transfer_kw declarationS-H-GAMELINKS2021-08-071-2/+0
* Suppress unused-result warningsS.H2021-08-071-2/+6
* Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada2021-08-071-1/+0
* Use Rational for Float#round with ndigits > 14Jeremy Evans2021-08-064-0/+19
* * 2021-08-07 [ci skip]git2021-08-071-1/+1
* Make backtrace generation work outward from current frameJeremy Evans2021-08-062-295/+209
* Make jobserver availableNobuyoshi Nakada2021-08-061-1/+1