summaryrefslogtreecommitdiff
path: root/template/fake.rb.in
Commit message (Expand)AuthorAgeFilesLines
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-3/+3
* Debugging snapshot [ci skip]Nobuyoshi Nakada2022-09-051-3/+3
* Fix fake.rb expansion from preprocessed version.hNobuyoshi Nakada2022-09-051-5/+4
* Set fake.rb variables by command line argumentsNobuyoshi Nakada2022-09-051-11/+15
* Let fake.rb allow newlines in expanded stringsNobuyoshi Nakada2022-08-311-1/+3
* Fix fake.rb RUBY_DESCRIPTION faking for JITsAlan Wu2022-04-111-3/+9
* Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada2022-04-051-0/+2
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-1/+1
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* fake.rb.in: split by whitespaces not to be affected by -F optionnobu2019-04-181-1/+1
* Fix template/fake.rb.in if ENV["RUBYOPT"] is nileregon2018-08-271-2/+2
* Fix template/fake.rb.in when external and internal encodings are seteregon2018-08-271-2/+2
* fake.rb.in: duplicated RUBYOPTnobu2018-07-031-1/+6
* Bootstrapping ruby runtime might not have RubyVM::MJIT defined.nobu2018-06-151-1/+1
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-2/+4
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-2/+5
* fake.rb.in: block commentnobu2015-11-221-7/+8
* fake.rb: extmk modenobu2015-09-041-2/+2
* common.mk: fix conflict of version.inobu2015-07-291-2/+2
* fake.rb.in: scan version.cnobu2015-06-111-2/+4
* fake.rb.in: match spacesnobu2015-06-101-2/+2
* fake.rb.in: accurate fakenobu2015-06-101-13/+20
* fake.rb.in: suppress warningnobu2015-04-131-0/+1
* fake.rb.in: expand builddir firstnobu2015-04-121-2/+2
* fake.rb.in: suppress warningnobu2015-04-121-1/+1
* * template/fake.rb.in: Don't assign baseruby, Because it's affect tohsbt2015-04-111-1/+1
* fake.rb.in: expand srcdirnobu2015-03-121-1/+1
* fake.rb.in: RUBY_PATCHLEVELnobu2015-03-071-1/+4
* common.mk: same fake.rbnobu2015-03-071-5/+1
* fake.rb: rubyarchhdrdir for rubyspecnobu2015-02-251-0/+2
* fake.rb.in: fix make install failureshirosaki2014-10-031-0/+4
* fake.rb.in: use absolute pathnobu2014-09-091-1/+1
* * template/fake.rb.in: fix failed to make install when srcdir != builddir.kazu2014-08-261-1/+1
* split tool/fake.rbnobu2014-07-061-32/+8
* fake.rb.in: override File::ALT_SEPARATORnobu2014-07-061-3/+4
* Drop executable bits of files that are not executable.knu2012-11-221-0/+0
* fake.rb.in: remove duplicationsnobu2012-08-091-3/+3
* * template/fake.rb.in (CROSS_COMPILING): get rid of NameError.nobu2011-02-111-1/+1
* * template/fake.rb.in (ruby): suppress warnings.nobu2011-01-231-2/+6
* * template/fake.rb.in: get rid of embeding an absolute path.nobu2010-07-211-2/+3
* * template/fake.rb.in: no need for hook if extmk.nobu2010-04-241-12/+14
* * template/fake.rb.in: not define $extout to make target in cwd.nobu2010-04-061-4/+5
* * template/fake.rb.in: hooks for extconf.rb.nobu2010-04-061-0/+24
* * configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE): extractsnobu2009-08-201-2/+2
* * template/fake.rb.in: extracted from Makefile.in.nobu2009-02-191-0/+15