summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-11Term fill in String#{,l,r}strip! even when SHARABLE_MIDDLE_SUBSTRINGJeremy Evans
2021-08-11Get rid of type-punning pointer casts [Bug #18062]Nobuyoshi Nakada
2021-08-11* 2021-08-11 [ci skip]git
2021-08-10Assert for duplicated ARGF [Bug #18074]Nobuyoshi Nakada
2021-08-10Assert that each contents are read [Bug #18074]Nobuyoshi Nakada
2021-08-10Remove root_jmpbuf in rb_thread_structNobuyoshi Nakada
2021-08-10add some lines to delete unused TracePointKoichi Sasada
2021-08-10Run only directories or *_spec.rb files only by mspec [Bug #18072]Nobuyoshi Nakada
2021-08-10Fix ARGF.read(length) short read [Bug #18074]Csaba Henk
2021-08-10.github/workflows/compilers.yml: clang-14卜部昌平
2021-08-09.travis.yml: Check failures for Travis arm64 again.Jun Aruga
2021-08-10Add comment about I/O that is not ttyaycabta
2021-08-10* 2021-08-10 [ci skip]git
2021-08-10Update parser files of RDoc generated by the latest Raccaycabta
2021-08-10Update parser files of RDoc generated by the latest KPegaycabta
2021-08-10[ruby/rdoc] Use HEAD of kpegaycabta
2021-08-10[ruby/rdoc] Add "rake clean" task to erase generated parser filesaycabta
2021-08-10Import copied Rakefile from original RDoc repositoryaycabta
2021-08-10[ruby/rdoc] Move dev dependency of gettext to Gemfileaycabta
2021-08-10[ruby/rdoc] Use single quote in Gemfileaycabta
2021-08-10Import copied Gemfile from original RDoc repositoryaycabta
2021-08-10Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rbaycabta
2021-08-09VC warns the same attribute used more than onceNobuyoshi Nakada
2021-08-09Include ruby.h before internal headers to suppress -Wundef warningsNobuyoshi Nakada
2021-08-09Omit on Readline 7.0 because it's wrong behaviour for not TTY envaycabta
2021-08-09Rename rb_iterate to get rid of name clash on Sun CNobuyoshi Nakada
2021-08-09Extended logging for debugging readline failures.Samuel Williams
2021-08-09Suppress a clobbered warningNobuyoshi Nakada
2021-08-09Deprecate rb_iterate in C++Nobuyoshi Nakada
2021-08-09Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada
2021-08-09Suppress warnings in C++2aNobuyoshi Nakada
2021-08-09Suppress unused-function warning when OPT_THREADED_CODE != 1Nobuyoshi Nakada
2021-08-09Suppress unused-variable warnings when DEBUG_INTEGER_PACKNobuyoshi Nakada
2021-08-09* 2021-08-09 [ci skip]git
2021-08-09Rework the readline test to be more robust.Samuel Williams
2021-08-08Reduce chance to receive EBADF when closing an IO from another thread.Samuel Williams
2021-08-08Make bit flags `reason` unsignedNobuyoshi Nakada
2021-08-08Use #full_message instead of #backtrace_locationsaycabta
2021-08-08Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0Nobuyoshi Nakada
2021-08-08* 2021-08-08 [ci skip]git
2021-08-08Show backtrace locations when I/O timed outaycabta
2021-08-07Use TERM=xterm for tests on Solarisaycabta
2021-08-07Set TERM env for some CI environmentsaycabta
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-08-07Remove unneeded rb_fiber_transfer_kw declarationS-H-GAMELINKS
2021-08-07Suppress unused-result warningsS.H
2021-08-07Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada
2021-08-06Use Rational for Float#round with ndigits > 14Jeremy Evans
2021-08-07* 2021-08-07 [ci skip]git
2021-08-06Make backtrace generation work outward from current frameJeremy Evans