| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in (NULLCMD): check in loop. | nobu | 2012-12-15 | 1 | -11/+9 |
* | * configure.in (GNUmakefile): remove -jN option from submake. | nobu | 2012-12-15 | 1 | -1/+3 |
* | * configure.in (HAVE_GCC_ATOMIC_BUILTINS): Set -march=i486 to enable | drbrain | 2012-12-14 | 1 | -1/+1 |
* | * configure.in: add -fno-omit-frame-pointer if libexecinfo is used. | naruse | 2012-12-12 | 1 | -0/+6 |
* | configure.in, mkmf.rb: sign extensions | nobu | 2012-12-10 | 1 | -3/+5 |
* | * configure.in: fix r37294: run only on i[3-6]86-linux. | naruse | 2012-11-28 | 1 | -0/+12 |
* | * configure.in: revert r37911, r37906 and r37904 which break build | ngoto | 2012-11-28 | 1 | -11/+0 |
* | Refix of r37904 | naruse | 2012-11-27 | 1 | -4/+14 |
* | fix r37904: it forced i486 though -marh was usually i686 | naruse | 2012-11-27 | 1 | -1/+1 |
* | * configure.in (opt-dir): don't use non portable flag -E of sed. | naruse | 2012-11-27 | 1 | -1/+1 |
* | * configure.in (ARCH_FLAG): __sync_val_compare_and_swap_4 needs | naruse | 2012-11-27 | 1 | -3/+4 |
* | * process.c (proc_getsid): adds new method for getting session id. | kosaki | 2012-11-24 | 1 | -1/+1 |
* | configure.in: --disable-dln | nobu | 2012-11-23 | 1 | -0/+5 |
* | * configure.in (RUBY_DTRACE_AVAILABLE): only check dtrace availability. | naruse | 2012-11-20 | 1 | -28/+26 |
* | Add extra line to prevent syntax error | naruse | 2012-11-20 | 1 | -0/+1 |
* | * configure.in: fix dtrace didn't work on darwin. | naruse | 2012-11-20 | 1 | -32/+23 |
* | * configure.in (--enable-dtrace): always call RUBY_DTRACE_BSD_BROKEN | naruse | 2012-11-20 | 1 | -9/+3 |
* | Revert "* configure.in (--enable-dtrace): change help message" | naruse | 2012-11-20 | 1 | -2/+6 |
* | * configure.in (--enable-dtrace): change help message | ngoto | 2012-11-19 | 1 | -6/+2 |
* | configure.in: no -lelf | nobu | 2012-11-19 | 1 | -3/+3 |
* | * configure.in: fix didn't enable_dtrace=yes on auto. | naruse | 2012-11-19 | 1 | -5/+6 |
* | * Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use. | naruse | 2012-11-19 | 1 | -0/+4 |
* | * configure.in, Makefile.in, common.mk: support DTrace on Solaris 10, | ngoto | 2012-11-18 | 1 | -15/+96 |
* | probes.h: select by suffix rules | nobu | 2012-11-16 | 1 | -3/+3 |
* | Makefile.in: split probes.h commands | nobu | 2012-11-16 | 1 | -0/+6 |
* | configure.in: move after AC_PROG_CC | nobu | 2012-11-16 | 1 | -8/+8 |
* | configure.in: cross-compiling fix | nobu | 2012-11-16 | 1 | -1/+4 |
* | Fix dtrace commit r37631, it is [Feature #2565] | naruse | 2012-11-13 | 1 | -0/+3 |
* | * re.c (rb_memsearch_ss): performance improvement by using memmem(3) if | glass | 2012-11-13 | 1 | -0/+36 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+3 |
* | Fix build on DragonFly where configure fails to detect isinf()/isnan(). | knu | 2012-11-12 | 1 | -0/+3 |
* | * configure.in (--with-opt-dir): Avoid nesting of double quotes | knu | 2012-11-08 | 1 | -1/+2 |
* | configure.in: no visibility option for older GCC | nobu | 2012-10-23 | 1 | -1/+9 |
* | configure.in: multiple opt-dir | nobu | 2012-10-17 | 1 | -6/+12 |
* | * gc.c: Use the non-recursive marking instead of recursion. The | nari | 2012-10-03 | 1 | -56/+0 |
* | * configure.in (--with-opt-dir): Make this also work on DLDFLAGS | knu | 2012-09-30 | 1 | -1/+3 |
* | configure.in: warnflags | nobu | 2012-09-16 | 1 | -0/+1 |
* | configure.in: strict warnflags | nobu | 2012-09-15 | 1 | -2/+2 |
* | configure.in: aix warnflags | nobu | 2012-09-15 | 1 | -1/+1 |
* | * configure.in: fix typo. | eregon | 2012-09-14 | 1 | -1/+1 |
* | configure.in: no PIE on Haiku | nobu | 2012-09-13 | 1 | -1/+7 |
* | configure.in: unquote | nobu | 2012-09-01 | 1 | -1/+1 |
* | configure.in: use configured libdir value | nobu | 2012-08-29 | 1 | -2/+9 |
* | * configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4. | naruse | 2012-08-28 | 1 | -2/+7 |
* | * nacl/GNUmakefile.in (CC, LD, NM, AR, AS, RANLIB, OBJDUMP, OBJCOPY) | yugui | 2012-08-27 | 1 | -5/+1 |
* | Improve require/File.expand_path performance on Windows | luislavena | 2012-08-24 | 1 | -1/+1 |
* | * configure.in: Fixing Haiku build. | naruse | 2012-08-23 | 1 | -3/+3 |
* | * configure.in: use the value of --with-opt-dir on building ruby | naruse | 2012-08-23 | 1 | -16/+22 |
* | * configure.in (ac_cv_func_shutdown): shutdown(2) has a dummy | yugui | 2012-08-22 | 1 | -0/+1 |
* | configure.in: noral blocks | nobu | 2012-08-21 | 1 | -12/+12 |