aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: check posix_memalign(3) and menalign(3).naruse2012-01-071-1/+1
* * configure.in: always define CANONICALIZATION_FOR_MATHN.nagachika2012-01-061-3/+1
* * configure.in: change --with-ntver to --with-winnt-ver to be moreluislavena2011-12-241-4/+4
* * configure.in: add --with-ntver option to match win32/configure.batluislavena2011-12-241-0/+8
* * configure.in (RUBY_WERROR_FLAG): append all warning flags whichnobu2011-12-081-4/+5
* * configure.in (rpath): fix typo in the help string. a patch fromnobu2011-12-071-1/+2
* * Makefile.in (CFLAGS): append ARCH_FLAG.nobu2011-12-021-3/+3
* * configure.in (UNIVERSAL_INTS): include short int. fix fornobu2011-12-021-1/+1
* * configure.in (RUBY_TRY_CFLAGS, RUBY_TRY_LDFLAGS): more verbose messages.nobu2011-12-021-2/+2
* * configure.in: check whether -pie or -Wl,-pie is valid asnobu2011-12-021-2/+11
* * configure.in: use $linker_flag for LDFLAGS option which is notnobu2011-12-021-2/+2
* Revert r33926 "* configure.in: use $linker_flag for LDFLAGS option which is not"naruse2011-12-021-3/+3
* * configure.in: use $linker_flag for LDFLAGS option which is notnobu2011-12-021-3/+3
* * configure.in (LDFLAGS): -fstack-protector is always needed tonobu2011-12-011-0/+1
* * configure.in: add sys/prctl.h test.kosaki2011-11-301-1/+1
* * configure.in: added -fno-strict-overflow. it suppress annoyingkosaki2011-11-271-0/+6
* * configure.in (stack_protector): disable on mingw. [Bug#5676]nobu2011-11-271-1/+7
* * Makefile.in (DLDFLAGS): also needs -fstack-protector.nobu2011-11-271-1/+0
* * configure.in (-fstack-protector): also needed in DLDFLAGS.nobu2011-11-271-2/+6
* * configure.in: whitespace-cleanup.nobu2011-11-271-4/+4
* * configure.in: whitespace-cleanup.nobu2011-11-271-2/+2
* * configure.in: add -fstack-protector into XLDFLAGS as well askosaki2011-11-271-1/+2
* * configure.in: revert r33832 and r33833. [ruby-core:41313] [Bug #5674]kosaki2011-11-271-0/+58
* * configure.in: workaround to avoid MacOS X build error.kosaki2011-11-271-1/+4
* * configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFlynaruse2011-11-261-1/+1
* * configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.naruse2011-11-261-3/+7
* * configure.in (--no-undefined): RUBY_TRY_CFLAGS does nothing fornobu2011-11-251-1/+1
* * Makefile.in (EXTLDFLAGS): export it.kosaki2011-11-251-0/+6
* * configure.in: turn on PIE if --enable-shared is not specified.kosaki2011-11-241-0/+6
* * configure.in: add -fstack-protector. It help to protect us fromkosaki2011-11-241-0/+1
* * configure.in: add -D_FORTIFY_SOURCE=2. It provide some compilekosaki2011-11-241-0/+4
* * configure.in: remove [read buffer ptr field in FILE structures] check.kosaki2011-11-241-37/+0
* * configure.in: remove [read count field in FILE] check.kosaki2011-11-241-19/+0
* * configure.in: add -Wall always.kosaki2011-11-241-1/+1
* Improved error message when using llvm-gccryan2011-11-171-1/+1
* * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto2011-11-151-1/+2
* * configure.in: should not use test -e for portability.nobu2011-11-091-1/+1
* * configure.in: reject llvm-gcc.nobu2011-11-011-0/+5
* * configure.in: check -fno-omit-frame-pointer acceptance and usageluislavena2011-10-301-0/+6
* * configure.in: check pipe2.akr2011-10-301-1/+1
* * configure.in: check dup3.akr2011-10-291-1/+2
* * configure.in (RUBY_DEFINE_IF): revert r33534 partially to getnobu2011-10-271-2/+8
* * configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.nobu2011-10-271-13/+8
* * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name asnobu2011-10-271-4/+6
* * configure.in (pthread_np.h): needs pthread.h to be includednobu2011-09-281-1/+1
* * configure.in: remove DJGPP support. It's not longer supportedkosaki2011-09-261-13/+1
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-261-19/+4
* * configure.in: remove a code for human68k. it's no longerkosaki2011-09-261-55/+1
* * configure.in: ignore all warnings from an arbitrarynobu2011-09-251-1/+1
* * configure.in (sizeof_struct_dirent_too_small): check if structnobu2011-09-031-9/+32