summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2011-11-25* configure.in (--no-undefined): RUBY_TRY_CFLAGS does nothing fornobu
2011-11-25* Makefile.in (EXTLDFLAGS): export it.kosaki
2011-11-24* configure.in: turn on PIE if --enable-shared is not specified.kosaki
2011-11-24* configure.in: add -fstack-protector. It help to protect us fromkosaki
2011-11-24* configure.in: add -D_FORTIFY_SOURCE=2. It provide some compilekosaki
2011-11-24* configure.in: remove [read buffer ptr field in FILE structures] check.kosaki
2011-11-24* configure.in: remove [read count field in FILE] check.kosaki
2011-11-24* configure.in: add -Wall always.kosaki
2011-11-17Improved error message when using llvm-gccryan
2011-11-15* include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto
2011-11-09* configure.in: should not use test -e for portability.nobu
2011-11-01* configure.in: reject llvm-gcc.nobu
2011-10-30* configure.in: check -fno-omit-frame-pointer acceptance and usageluislavena
2011-10-30* configure.in: check pipe2.akr
2011-10-29* configure.in: check dup3.akr
2011-10-27* configure.in (RUBY_DEFINE_IF): revert r33534 partially to getnobu
2011-10-27* configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.nobu
2011-10-27* configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name asnobu
2011-09-28* configure.in (pthread_np.h): needs pthread.h to be includednobu
2011-09-26* configure.in: remove DJGPP support. It's not longer supportedkosaki
2011-09-26* include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki
2011-09-26* configure.in: remove a code for human68k. it's no longerkosaki
2011-09-25* configure.in: ignore all warnings from an arbitrarynobu
2011-09-03* configure.in (sizeof_struct_dirent_too_small): check if structnobu
2011-09-03* configure.in (RUBY_MINGW32): take tool prefix from CC.nobu
2011-08-30* configure.in: fix a build failure on GNU Hurd.kosaki
2011-08-21* configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.ngoto
2011-08-19* process.c (proc_spawn_v, proc_spawn): should not wait thenobu
2011-08-19* configure.in: defines _DARWIN_UNLIMITED_SELECT if the target_osmrkn
2011-08-12fix r32943. It did break configure.in completely.kosaki
2011-08-12* configure.in: Desbribe "no" configure option for site_rubykosaki
2011-08-07* configure.in: add -Wunused-variable to default CFLAGS.kosaki
2011-08-04* configure.in: when Solaris cc, use $(CC) to link shared libs.ngoto
2011-08-03* configure.in: set CXX variable to the C++ compiler that matches themrkn
2011-07-31Forward-ports r32779 from branches/ruby_1_9_3 to trunk. The original commityugui
2011-07-31Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui
2011-07-29* configure.in (enable_pthread): use -pthread on OpenBSD withoutnaruse
2011-07-23revert r32647. r32649 is better one.kosaki
2011-07-23* configure.in: changed default optflags to -O0 if the compiler iskosaki
2011-07-16* configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.nobu
2011-07-08* configure.in: can't subtract void *.nari
2011-07-07* gc.c: change water_mark value value that may callnari
2011-06-30configure.in: Add warnflags for XL/C on AIX during configurekanemoto
2011-06-28* signal.c: Now, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK.kosaki
2011-05-16* configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefixusa
2011-05-14introduce missing/setproctitle.ckosaki
2011-05-12* configure.in: limit to "T" type for prefix of external symbolskou
2011-05-06* thread_pthread.h (rb_thread_cond_t): add clockid field. it'skosaki
2011-05-06* thread.c (rb_wait_for_single_fd): use ppoll() instead of poll()kosaki
2011-05-06* configure.in: remove nanosleep check. we no longer use it.kosaki