aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * regint.h (OnigOpInfoType): constify name.naruse2010-11-174-24/+37
* * enc/shift_jis.c (property_name_to_ctype): fix memory leak.naruse2010-11-173-2/+8
* * 2010-11-17svn2010-11-161-2/+2
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-163-38/+62
* * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)mame2010-11-162-1/+6
* Refix timing problem.naruse2010-11-161-1/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn2010-11-162-1/+6
* * pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu2010-11-153-1/+13
* * regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scanmame2010-11-152-14/+17
* * 2010-11-16svn2010-11-151-2/+2
* * gc.c (assign_heap_slot): fix fear of memory leak and memorymame2010-11-152-3/+12
* * eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to addmame2010-11-152-1/+6
* * compile.c (iseq_set_exception_local_table, iseq_set_local_table,mame2010-11-152-4/+11
* * vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coveritymame2010-11-152-1/+7
* Avoid timing problem.naruse2010-11-151-5/+1
* * lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove2010-11-152-4/+13
* making ssl test a little bettertenderlove2010-11-151-1/+1
* STDIN is not valid when ruby doesn't have tty.naruse2010-11-151-1/+3
* 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