aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Revert AC_PROG_CC_C99 for -std=gnu99 option to gcc 4.8Nobuyoshi Nakada2021-01-181-1/+4
* Update for autoconf 2.70Nobuyoshi Nakada2021-01-181-116/+116
* Removed unused AC_CHECKINGNobuyoshi Nakada2021-01-181-7/+0
* OpenBSD has getentropy, but no sys/random.hKazuhiro NISHIYAMA2021-01-181-0/+1
* random generator update for Mac proposalDavid CARLIER2021-01-171-0/+1
* configure.ac: disable using __builtin_setjmp on ARM AndroidYusuke Endoh2021-01-051-0/+6
* configure.ac: Stop auto-detection of __ANDROID_API__ when cross-compilingYusuke Endoh2021-01-051-5/+7
* Disable DTrace in FreeBSD (#3999)TAKANO Mitsuhiro2020-12-251-0/+3
* configure.ac: Make it possible to build on Android TermuxYusuke Endoh2020-12-251-11/+4
* On Solaris, _XOPEN_SOURCE should be undefined for C++ sources.Naohisa Goto2020-12-211-0/+2
* configure.ac: avoid squashing CXX=g++卜部昌平2020-12-161-3/+5
* Haiku: disable stack-protectorZoltán Mizsei2020-12-151-1/+1
* Add Haiku to the context support listZoltán Mizsei2020-12-151-0/+3
* Removed obsolete autoconf checksNobuyoshi Nakada2020-12-121-3/+3
* Signal handler type should be voidNobuyoshi Nakada2020-12-121-1/+0
* Omit checks for C89 standard or laterNobuyoshi Nakada2020-12-121-72/+0
* Link zlib always if availableYusuke Endoh2020-12-111-3/+1
* 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