| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward-ports r32779 from branches/ruby_1_9_3 to trunk. The original commit | yugui | 2011-07-31 | 1 | -3/+3 |
* | Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk. | yugui | 2011-07-31 | 1 | -0/+22 |
* | * configure.in (enable_pthread): use -pthread on OpenBSD without | naruse | 2011-07-29 | 1 | -1/+3 |
* | revert r32647. r32649 is better one. | kosaki | 2011-07-23 | 1 | -7/+1 |
* | * configure.in: changed default optflags to -O0 if the compiler is | kosaki | 2011-07-23 | 1 | -1/+7 |
* | * configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag. | nobu | 2011-07-16 | 1 | -3/+6 |
* | * configure.in: can't subtract void *. | nari | 2011-07-08 | 1 | -5/+5 |
* | * gc.c: change water_mark value value that may call | nari | 2011-07-07 | 1 | -0/+57 |
* | configure.in: Add warnflags for XL/C on AIX during configure | kanemoto | 2011-06-30 | 1 | -0/+3 |
* | * signal.c: Now, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK. | kosaki | 2011-06-28 | 1 | -1/+1 |
* | * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefix | usa | 2011-05-16 | 1 | -0/+3 |
* | introduce missing/setproctitle.c | kosaki | 2011-05-14 | 1 | -1/+9 |
* | * configure.in: limit to "T" type for prefix of external symbols | kou | 2011-05-12 | 1 | -1/+1 |
* | * thread_pthread.h (rb_thread_cond_t): add clockid field. it's | kosaki | 2011-05-06 | 1 | -1/+9 |
* | * thread.c (rb_wait_for_single_fd): use ppoll() instead of poll() | kosaki | 2011-05-06 | 1 | -1/+1 |
* | * configure.in: remove nanosleep check. we no longer use it. | kosaki | 2011-05-06 | 1 | -7/+1 |
* | * thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo... | kosaki | 2011-05-04 | 1 | -1/+1 |
* | * configure.in (STRIP): use proper toolchain. based on a patch | nobu | 2011-04-26 | 1 | -4/+3 |
* | * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64 | nobu | 2011-04-26 | 1 | -0/+1 |
* | Evaluate truncate, ftruncate and ftello existence | luislavena | 2011-04-11 | 1 | -3/+1 |
* | * configure.in: disable fdatasync again on Mac OS X. | kosaki | 2011-04-03 | 1 | -0/+1 |
* | * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake): | nobu | 2011-03-08 | 1 | -0/+2 |
* | * process.c (proc_setgroups): use getgrnam() if getgrnam_r() is | nobu | 2011-03-08 | 1 | -1/+1 |
* | * configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiple | nobu | 2011-03-08 | 1 | -1/+4 |
* | * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism. | kosaki | 2011-03-06 | 1 | -17/+1 |
* | * configure.in: save warnflags. the patch is created by Eric Wong. | kosaki | 2011-03-04 | 1 | -0/+1 |
* | * configure.in: fix and resubmit r30621. [ruby-dev:43203] | kosaki | 2011-02-15 | 1 | -0/+4 |
* | * configure.in: revert r30621. That revision introduced mkmf test | shyouhei | 2011-02-14 | 1 | -3/+0 |
* | * configure.in (rubygems): add --disable-rubygems option. | nobu | 2011-02-11 | 1 | -0/+11 |
* | * configure.in (AC_MSG_CHECKING): fixed typo. the patch is | kosaki | 2011-02-08 | 1 | -1/+1 |
* | * configure.in: revert r30725. Now we have proper runtime fallback. | kosaki | 2011-02-08 | 1 | -1/+0 |
* | * configure.in: revert r30698. | kosaki | 2011-01-31 | 1 | -2/+2 |
* | * configure.in: Mac OS X wrongly reports it has fdatasync(3). | naruse | 2011-01-29 | 1 | -0/+1 |
* | * configure.in (--with-valgrind): Fixed r29683. Now this option | kosaki | 2011-01-28 | 1 | -3/+3 |
* | We don't only need to change "struct stat.st_size" test, but also | kosaki | 2011-01-28 | 1 | -1/+1 |
* | * configure.in: Add #include<sys/stat.h> when struct stat is | kosaki | 2011-01-28 | 1 | -1/+1 |
* | * configure.in: redundant variable names made strange conftest | kosaki | 2011-01-28 | 1 | -2/+2 |
* | * configure.in: Added mode_t type checking. | kosaki | 2011-01-28 | 1 | -0/+1 |
* | * configure.in: should not use -Werror=* flags while conftests. | nobu | 2011-01-21 | 1 | -0/+3 |
* | * configure.in: Fix incorrectly detected x86_64-w64-mingw32 due | luislavena | 2011-01-21 | 1 | -2/+0 |
* | * configure.in: Fix rb_cv_va_args_macro was broken. We are using | kosaki | 2011-01-20 | 1 | -2/+4 |
* | * configure.in: Add '#include <stdlib.h>' to | kosaki | 2011-01-20 | 1 | -0/+1 |
* | * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_t | kosaki | 2011-01-20 | 1 | -0/+1 |
* | * configure.in (warnflags): add -Werror=implicit-function-declaration | nobu | 2011-01-15 | 1 | -2/+8 |
* | * configure.in, win32/Makefile.sub (RUNRUBY): require path should | usa | 2011-01-14 | 1 | -1/+1 |
* | * io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too. | yugui | 2011-01-09 | 1 | -1/+1 |
* | * configure.in (warnflags), lib/mkmf.rb (configuration): turn | nobu | 2010-12-31 | 1 | -3/+16 |
* | * configure.in (target_archs): remove temporary objects. | nobu | 2010-12-21 | 1 | -2/+2 |
* | * io.c (rb_io_advise): New API. IO#advise() allows to tell the | kosaki | 2010-12-16 | 1 | -1/+1 |
* | * configure.in: Add -Werror=declaration-after-statement to default | naruse | 2010-12-14 | 1 | -0/+1 |