| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * configure.in (RUBY_CHECK_PRINTF_PREFIX): should not break from | nobu | 2010-11-11 | 1 | -5/+5 |
* | * configure.in (Makefile): fix duplicated target again. | nobu | 2010-11-11 | 1 | -1/+3 |
* | * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 or | nobu | 2010-11-11 | 1 | -0/+1 |
* | * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier for | nobu | 2010-11-11 | 1 | -13/+31 |
* | * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX. | nobu | 2010-11-11 | 1 | -9/+10 |
* | * configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP): no need when | nobu | 2010-11-09 | 1 | -1/+4 |
* | * configure.in (EXPORT_PREFIX): check generic prefix. | nobu | 2010-11-09 | 1 | -4/+6 |
* | * configure.in: support -h for solaris linker when gcc not used | shyouhei | 2010-11-08 | 1 | -0/+2 |
* | * configure.in: check only the first symbol to get rid of | nobu | 2010-11-07 | 1 | -1/+1 |
* | * configure.in (NM): check on all platforms. #4031 | nobu | 2010-11-07 | 1 | -1/+1 |
* | * configure.in (rb_cv_export_prefix): check for prefixed | nobu | 2010-11-05 | 1 | -1/+9 |