index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check if `__assume` is supported
Nobuyoshi Nakada
2022-02-19
1
-0
/
+12
*
Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`
Nobuyoshi Nakada
2022-02-19
1
-1
/
+1
*
Do not search for commands with double tool prefixes [Bug #18504]
Nobuyoshi Nakada
2022-02-17
1
-19
/
+23
*
Check if `execv` is available for ruby/missing.h
Nobuyoshi Nakada
2022-01-26
1
-0
/
+2
*
Use the prefixed pkg-config command
Nobuyoshi Nakada
2022-01-26
1
-4
/
+4
*
GCC provides -Wdiv-by-zero
Nobuyoshi Nakada
2022-01-22
1
-1
/
+1
*
MinGW also uses `rb_w32_shutdown`
Nobuyoshi Nakada
2022-01-20
1
-0
/
+1
*
Fix a missing comma
Nobuyoshi Nakada
2022-01-19
1
-1
/
+1
*
[wasm] configure.ac: disable mjit on wasi by default
Yuta Saito
2022-01-19
1
-6
/
+9
*
[wasm] configure.ac: don't require dup and dup2 only for wasi
Yuta Saito
2022-01-19
1
-1
/
+8
*
configure.ac: stop overwriting cc wrapper by darwin-cc everytime
Yuta Saito
2022-01-19
1
-2
/
+1
*
[wasm] add coroutine/asyncify implementation
Yuta Saito
2022-01-19
1
-0
/
+3
*
[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc
Yuta Saito
2022-01-19
1
-0
/
+23
*
[wasm] add asyncify based setjmp, fiber, register scan emulation
Yuta Saito
2022-01-19
1
-0
/
+24
*
[wasm] configure.ac: setup platform specific libraries
Yuta Saito
2022-01-19
1
-0
/
+4
*
[wasm] configure.ac: disable stack-protector
Yuta Saito
2022-01-19
1
-1
/
+1
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-23
/
+0
*
io_buffer.c: use mremap based resizing only when mremap available
Yuta Saito
2022-01-07
1
-0
/
+1
*
configure.in: unexpand exec_prefix in includedir
Nobuyoshi Nakada
2021-12-24
1
-1
/
+1
*
Move -ljemalloc to DLDLIBS [Bug #18391]
Nobuyoshi Nakada
2021-12-07
1
-2
/
+2
*
Delete #if line during checking madvise() on Solaris
Naohisa Goto
2021-11-30
1
-1
/
+0
*
Enable load-relative on Solaris
Nobuyoshi Nakada
2021-11-30
1
-1
/
+7
*
Cache wheather madvise declaration is needed on Solaris
Nobuyoshi Nakada
2021-11-30
1
-2
/
+5
*
Fix conflicting declaration on Solaris
Nobuyoshi Nakada
2021-11-30
1
-0
/
+9
*
Workaround for implicit declaration of function 'madvise' on Solaris
Naohisa Goto
2021-11-30
1
-0
/
+1
*
configure.ac: don't use shutdown on emscripten
Yusuke Endoh
2021-11-03
1
-0
/
+1
*
Split thread-model config into another ac file
Yuta Saito
2021-10-30
1
-9
/
+2
*
Check old-style definitions
Nobuyoshi Nakada
2021-10-27
1
-0
/
+1
*
Mention YJIT in Capstone autoconf check
Alan Wu
2021-10-20
1
-1
/
+1
*
conditionally add libcapstone
Aaron Patterson
2021-10-20
1
-2
/
+0
*
Directly link libcapstone for easier development
Aaron Patterson
2021-10-20
1
-0
/
+11
*
haiku configure fix (again).
David CARLIER
2021-10-18
1
-0
/
+3
*
haiku build update stack overflow check in libroot (haiku's libc) now
David CARLIER
2021-10-17
1
-3
/
+0
*
Do not allow configuration where neither static or shared library is installed
Jeremy Evans
2021-10-08
1
-1
/
+4
*
[Win32] Prefer Cryptography Next Generation API
Nobuyoshi Nakada
2021-10-02
1
-1
/
+1
*
Checks for CPU specific header on universal build
Nobuyoshi Nakada
2021-10-01
1
-0
/
+1
*
Define ACTION-IF-UNIVERSAL of `AC_C_BIGENDIAN` [Bug #18156]
Nobuyoshi Nakada
2021-10-01
1
-1
/
+1
*
Needs `AC_PROG_CC`
Nobuyoshi Nakada
2021-09-30
1
-1
/
+1
*
MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"
Lars Kanis
2021-09-20
1
-1
/
+5
*
MINGW: More permissive pattern matching for coroutine
xtkoba (Tee KOBAYASHI)
2021-09-20
1
-2
/
+2
*
MINGW: set rb_cv_msvcrt=ucrt and RT_VER=140 when UCRT is used
xtkoba (Tee KOBAYASHI)
2021-09-20
1
-1
/
+3
*
coroutine enables assembly version for dragonflybsd.
DC
2021-09-13
1
-0
/
+3
*
Remove stale DLEXT2
Nobuyoshi Nakada
2021-09-10
1
-4
/
+1
*
Make ruby.pc from make
Nobuyoshi Nakada
2021-08-29
1
-15
/
+0
*
Move DEFFILE to EXTDLDFLAGS
Nobuyoshi Nakada
2021-08-29
1
-1
/
+1
*
Use C99-defined signbit macro
Nobuyoshi Nakada
2021-08-27
1
-11
/
+1
*
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-27
1
-4
/
+2
*
netbsd coroutine uses assembly instead and little build fix.
David Carlier
2021-08-24
1
-0
/
+9
*
Fix COROUTINE_SRC on emscripten
Nobuyoshi Nakada
2021-08-16
1
-8
/
+3
*
coroutine use asm version for handful of architectures for freebsd.
DC
2021-08-16
1
-0
/
+9
[next]