aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent timing failure.naruse2010-11-151-1/+1
* * 2010-11-15svn2010-11-141-2/+2
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-143-1/+10
* * enc/Makefile.in (distclean): should not remove sources which arenobu2010-11-142-2/+7
* * parse.y (parser_set_token_info): turn on/off with directives.nobu2010-11-143-4/+63
* * io.c (argf_readlines): forward to current_file for argumentsnobu2010-11-143-4/+37
* * win32/setup.mak (-basic-vars-, -runtime-): suppress trailingnobu2010-11-132-2/+7
* * symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h.azav2010-11-131-0/+6
* Added HAVE_LABS and HAVE_LLABS to config.hazav2010-11-131-0/+2
* * 2010-11-14svn2010-11-131-2/+2
* Changed packaging version in line with API style 3 versioningazav2010-11-131-3/+4
* * common.mk (showflags, help): emit messages at once.nobu2010-11-134-39/+46
* * win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.nobu2010-11-132-2/+6
* win32/Makefile.sub: remove useless 'ECHO is <ON>' messagearton2010-11-121-2/+1
* * 2010-11-13svn2010-11-121-2/+2
* win32/Makefile.sub: reoreder varialbe EOM (don't display it)arton2010-11-122-1/+6
* * common.mk (showflags, help): use caret to quote leading spaces on Windows.nobu2010-11-124-35/+42
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-128-170/+91
* * configure.in: support C level backtrace information on FreeBSD.naruse2010-11-122-0/+16
* * win32/setup.mak: use findstr.exe instead of find.exe, because allusa2010-11-122-1/+7
* * configure.in (DOT, DOXYGEN, PKG_CONFIG): tools running on buildnobu2010-11-111-6/+4
* * lib/mkmf.rb (create_makefile): missing newline.nobu2010-11-111-1/+1
* * win32/Makefile.sub: shorten messages.nobu2010-11-111-0/+58
* * 2010-11-12svn2010-11-111-2/+2
* * win32/Makefile.sub (config.h): need PRI_LL_PREFIX.nobu2010-11-112-0/+6
* * common.mk (showflags): nmake ignores case difference of targets.nobu2010-11-111-3/+2
* * configure.in: ANSI C-conforming const and volatile are mandatorynobu2010-11-112-1/+6
* * configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE): checknobu2010-11-112-7/+10
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): should not break fromnobu2010-11-112-5/+10
* * ext/iconv/iconv.c (warn_deprecated): show caller position.nobu2010-11-112-1/+29
* * io.c (argf_close): untie tied io before closing.nobu2010-11-112-3/+13
* * common.mk (all, main): show flags first.nobu2010-11-111-3/+3
* * common.mk (Doxyfile, capi, rdoc): show messages only by default.nobu2010-11-111-1/+10
* * cygwin/GNUmakefile.in: shorten messages.nobu2010-11-112-1/+24
* * io.c (argf_write): add ARGF.write and so on.nobu2010-11-112-2/+55
* * io.c (argf_read_nonblock): add ARGF.read_nonblock.nobu2010-11-112-1/+28
* * lib/rdoc/stats.rb (RDoc#print): get rid of NaN.nobu2010-11-112-2/+6
* * common.mk (SHOWFLAGS): show compile flags.nobu2010-11-112-1/+13
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-117-6/+99
* * configure.in (Makefile): fix duplicated target again.nobu2010-11-111-1/+3
* * lib/mkmf.rb (try_func): accept variable address.nobu2010-11-113-4/+23
* * fix type warnings.nobu2010-11-118-25/+23
* * signal.c (ruby_signal): fix condition.nobu2010-11-111-1/+1
* * io.c (pipe_finalize): status is success if no process.nobu2010-11-111-1/+1
* * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 ornobu2010-11-114-10/+46
* * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier fornobu2010-11-113-23/+49
* * 2010-11-11svn2010-11-111-2/+2
* * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.nobu2010-11-115-12/+23
* * cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu2010-11-097-6/+85
* * dln.c (init_funcname): allocate and build initializationnobu2010-11-092-22/+30