summaryrefslogtreecommitdiff
path: root/lib/rdoc/erbio.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/erbio.rb')
0 files changed, 0 insertions, 0 deletions
ow. 2019-11-13Add missing Makefile dependencies for the tool/insns2vm.rb scriptDylan Thacker-Smith Notes: Merged: https://github.com/ruby/ruby/pull/2657 2019-11-10Get rid of FreeBSD make incompatibility [Bug #16331]Nobuyoshi Nakada FreeBSD make works differently with `-j` option. > -j max_jobs > Specify the maximum number of jobs that `make` may have running > at any one time. The value is saved in `.MAKE.JOBS.` Turns > compatibility mode off, unless the `B` flag is also specified. > When compatibility mode is off, all commands associated with a > target are executed in a single shell invocation as opposed to > the traditional one shell invocation per line. This can break > traditional scripts which change directories on each command > invocation and then expect to start with a fresh environment on > the next line. It is more efficient to correct the scripts > rather than turn backwards compatibility on. Stop using exit, cd, exec in middle of commands. 2019-11-09Embed builtin ruby scripts in miniprelude.cNobuyoshi Nakada Instead of reading from the files by the full-path at runtime. As rbinc files need to be included in distributed tarballs, the full-paths at the packaging are unavailable at compilation times. 2019-11-09Fixed commit missNobuyoshi Nakada 2019-11-09Fixed `#line` directives in miniprelude.cNobuyoshi Nakada 2019-11-05Share test-bundled-gems-run in common.mkNobuyoshi Nakada 2019-10-28Clean mjit and timestamp directoriesNobuyoshi Nakada 2019-10-18Use `_` instead of `_n_`Kazuhiro NISHIYAMA 2019-10-18Suppress numbered parameter warningsNobuyoshi Nakada 2019-09-29Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for ↵Benoit Daloze miniruby Notes: Merged: https://github.com/ruby/ruby/pull/2503 2019-09-29Move the logic to test bundled gems to Ruby codeBenoit Daloze * Writing shell scripts in a Makefile is very error-prone. * TEST_BUNDLED_GEMS_ALLOW_FAILURES seemed to not work before. Notes: Merged: https://github.com/ruby/ruby/pull/2503 2019-09-07Fixed wrong usage of file2lastrev.rbNobuyoshi Nakada 2019-09-06add include/ruby/backward/cxxanyargs.hpp卜部昌平 Compilation of extension libraries written in C++ are reportedly broken due to https://github.com/ruby/ruby/pull/2404 The root cause of this issue was that the definition of ANYARGS differ between C and C++, and that of C++ is incompatible with the updated ones. We are using the incompatibility against itself. In C++ two distinct function prototypes can be overloaded. We provide the old, ANYARGSed prototypes in addition to the current granular ones; and let the older ones warn about types. 2019-08-26Moved INCFLAGS to XCFLAGS from CPPFLAGS as well as mswinNobuyoshi Nakada Rules which have used CPPFLAGS will need XCFLAGS or INCFLAGS now. 2019-08-26rb_mjit_header.h is not worth documenting [ci skip]卜部昌平 This is an auto-generated header file that does not include anything interesting. Should skip generating CAPI documents.