aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Document RbConfig::SIZEOFAlan Wu2024-07-151-0/+14
* [DOC] Document RbConfig::LIMITSAlan Wu2024-07-151-0/+14
* Refactor so RDoc picks up RbConfig::{SIZEOF,LIMITS}Alan Wu2024-07-152-2/+4
* Fix Makefile.in for non GNUmakePeter Zhu2024-07-111-2/+2
* Rename gc/gc_impl.c to gc/default.cPeter Zhu2024-07-111-1/+1
* Move gc_impl.c to gc/gc_impl.cPeter Zhu2024-07-111-0/+5
* Add make target shared-gcPeter Zhu2024-07-081-0/+2
* Also export CC for dtrace's benefit as wellKJ Tsanaktsidis2024-07-071-1/+1
* Ensure CFLAGS are passed to probes.o generationKJ Tsanaktsidis2024-07-071-2/+3
* Remove $(ASFLAGS) from build system and assemble with $(CFLAGS) insteadKJ Tsanaktsidis2024-07-071-2/+1
* Use gperf 3.1 to generate ANSI-C codeNobuyoshi Nakada2024-06-241-2/+2
* Extract hardening CFLAGS to a special $hardenflags variableKJ Tsanaktsidis2024-06-111-0/+1
* Add `nightly` recipeNobuyoshi Nakada2024-06-021-0/+4
* [PRISM] Support for compiling builtinsKevin Newton2024-05-301-7/+50
* Fix macos bug deleting too many fileseileencodes2024-05-261-3/+2
* test-syntax-suggest is not working with mswin environmentHiroshi SHIBATA2024-05-091-0/+25
* Rename `vast` to `ast_value`yui-knk2024-05-031-12/+12
* [Universal parser] Decouple IMEMO from rb_ast_tHASUMI Hitoshi2024-04-261-13/+17
* [Universal parser] DeVALUE of p->debug_lines and ast->body.script_linesHASUMI Hitoshi2024-04-151-1/+2
* Realclean extracted bundled gems and lock filesNobuyoshi Nakada2024-04-111-0/+3
* Cleanings of .bundle do not need cleanings of extNobuyoshi Nakada2024-04-111-3/+3
* Remove never used macros related to RJIT [ci skip]Nobuyoshi Nakada2024-03-241-4/+0
* [DOC] Unify Doxygen formats (#10285)Takashi Kokubun2024-03-191-1/+1
* Refactor encdb and transdb templatesNobuyoshi Nakada2024-03-172-26/+22
* Revert "Remove flip-flop usages from build scripts"Nobuyoshi Nakada2024-03-172-31/+22
* Ignore failures on removing ext sub directoriesNobuyoshi Nakada2024-03-111-1/+1
* Clean intermediate files and debug info for each targetNobuyoshi Nakada2024-03-101-2/+5
* Remove duplicate dependency lineNobuyoshi Nakada2024-03-081-3/+1
* Clean up files made by runnable in clean-runnable [ci skip]Nobuyoshi Nakada2024-03-071-1/+1
* Ingore errors when removing intermediate files recursively [ci skip]Nobuyoshi Nakada2024-03-071-1/+1
* [DOC] Comment about logic to care about static/dynamic hetero buildYuta Saito2024-02-211-0/+7
* Alias init functionsNobuyoshi Nakada2024-02-041-1/+1
* Skip checking for symbol leaks in libruby.so linking extensionsNobuyoshi Nakada2024-01-171-1/+2
* Skip checking for symbol leaks in libruby.a linking extensionsNobuyoshi Nakada2024-01-141-1/+1
* [DOC] Documentize known_errorsNobuyoshi Nakada2024-01-132-3/+16
* Revert "[Bug #19831] Remove duplicate library options"Mikhail Doronin2023-12-201-1/+1
* Move `DOT_WAIT` before including Makefile that is using it [ci skip]Nobuyoshi Nakada2023-12-101-4/+4
* [Bug #18286] Make builtin binary if sharable in universal binariesNobuyoshi Nakada2023-11-091-0/+1
* Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"Nobuyoshi Nakada2023-11-092-2/+1
* Disable iseq-dumped builtin module for universal x86_64/arm64 binariesBen Hamilton2023-11-092-1/+2
* [Bug #19967] Reset `LIBPATHENV` env after startedNobuyoshi Nakada2023-10-212-0/+6
* Ignore symbols even in empty shared libraryNobuyoshi Nakada2023-10-141-0/+1
* Move YARP_BUILD_DIR to common.mkNobuyoshi Nakada2023-09-211-1/+0
* [Bug #19778] Pass additional include options to INCFLAGS in common.mkNobuyoshi Nakada2023-09-171-0/+1
* Escape non-ascii characters in prelude C commentsNobuyoshi Nakada2023-08-241-1/+5
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-171-1/+1
* RJIT: Remove macros inherited from MJIT but no longer usedNobuyoshi Nakada2023-08-171-6/+0
* Fix test and precheck order for old GNU MakeNobuyoshi Nakada2023-08-141-2/+5
* Group test-syntax-suggest and leaked-globals [ci skip]Nobuyoshi Nakada2023-08-111-0/+2
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-111-3/+3