Age | Commit message (Expand) | Author |
2011-11-01 | * configure.in: reject llvm-gcc. | nobu |
2011-10-30 | * configure.in: check -fno-omit-frame-pointer acceptance and usage | luislavena |
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 get | nobu |
2011-10-27 | * configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable. | nobu |
2011-10-27 | * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name as | nobu |
2011-09-28 | * configure.in (pthread_np.h): needs pthread.h to be included | nobu |
2011-09-26 | * configure.in: remove DJGPP support. It's not longer supported | kosaki |
2011-09-26 | * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody | kosaki |
2011-09-26 | * configure.in: remove a code for human68k. it's no longer | kosaki |
2011-09-25 | * configure.in: ignore all warnings from an arbitrary | nobu |
2011-09-03 | * configure.in (sizeof_struct_dirent_too_small): check if struct | nobu |
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 the | nobu |
2011-08-19 | * configure.in: defines _DARWIN_UNLIMITED_SELECT if the target_os | mrkn |
2011-08-12 | fix r32943. It did break configure.in completely. | kosaki |
2011-08-12 | * configure.in: Desbribe "no" configure option for site_ruby | kosaki |
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 the | mrkn |
2011-07-31 | Forward-ports r32779 from branches/ruby_1_9_3 to trunk. The original commit | yugui |
2011-07-31 | Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk. | yugui |
2011-07-29 | * configure.in (enable_pthread): use -pthread on OpenBSD without | naruse |
2011-07-23 | revert r32647. r32649 is better one. | kosaki |
2011-07-23 | * configure.in: changed default optflags to -O0 if the compiler is | kosaki |
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 call | nari |
2011-06-30 | configure.in: Add warnflags for XL/C on AIX during configure | kanemoto |
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 prefix | usa |
2011-05-14 | introduce missing/setproctitle.c | kosaki |
2011-05-12 | * configure.in: limit to "T" type for prefix of external symbols | kou |
2011-05-06 | * thread_pthread.h (rb_thread_cond_t): add clockid field. it's | kosaki |
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 |
2011-05-04 | * thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo... | kosaki |
2011-04-26 | * configure.in (STRIP): use proper toolchain. based on a patch | nobu |
2011-04-26 | * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64 | nobu |
2011-04-11 | Evaluate truncate, ftruncate and ftello existence | luislavena |
2011-04-03 | * configure.in: disable fdatasync again on Mac OS X. | kosaki |
2011-03-08 | * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake): | nobu |
2011-03-08 | * process.c (proc_setgroups): use getgrnam() if getgrnam_r() is | nobu |
2011-03-08 | * configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiple | nobu |
2011-03-06 | * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism. | kosaki |
2011-03-04 | * configure.in: save warnflags. the patch is created by Eric Wong. | kosaki |
2011-02-15 | * configure.in: fix and resubmit r30621. [ruby-dev:43203] | kosaki |