summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2018-07-05unrevert r63852 but keep SIGCHLD path disabled for win32normal
2018-07-04Revert r63758 and related commitsnaruse
2018-07-03configure.ac: [DOC] refine help messagesnobu
2018-06-30use sigsetjmp on macOSnobu
2018-06-27hijack SIGCHLD handler for internal usenormal
2018-06-22remove DISABLE_RUBYGEMS from config filesnobu
2018-06-14prefer clock_gettimenobu
2018-05-16configure.ac: move the checks of _XOPEN_SOURCE on Solarisngoto
2018-05-16configure.ac: move checks of -std=gnu99 and _XOPEN_SOURCE on Solarisngoto
2018-05-16configure.ac: revert r63438ngoto
2018-05-15Change logic to check _XOPEN_SOURCE on Solarisngoto
2018-05-15configure.ac: maybe with jemallocnobu
2018-05-15-Wno-cast-function-typeshyouhei
2018-05-11configure.ac: remove ineffective check on Solaris with GCCngoto
2018-04-29Remove the teeny part from the shared library name on macOSknu
2018-04-09Prefer alignof() over _Alignof()shyouhei
2018-04-03Honor --silent optionnobu
2018-03-27configure.ac: string literal concatenationnobu
2018-03-24configure.ac: named blocksnobu
2018-03-16configure.ac: DLDFLAGS without arch flagsnobu
2018-03-15configure.ac: fix rb_cv_gcc_compiler_casnobu
2018-03-14configure.ac: basic libsnobu
2018-03-09configure.ac: --disable-mathn optionnobu
2018-03-03mjit_config.h: MJIT_LDSHAREDnobu
2018-03-02configure.ac: library options to MAINLIBSnobu
2018-03-02configure.ac: fix up r59130nobu
2018-03-01MJIT specific flagsnobu
2018-02-18mjit.c: no va_copynobu
2018-02-17configure.ac: check clockid_t with necessary headersnobu
2018-02-15thread_pthread.c: Use `getpagesize()` when `pthread_attr_getguardsize` is una...mame
2018-02-15configure.ac: Use `pthread_create` to determine if pthread is availablemame
2018-02-08MJIT header for multiarchnobu
2018-02-06configure.ac: removed unnecessary pushdef/popdefnobu
2018-02-06deal with aclocal(1)shyouhei
2018-02-05va_copy is a C99ismshyouhei
2018-02-04common.mk: rb_mjit_header.hnobu
2018-01-27Fix duplicated HAVE_NANkazu
2018-01-20set AC_CONFIG_MACRO_DIRS [close GH-1793]shyouhei
2018-01-20refactor split configure.ac into filesshyouhei
2018-01-20add missing/nan.cshyouhei
2018-01-19there is no guarantee that mode_t is as wide as intshyouhei
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-18-Wmissing-noreturnshyouhei
2018-01-16-Wno-overlength-stringsshyouhei
2018-01-15sorry, this hunk was a garbage. [ci skip]shyouhei
2018-01-15__builtin_alloca_with_align for optimal memory accessshyouhei
2018-01-15__builtin_assume_aligned for *(foo *) castsshyouhei
2018-01-15__alignof__ to take alignment of a typeshyouhei
2018-01-15__attibute__((__aligned__)) for RSTRING_PTR()shyouhei
2018-01-13Fix a typo.hsbt