aboutsummaryrefslogtreecommitdiffstats
path: root/defs
Commit message (Expand)AuthorAgeFilesLines
* Fix error when gems/src is read-onlyKazuhiro NISHIYAMA2023-10-111-3/+5
* Download Unicode files once [ci skip]Nobuyoshi Nakada2023-09-261-0/+11
* `.NOTPARALLEL` with prerequisites needs recent GNU MakeNobuyoshi Nakada2023-09-211-1/+7
* Enable `.NOTPARALLEL` on `ripper_srcs`Nobuyoshi Nakada2023-09-131-3/+1
* Split commit recipe and pass more macrosNobuyoshi Nakada2023-09-111-3/+10
* RJIT: Remove macros inherited from MJIT but no longer usedNobuyoshi Nakada2023-08-171-3/+0
* Use `::` form workflow commandsNobuyoshi Nakada2023-08-151-2/+3
* Fix test and precheck order for old GNU MakeNobuyoshi Nakada2023-08-141-3/+19
* Fix test-bundler dependenciesNobuyoshi Nakada2023-08-111-1/+1
* Fix order of test-syntax-suggest-prepare for old GNU MakeNobuyoshi Nakada2023-08-111-0/+1
* Extract common variablesNobuyoshi Nakada2023-07-301-4/+4
* Serially update only the ripper source, even with old GNU makeNobuyoshi Nakada2023-07-101-0/+9
* Use Lrama LALR parser generator instead of BisonYuichiro Kaneko2023-05-121-0/+1
* Emit special instruction for array literal + .(hash|min|max)Aaron Patterson2023-04-181-0/+1
* Replace arch_flags for universal build [ci skip]Nobuyoshi Nakada2023-04-081-1/+1
* BundledGem.dummy_spec needs to checkout revision after cloning repository.Hiroshi SHIBATA2023-03-081-1/+1
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* Drop obsoleted MJIT header (#7458)Takashi Kokubun2023-03-062-33/+0
* Move dummy gemspec file creation for extract-gems-sequentialNobuyoshi Nakada2023-02-221-0/+6
* Use git directories instead of gemspec files as dependencyNobuyoshi Nakada2023-02-221-3/+3
* No validation for bundled gemsYusuke Endoh2023-02-191-1/+1
* Move `attached_object` into `rb_classext_struct`Jean Boussier2023-02-161-1/+0
* Override release date in Makefile if possibleNobuyoshi Nakada2023-02-131-0/+7
* Add TAGS rule [ci skip]Nobuyoshi Nakada2023-02-082-0/+22
* Link RUBYSPEC_CAPIEXT against the built libraryNobuyoshi Nakada2023-01-261-1/+1
* Need gemspec files instead of cloned directoriesNobuyoshi Nakada2023-01-261-2/+2
* Fixed clone nameHiroshi SHIBATA2023-01-261-1/+1
* Use timestamp files to track test revision of bundled gemsNobuyoshi Nakada2023-01-261-4/+13
* [Bug #19340] Fix bundle gems with test revisionNobuyoshi Nakada2023-01-261-7/+8
* Run `after-update` in the same main make process [ci skip]Nobuyoshi Nakada2023-01-201-0/+4
* Extract only one revision in header [ci skip]Nobuyoshi Nakada2023-01-051-1/+1
* Test bundler and bundled gems by examNobuyoshi Nakada2022-12-281-1/+1
* Order test-bundler-parallel dependencyNobuyoshi Nakada2022-12-281-0/+1
* Reset ABI version [ci skip]Nobuyoshi Nakada2022-12-261-3/+6
* make matz [ci skip]Nobuyoshi Nakada2022-12-261-0/+7
* Fix test-syntax-suggest orderNobuyoshi Nakada2022-12-241-1/+1
* Test syntax_suggest by `make check`Nobuyoshi Nakada2022-12-231-2/+4
* Use a BOP for Hash#defaultJohn Hawthorn2022-12-171-0/+1
* [Bug #19182] Unicode updating targets do not need to run for each filesNobuyoshi Nakada2022-12-111-0/+5
* [Bug #19181] Separate the rule for unicode_normalize/tables.rb timestampNobuyoshi Nakada2022-12-101-11/+0
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-081-0/+1
* Fix dependencies of outdate-bundled-gemsNobuyoshi Nakada2022-11-291-6/+14
* Refine outdate-bundled-gemsNobuyoshi Nakada2022-11-291-2/+1
* Control non-parallel parts with `.WAIT` if availableNobuyoshi Nakada2022-11-131-0/+4
* Force to update revision.h when commits differNobuyoshi Nakada2022-11-131-0/+13
* reserved_word: just use gperf 3.1 declaration卜部昌平2022-09-212-2/+2
* Always generate non-empty revision.hTakashi Kokubun2022-09-171-13/+0
* Revert "defs/gmake.mk: no _FORTIFY_SOURCE unless optimization"Nobuyoshi Nakada2022-09-121-4/+0
* Generate token ID indexes in id.defNobuyoshi Nakada2022-09-081-1/+3
* SCRIPTBINDIR is ok if it just exists [ci skip]Nobuyoshi Nakada2022-08-311-3/+2