| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * configure.in (LIBRUBY_RELATIVE): use rpath token expansion. | nobu | 2010-11-05 | 1 | -1/+9 |
* | * template/ruby.pc.in (arch, sitearch): reordered. | nobu | 2010-11-05 | 1 | -1/+0 |
* | * configure.in (--with-valgrind): Now this option is default on. | shyouhei | 2010-11-04 | 1 | -0/+2 |
* | * configure.in (ruby_pc): erase runtime-defined variables and | nobu | 2010-10-30 | 1 | -3/+17 |
* | * Makefile.in (ASFLAGS): needs INCFLAGS. | nobu | 2010-10-26 | 1 | -0/+21 |
* | * configure.in (rb_cv_gcc_atomic_builtins): check for atomic | nobu | 2010-10-26 | 1 | -0/+13 |
* | * Makefile.in (pkgconfig-data): create pkg-config metadata file. | nobu | 2010-10-25 | 1 | -0/+11 |
* | * configure.in (dev_t): use RUBY_REPLACE_TYPE. | nobu | 2010-10-15 | 1 | -1/+1 |
* | * file.c (DEVT2NUM): added. Size of dev_t is depend on the | naruse | 2010-10-13 | 1 | -0/+1 |
* | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu | 2010-10-12 | 1 | -0/+14 |
* | * configure.in (RUBY_MINGW32): canonicalize only on mingw. | nobu | 2010-10-12 | 1 | -1/+1 |
* | * configure.in (RUBY_MINGW32): canonicalize as like mswin version. | nobu | 2010-10-10 | 1 | -3/+9 |
* | * configure.in (RSHIFT): quote to get rid of argument expansion | nobu | 2010-10-09 | 1 | -1/+1 |
* | * configure.in (Makefile): get rid of duplicated ruby target when | nobu | 2010-10-03 | 1 | -0/+1 |
* | * configure.in (LIBRUBY_DLDFLAGS): fix quoting. | nobu | 2010-09-25 | 1 | -2/+2 |
* | * configure.in (LIBRUBY_DLDFLAGS): use -unexported_symbol only | nobu | 2010-09-25 | 1 | -1/+28 |
* | configure.in: Always add -mieee for Renesas SH4 | kosaki | 2010-09-25 | 1 | -1/+1 |
* | * Makefile.in (install-cross): target to install cross-compiling | nobu | 2010-09-24 | 1 | -0/+6 |
* | * configure.in (--disable-install-doc): disables capi too, in addition | yugui | 2010-09-19 | 1 | -8/+21 |
* | * configure.in (LIBRUBY_SO): fix an oversight of replace | nobu | 2010-09-19 | 1 | -1/+1 |
* | * configure.in: read API version from include/ruby/version.h. | nobu | 2010-08-24 | 1 | -1/+1 |
* | * configure.in: fix typo. a patch from Eric Wong at | nobu | 2010-08-21 | 1 | -1/+1 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 1 | -0/+13 |
* | * ext/purelib.rb: no longer used since the default load path of | nobu | 2010-08-02 | 1 | -1/+1 |