summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2010-11-11* file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 ornobu
2010-11-11* include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier fornobu
2010-11-11* configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.nobu
2010-11-09* cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu
2010-11-09* dln.c (init_funcname): allocate and build initializationnobu
2010-11-09* configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP): no need whennobu
2010-11-09* configure.in (EXPORT_PREFIX): check generic prefix.nobu
2010-11-09* regenc.c (onigenc_minimum_property_name_to_ctype):naruse
2010-11-09* win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa
2010-11-09* util.c (ruby_strtod): this code uses FPU's rounding system.naruse
2010-11-08* error.c (rb_syserr_new): new function to make SystemCallErrornobu
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-11-08* util.c (ruby_hdtoa): fix type cast and bufsize.naruse
2010-11-08* vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse
2010-11-08* win32/win32.c (get_wsa_extension_function): typos. orzusa
2010-11-08* tool/enc-unicode.rb,naruse
2010-11-08* configure.in: support -h for solaris linker when gcc not usedshyouhei