index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
m4
Age
Commit message (
Expand
)
Author
2024-07-26
Error when --with-shared-gc doesn't specify a directory
Peter Zhu
2024-07-09
Fix grammar of ruby_shared_gc.m4
Peter Zhu
2024-07-08
Add make target shared-gc
Peter Zhu
2024-07-05
Change external GC to use directory at configure
Peter Zhu
2024-06-24
No longer needs `sigsetjmp`
Nobuyoshi Nakada
2024-06-11
Extract hardening CFLAGS to a special $hardenflags variable
KJ Tsanaktsidis
2024-05-30
RUBY_CHECK_HEADER didn't define HAVE_{header-file} (#10876)
Sorah Fukumori
2024-05-20
[Bug #20494] Search non-default directories for GMP
Nobuyoshi Nakada
2024-04-15
Add --with-shared-gc build flag
Matt Valentine-House
2024-04-02
[DOC] Fix wheather -> whether typos in configure.
Matt Valentine-House
2024-02-06
[wasm] tool/m4/ruby_wasm_tools.m4: Add default value for OBJCOPY
Yuta Saito
2023-12-27
[Bug #20088] Fix ARCH_FLAG for cross compiling
Nobuyoshi Nakada
2023-12-15
Ignore the spcial case of target_cpu
Nobuyoshi Nakada
2023-12-15
Fix `ARCH_FLAG` when cross-compiling on macOS
Nobuyoshi Nakada
2023-12-15
Fix `ARCH_FLAG` when `--with-arch` with single CPU
Nobuyoshi Nakada
2023-10-21
Strip universal_archnames
Nobuyoshi Nakada
2023-02-26
Fix autoconf RUBY_STACK_GROW_DIRECTION on ARM devices
Ben Hamilton
2022-12-21
tool/m4/ruby_wasm_tools.m4: force passing WASI_SDK_PATH when building for wasi
Yuta Saito
2022-10-19
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-07-07
Fallback `mkdir_p` to `as_mkdir_p`
Nobuyoshi Nakada
2022-05-10
Honor --with-thread option to enable pthread
Nobuyoshi Nakada
2022-03-30
Fix locations of the second argument
Nobuyoshi Nakada
2022-03-28
Fix a missing comma
Nobuyoshi Nakada
2022-03-28
Use m4 comments outside macros in m4 files
Nobuyoshi Nakada
2022-03-28
Extract RUBY_REQUIRE_FUNCS
Nobuyoshi Nakada
2022-02-19
RUBY_REPLACE_TYPE: check if the target type is a pointer
Nobuyoshi Nakada
2022-01-23
Reuse the default `AC_LANG_PROGRAM(C)` definition
Nobuyoshi Nakada
2022-01-22
Override `AC_C_PROGRAM` on old autoconf
Nobuyoshi Nakada
2022-01-19
[wasm] add no thread variant for freestanding environment
Yuta Saito
2022-01-19
[wasm] add asyncify based setjmp, fiber, register scan emulation
Yuta Saito
2021-10-30
Allow the thread-model to be switched by configure option
Yuta Saito
2021-10-30
Select including thread impl file at config time
Yuta Saito
2021-10-30
Split thread-model config into another ac file
Yuta Saito
2021-10-01
Checks for CPU specific header on universal build
Nobuyoshi Nakada
2021-10-01
Prefer `printf` like the recent autoconf
Nobuyoshi Nakada
2021-07-06
Try "so" attribute if "smso" is not found
Nobuyoshi Nakada
2021-04-17
Remove comments in tool/m4 from the generated configure
Nobuyoshi Nakada
2021-01-22
Keep ARCH_OPTION for arm64
Nobuyoshi Nakada
2021-01-18
Update for autoconf 2.70
Nobuyoshi Nakada
2020-12-13
Fixed RUBY_RM_RECURSIVE when autoconf met the required version
Nobuyoshi Nakada
2020-06-30
Extract correct processor name for ARM64 Macs
Samuel Giddins
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-05
Revert "Moved aclocal.m4 to macro directory"
Nobuyoshi Nakada
2020-04-05
Moved aclocal.m4 to macro directory
Nobuyoshi Nakada
2020-02-06
do not assume GCC for __builtin_setjmp
卜部昌平
2019-09-21
typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is used
Fangrui Song
2019-06-19
Remove IA64 support.
Samuel Williams
2019-02-08
configure.ac: check finite,isinf,isnan as macros first
nobu
2018-11-19
_colorize_result_prepare.m4: do not save CONFIGURE_TTY
nobu
2018-11-13
.travis.yml: specify --tty=no
shyouhei
[next]