summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-11-18* win32/Makefile.sub (scriptbin): create script binaries.nobu
2010-11-18* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou
2010-11-18* include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.nobu
2010-11-17* Makefile.in (reconfig): force reconfigure with previous options.nobu
2010-11-17* missing/langinfo.c (strncasecmp): get rid of redefinition.nobu
2010-11-17* lib/csv.rb: Upgrading output encoding with ASCII content jeg2
2010-11-17* win32/configure.bat: remove quotes from arguments to be quoted.nobu
2010-11-17* lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu
2010-11-17* lib/mkmf.rb (create_makefile): make extension libraries messagesnobu
2010-11-17* win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu
2010-11-17* common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c): passnobu
2010-11-17* test/test_tracer.rb: new test case. mimimal regression test for r29280.yugui
2010-11-17* test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui
2010-11-17* regint.h (OnigOpInfoType): constify name.naruse
2010-11-17* enc/shift_jis.c (property_name_to_ctype): fix memory leak.naruse
2010-11-16* lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg2
2010-11-16* vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)mame
2010-11-16* ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn
2010-11-15* pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu
2010-11-15* regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scanmame
2010-11-15* gc.c (assign_heap_slot): fix fear of memory leak and memorymame
2010-11-15* eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to addmame
2010-11-15* compile.c (iseq_set_exception_local_table, iseq_set_local_table,mame
2010-11-15* vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coveritymame
2010-11-15* lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove
2010-11-14* etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove
2010-11-14* enc/Makefile.in (distclean): should not remove sources which arenobu
2010-11-14* parse.y (parser_set_token_info): turn on/off with directives.nobu
2010-11-14* io.c (argf_readlines): forward to current_file for argumentsnobu
2010-11-13* win32/setup.mak (-basic-vars-, -runtime-): suppress trailingnobu
2010-11-13* symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h.azav
2010-11-13* common.mk (showflags, help): emit messages at once.nobu
2010-11-13* win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.nobu
2010-11-12win32/Makefile.sub: reoreder varialbe EOM (don't display it)arton
2010-11-12* common.mk (showflags, help): use caret to quote leading spaces on Windows.nobu
2010-11-12* Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu
2010-11-12* configure.in: support C level backtrace information on FreeBSD.naruse
2010-11-12* win32/setup.mak: use findstr.exe instead of find.exe, because allusa
2010-11-11* win32/Makefile.sub (config.h): need PRI_LL_PREFIX.nobu
2010-11-11* configure.in: ANSI C-conforming const and volatile are mandatorynobu
2010-11-11* configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE): checknobu
2010-11-11* configure.in (RUBY_CHECK_PRINTF_PREFIX): should not break fromnobu
2010-11-11* ext/iconv/iconv.c (warn_deprecated): show caller position.nobu
2010-11-11* io.c (argf_close): untie tied io before closing.nobu
2010-11-11* io.c (argf_write): add ARGF.write and so on.nobu
2010-11-11* io.c (argf_read_nonblock): add ARGF.read_nonblock.nobu
2010-11-11* lib/rdoc/stats.rb (RDoc#print): get rid of NaN.nobu
2010-11-11* common.mk (SHOWFLAGS): show compile flags.nobu
2010-11-11* common.mk: hide long command lines by default. verbose-mode isnobu
2010-11-11* lib/mkmf.rb (try_func): accept variable address.nobu