| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * configure.in, win32/Makefile.sub (WERRORFLAG): flag to treat | nobu | 2010-12-06 | 1 | -2/+1 |
* | * configure.in: link addr2line only for ELF. | nobu | 2010-11-27 | 1 | -0/+1 |
* | * addr2line.c: added to show source filename and line number of | naruse | 2010-11-26 | 1 | -1/+1 |
* | fix typos. | nobu | 2010-11-25 | 1 | -1/+1 |
* | * configure.in (SITE_DIR, VENDOR_DIR), | nobu | 2010-11-22 | 1 | -2/+10 |
* | * configure.in (rubylibprefix): No ruby, No libprefix. | nobu | 2010-11-22 | 1 | -1/+4 |
* | * configure.in: support C level backtrace information on FreeBSD. | naruse | 2010-11-12 | 1 | -0/+9 |
* | * configure.in (DOT, DOXYGEN, PKG_CONFIG): tools running on build | nobu | 2010-11-11 | 1 | -6/+4 |
* | * configure.in: ANSI C-conforming const and volatile are mandatory | nobu | 2010-11-11 | 1 | -0/+3 |
* | * configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE): check | nobu | 2010-11-11 | 1 | -6/+6 |