aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Revert getaddrinfo_a()Masaki Matsushita2020-12-071-2/+0
* Add a hook before fork() for getaddrinfo_a()Masaki Matsushita2020-12-041-0/+2
* configure.ac: Check x86intrin.h only when the target CPU is x86Yusuke Endoh2020-11-271-1/+3
* Check if _FORTIFY_SOURCE really worksNobuyoshi Nakada2020-11-231-1/+2
* [Bug #17021] Make host_* values consistent with target_*Nobuyoshi Nakada2020-11-211-1/+6
* configure.ac: fix for upcoming autoconf-2.70Sergei Trofimovich2020-11-171-7/+8
* Removed canonicalization for mathnNobuyoshi Nakada2020-11-101-4/+2
* No longer need libtoolNobuyoshi Nakada2020-10-061-7/+0
* Do not use clang on cygwinNobuyoshi Nakada2020-09-281-1/+1
* RBIMPL_ALIGNOF: do not use __alignof__卜部昌平2020-09-251-20/+38
* rb_cv_have_alignas: not used any longer卜部昌平2020-09-251-28/+0
* Fix compile-time check for copy_file_range(2)Masaki Matsushita2020-09-121-3/+6
* Check copy_file_range(2) is actually supported.Masaki Matsushita2020-09-121-0/+36
* configure: detect that there is no g++卜部昌平2020-09-031-0/+8
* Fix pthread_setname_np arguments on NetBSDJeremy Evans2020-09-011-2/+2
* congigure.ac: favour gcc on Linux卜部昌平2020-09-011-1/+3
* DEPRECATED_TYPE: is deprecated卜部昌平2020-08-271-1/+0
* configure.ac: suppress more Sun C warnings.卜部昌平2020-08-221-2/+11
* configure.ac: more checks on STRIP卜部昌平2020-08-221-6/+13
* configure.ac: rule out old Sun C++卜部昌平2020-08-221-0/+14
* protect CFLAGS from being smashed by AC_PROG_CC卜部昌平2020-08-221-0/+6
* configure.ac: try GCC-provided ld卜部昌平2020-08-211-1/+1
* AC_PROG_CXXCPP: remove卜部昌平2020-08-211-1/+0
* configure.ac: move program_transform_name卜部昌平2020-08-211-14/+13
* configure.ac: use compiler-provided toolchains卜部昌平2020-08-211-71/+91
* Share the size for sigaltstack between configure.ac and signal.cNobuyoshi Nakada2020-07-221-2/+3
* configure.ac: Bump the size of sigaltstackJake Zimmerman2020-07-221-2/+2
* Bail out when unsupported coroutine targetNobuyoshi Nakada2020-07-091-4/+7
* Fix build error on Apple silicon macOSWatson2020-07-081-0/+3
* No GITPULLOPTIONS by defaultNobuyoshi Nakada2020-06-041-1/+1
* Check that BASERUBY is at least Ruby 2.2 in configureJeremy Evans2020-05-281-1/+1
* Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski2020-05-231-0/+5
* Search pkg-config with ac_tool_prefix [Bug #16909]Nobuyoshi Nakada2020-05-231-2/+5
* Revert "Search pkg-config by AC_CHECK_TOOL [Bug #16909]"Nobuyoshi Nakada2020-05-231-1/+1
* Search pkg-config by AC_CHECK_TOOL [Bug #16909]Nobuyoshi Nakada2020-05-231-1/+1
* BASERUBY have to be 1.9 or later at least [Bug #16845]Nobuyoshi Nakada2020-05-111-5/+3
* Fallback MAKE to makeNobuyoshi Nakada2020-05-111-1/+1
* Pass MAKE value to configure for non-default name caseNobuyoshi Nakada2020-05-111-1/+1
* Optimize sin/cosNobuyoshi Nakada2020-05-031-0/+2
* configure.ac: Automatically add -D__ANDROID_API=ver on AndroidYusuke Endoh2020-04-221-0/+24
* Don't require sub-word atomicsAndreas Schwab2020-04-111-2/+2
* configure: suppress SunPro warning卜部昌平2020-04-101-0/+7
* configure: suppress icc warnings卜部昌平2020-04-101-1/+1
* configure: always check for __builtin_unreachable卜部昌平2020-04-101-1/+1
* configure.ac: Skip C++ compiler of Sun OpenStudioYusuke Endoh2020-04-091-0/+5
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-3/+10
* Use toodir also in configure.acNobuyoshi Nakada2020-04-051-2/+4
* Added tooldir variableNobuyoshi Nakada2020-04-051-1/+1
* ucontext doesn't exist in a musl-libc env; use native assemblyPaul Jordan2020-04-011-2/+2
* Make file names and variable names consistentTakashi Kokubun2020-03-231-3/+3