aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* configure.in: use ac_cv_func_vforknobu2014-09-071-1/+1
* process.c: disable vfork on OS Xnobu2014-09-071-13/+8
* process.c: vfork may not work with pthreadnobu2014-09-071-7/+13
* * configure.in: Check sys/id.h, getuidx and getgidx for AIX.akr2014-09-051-1/+4
* * configure.in (dirfd): Check function.akr2014-09-041-0/+1
* * process.c (has_privilege): New function.akr2014-09-041-0/+2
* * configure.in: Use AC_FUNC_FORK.akr2014-09-021-2/+3
* configure.in: quote defun namesnobu2014-08-201-5/+5
* configure.in: [Bug #8409]nobu2014-08-121-3/+2
* * configure.in: ignored working directory same as prefix value.hsbt2014-08-121-0/+4
* configure.in: fix jemalloc checknobu2014-08-111-1/+16
* configure.in: remove spaces followed by tabsnobu2014-08-111-4/+4
* configure.in: remove SSE optionsnobu2014-08-101-16/+0
* configure.in: duplicated linker flagsnobu2014-08-101-1/+0
* defines.h: PACKED_STRUCT_UNALIGNEDnobu2014-07-231-2/+0
* configure.in: missing commanobu2014-07-231-1/+1
* configure.in: with-destdirnobu2014-07-181-0/+5
* configure.in: exit with failurenobu2014-07-131-7/+7
* configure.in: fix static-linked-extnobu2014-07-031-3/+4
* configure.in: extract date at build timenobu2014-06-161-2/+1
* thread.c: fix for non-scalar pthread_tnobu2014-06-111-0/+14
* configure.in: disable posix_fadvisenobu2014-06-081-1/+12
* version.c: show malloc_confnobu2014-06-051-6/+4
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-2/+16
* configure.in: add --with-jemalloc optionnormal2014-06-041-0/+7
* configure.in: remove rb_cv_typeofnobu2014-05-311-6/+0
* * thread.c (rb_thread_atfork_internal): My compiler complainsshyouhei2014-05-311-0/+1
* configure.in: fix messagesnobu2014-05-291-1/+1
* configure.in: do not disable ucontext.hnobu2014-05-251-1/+2
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-0/+1
* sys/param.h is used by linuxnaruse2014-05-221-0/+1
* revert File::Statfs [Feature #9772]naruse2014-05-221-37/+0
* configure.in: Info.plist workaroundnobu2014-05-211-0/+9
* configure.in: rb_cv_atan2_inf_c99nobu2014-05-181-2/+2
* * configure.in: Check nextafter() availability.akr2014-05-181-0/+1
* configure.in: disable install-capi by defaultnobu2014-05-171-1/+1
* configure.in: enable SSE2 on mingwshirosaki2014-05-151-1/+1
* configure.in: check atan2nobu2014-05-121-0/+29
* * configure.in: Invoke AC_REPLACE_FUNCS for each function.akr2014-05-121-4/+21
* configure.in: check typeofnobu2014-05-111-0/+6
* configure.in: check for setjmp type with CCDLFLAGSnobu2014-05-091-0/+6
* * configure.in: OpenBSD needs to include sys/param.h before includenaruse2014-05-081-1/+3
* math.c: C99-like atan2nobu2014-05-041-0/+1
* * file.c (HAVE_STRUCT_STATVFS_F_BASETYPE): File::Statfs#fstypenamengoto2014-05-021-1/+4
* * configure.in (HAVE_STRUCT_STATFS_F_TYPE): check struct statfs.f_typenaruse2014-04-281-1/+1
* * configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse2014-04-281-0/+7
* configure.in: refine __builtin_unreachable checknobu2014-04-251-2/+2
* * configure.in: NetBSD's ksh, used by configure, needs escapes.naruse2014-04-251-1/+1
* * configure.in: correct pthread_setname_np's prototype on NetBSD.naruse2014-04-251-1/+4
* file.c: unpack in binarynobu2014-04-231-10/+0