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
*
Optimize sin/cos
Nobuyoshi Nakada
2020-05-03
1
-0
/
+2
*
configure.ac: Automatically add -D__ANDROID_API=ver on Android
Yusuke Endoh
2020-04-22
1
-0
/
+24
*
Don't require sub-word atomics
Andreas Schwab
2020-04-11
1
-2
/
+2
*
configure: suppress SunPro warning
卜部昌平
2020-04-10
1
-0
/
+7
*
configure: suppress icc warnings
卜部昌平
2020-04-10
1
-1
/
+1
*
configure: always check for __builtin_unreachable
卜部昌平
2020-04-10
1
-1
/
+1
*
configure.ac: Skip C++ compiler of Sun OpenStudio
Yusuke Endoh
2020-04-09
1
-0
/
+5
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+10
*
Use toodir also in configure.ac
Nobuyoshi Nakada
2020-04-05
1
-2
/
+4
*
Added tooldir variable
Nobuyoshi Nakada
2020-04-05
1
-1
/
+1
*
ucontext doesn't exist in a musl-libc env; use native assembly
Paul Jordan
2020-04-01
1
-2
/
+2
*
Make file names and variable names consistent
Takashi Kokubun
2020-03-23
1
-3
/
+3
*
Moved MJIT_WITHOUT_TABS default to configure.ac
Nobuyoshi Nakada
2020-03-24
1
-0
/
+4
*
Prefer alignas() over _Alignas()
Yusuke Endoh
2020-02-20
1
-3
/
+8
*
support C++ std::nullptr_t
卜部昌平
2020-01-31
1
-0
/
+11
*
avoid undefined behaviour when n==0
卜部昌平
2020-01-10
1
-0
/
+1
*
modify MJIT_CC only on RUBY_DEBUG=ci
Koichi Sasada
2020-01-03
1
-1
/
+2
*
disable ccache if $CC is in /usr/lib/ccache/$CC.
Koichi Sasada
2020-01-03
1
-0
/
+5
*
Use __func__ as rb_cv_function_name_string on OpenBSD
Jeremy Evans
2019-12-28
1
-9
/
+12
*
add several __has_something macro
卜部昌平
2019-12-26
1
-0
/
+2
*
Allow more than one major version number in target_os
Matt Valentine-House
2019-12-13
1
-1
/
+1
*
support cross-compilation.
Koichi Sasada
2019-12-11
1
-0
/
+1
*
Fixed the inverted condition
Nobuyoshi Nakada
2019-12-03
1
-1
/
+1
*
Wrap statements in AS_IF properly
Nobuyoshi Nakada
2019-12-03
1
-1
/
+2
*
Disable _FORTIFY_SOURCE on mingw for now
Nobuyoshi Nakada
2019-12-02
1
-0
/
+11
*
Improve string literal concatenation for C++11
Mark Abraham
2019-11-06
1
-2
/
+2
*
Check for nonnull attribute in configure
Nobuyoshi Nakada
2019-10-29
1
-0
/
+5
*
Revert "Check for nonnull attribute in configure"
卜部昌平
2019-10-29
1
-5
/
+0
*
Check for nonnull attribute in configure
Nobuyoshi Nakada
2019-10-29
1
-0
/
+5
*
show BASERUBY version at configure.
Koichi Sasada
2019-10-20
1
-0
/
+3
*
oops
卜部昌平
2019-09-10
1
-1
/
+1
*
fix CentOS 6 compile error
卜部昌平
2019-09-10
1
-0
/
+15
*
Default to cc/c++ instead of gcc/g++ on OpenBSD
Jeremy Evans
2019-09-09
1
-2
/
+6
*
Stop setting same flags as cflags to cxxflags
Nobuyoshi Nakada
2019-09-06
1
-6
/
+6
*
Check clang++ as CXX when CXX is bare clang without suffix
Nobuyoshi Nakada
2019-09-06
1
-1
/
+1
*
Fix the appropriate C++ compiler in OS X selection
Kazuhiro NISHIYAMA
2019-08-27
1
-5
/
+5
*
Refined the appropriate C++ compiler in OS X selection
Nobuyoshi Nakada
2019-08-26
1
-9
/
+14
*
configure.ac: Improve icc_version guessing for non-icc environment
Yusuke Endoh
2019-08-25
1
-1
/
+1
*
configure.ac: fix the guess of icc_version
Yusuke Endoh
2019-08-25
1
-3
/
+1
*
Check whether syscall(2) is deprecated by actual warnings
Nobuyoshi Nakada
2019-08-20
1
-1
/
+7
*
Check for minimum required OSX version earlier
Nobuyoshi Nakada
2019-08-20
1
-14
/
+15
*
Bail out if unsupported old MacOSX is required
Nobuyoshi Nakada
2019-08-20
1
-10
/
+10
*
Fixed the check for OSX version
Nobuyoshi Nakada
2019-08-20
1
-5
/
+5
*
crash report on mac little update
David CARLIER
2019-08-19
1
-0
/
+1
*
NetBSD native support of explicit_bzero's like feature (#2145)
David CARLIER
2019-08-17
1
-0
/
+1
*
Relaxed target_os matching
Nobuyoshi Nakada
2019-07-23
1
-5
/
+5
*
Improve build process and coroutine implementation selection.
Samuel Williams
2019-07-18
1
-25
/
+33
*
Add coroutine context switch for i386-mingw32
Lars Kanis
2019-07-07
1
-0
/
+3
*
Use realpath(3) instead of custom realpath implementation if available
Jeremy Evans
2019-07-01
1
-0
/
+1
*
Enable native fiber coroutines on i386-openbsd
Jeremy Evans
2019-07-01
1
-0
/
+3
[next]