ruby/template
nagachika 407f6c9d05 merge revision(s) b42afa1dbc, 67b91e7807, f1f0cc14cc, 543e3a1896, ed2806117a, 46e4c86737: [Backport #21497]
Suppress gcc 15 unterminated-string-initialization warnings

	Drop an ignored attribute
	MIME-Version: 1.0
	Content-Type: text/plain; charset=UTF-8
	Content-Transfer-Encoding: 8bit

	GCC 13.3.0 (Ubuntu 24.04) emits the following warning:

	../symbol.c: In function ‘rb_id_attrset’:
	../symbol.c:175:9: warning: ‘nonstring’ attribute ignored on objects of type ‘const char[][8]’ [-Wattributes]
	  175 |         RBIMPL_ATTR_NONSTRING() static const char id_types[][8] = {
	      |         ^~~~~~~~~~~~~~~~~~~~~

	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-20 18:32:03 +09: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 template/Doxyfile.tmpl: modernise 2023-06-29 09:27:12 +09:00
encdb.h.tmpl
extinit.c.tmpl merge revision(s) ae8990aef0: [Backport #20183] (#10310) 2024-03-21 01:28:51 +00:00
exts.mk.tmpl MSWin: Use MESSAGE_BEGIN/MESSAGE_END instead of bare echo 2023-03-02 19:18:13 +09:00
fake.rb.in [Bug #19967] Reset LIBPATHENV env after started 2023-10-21 14:05:20 +09:00
GNUmakefile.in Move DOT_WAIT before including Makefile that is using it [ci skip] 2023-12-10 13:55:19 +09:00
id.c.tmpl merge revision(s) b42afa1dbc, 67b91e7807, f1f0cc14cc, 543e3a1896, ed2806117a, 46e4c86737: [Backport #21497] 2025-07-20 18:32:03 +09: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
limits.c.tmpl
Makefile.in merge revision(s) b48b841378, 2fe8b9cd3d: [Backport #21327] 2025-05-18 12:00:23 +09:00
prelude.c.tmpl merge revision(s) b42afa1dbc, 67b91e7807, f1f0cc14cc, 543e3a1896, ed2806117a, 46e4c86737: [Backport #21497] 2025-07-20 18:32:03 +09:00
ruby-gdb.in
ruby-lldb.in
ruby-runner.h.in
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
transdb.h.tmpl
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