ruby/template
Takashi Kokubun 596126ee5a merge revision(s) b42afa1dbc, f1f0cc14cc, 543e3a1896, ed2806117a, 46e4c86737: [Backport #21500]
Suppress gcc 15 unterminated-string-initialization warnings

	Separate `__has_attribute` from `defined(__has_attribute)`

	Fix Visual C warnings:
	```
	regenc.h(121): warning C4067: unexpected tokens following preprocessor directive - expected a newline
	```

	Cast up `int` instruction code to `VALUE`

	Fix Visual C warnings:
	```
	iseq.c(3793): warning C4312: 'type cast': conversion from 'int' to 'void *' of greater size
	iseq.c(3794): warning C4312: 'type cast': conversion from 'int' to 'void *' of greater size
	```

	Do not let files depend on a phony target

	Detect `clock_gettime` and `clock_getres` for winpthreads
2025-07-14 14:50:56 -07:00
..
builtin_binary.inc.tmpl Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries" 2023-11-09 16:01:01 +09:00
call_iseq_optimized.inc.tmpl
configure-ext.mk.tmpl Remove --jobserver-auth option which varies for each run 2023-06-19 18:28:10 +09:00
depend.tmpl
Doxyfile.tmpl Remove never used macros related to RJIT [ci skip] 2024-03-24 22:37:20 +09:00
encdb.h.tmpl Refactor encdb and transdb templates 2024-03-17 19:09:37 +09:00
extinit.c.tmpl Alias init functions 2024-02-04 16:43:09 +09:00
exts.mk.tmpl Clean up clean only extensions 2024-09-11 14:13:30 +09:00
fake.rb.in fake.rb: Copy options in RUBY_DESCRIPTION to the fake string 2024-10-03 01:02:18 +09:00
GNUmakefile.in Remove duplicate dependency line 2024-03-08 11:58:41 +09:00
id.c.tmpl merge revision(s) b42afa1dbc, f1f0cc14cc, 543e3a1896, ed2806117a, 46e4c86737: [Backport #21500] 2025-07-14 14:50:56 -07:00
id.h.tmpl Add comments to id.h and undef finished macros 2023-07-21 14:52:43 +09:00
known_errors.inc.tmpl [DOC] Documentize known_errors 2024-01-13 11:08:00 +09:00
limits.c.tmpl Make rbconfig/sizeof keys US-ASCII 2024-10-07 19:20:08 +09:00
Makefile.in merge revision(s) 3e47e7a499, b48b841378, 2fe8b9cd3d: [Backport #21327] 2025-05-13 17:18:43 -07:00
prelude.c.tmpl merge revision(s) b42afa1dbc, f1f0cc14cc, 543e3a1896, ed2806117a, 46e4c86737: [Backport #21500] 2025-07-14 14:50:56 -07:00
ruby-gdb.in
ruby-lldb.in
ruby-runner.h.in Remove unused PRELOADENV macro in ruby-runner.h 2024-10-11 09:02:48 -04:00
ruby.pc.in Use RUBY_PROGRAM_VERSION as version in pkg-config file [ci skip] 2023-04-13 11:31:34 +09:00
sizes.c.tmpl Make rbconfig/sizeof keys US-ASCII 2024-10-07 19:20:08 +09:00
transdb.h.tmpl Refactor encdb and transdb templates 2024-03-17 19:09:37 +09:00
unicode_norm_gen.tmpl
unicode_properties.rdoc.tmpl [Bug #19728] Auto-generate unicode property docs 2023-07-01 23:22:17 +09:00
verconf.h.tmpl