[前][次][番号順一覧][上]

ruby-changes:17701-17800

  17701 2010-11-07 10:18 [ko1@a...            ] Ruby:r29711 (trunk): property.          
  17702 2010-11-08 07:26 [ko1@a...            ] Ruby:r29712 (trunk): * configure.in: check only the first symbol to get rid of
  17703 2010-11-08 09:51 [ko1@a...            ] Ruby:r29713 (trunk): * enc/trans/gbk-tbl.rb: Add euro sign. 
  17704 2010-11-08 11:03 [ko1@a...            ] Ruby:r29714 (trunk): * win32/win32.c (get_proc_address): refactoring.
  17705 2010-11-08 11:48 [ko1@a...            ] Ruby:r29715 (trunk): * win32/win32.c (finish_overlapped_socket): refactoring.
  17706 2010-11-08 12:19 [ko1@a...            ] Ruby:r29716 (trunk): * configure.in: support -h for solaris linker when gcc not used
  17707 2010-11-08 14:41 [ko1@a...            ] Ruby:r29718 (trunk): * win32/win32.c (get_wsa_extension_function): typos. orz
  17708 2010-11-08 15:44 [ko1@a...            ] Ruby:r29719 (trunk): * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn't
  17709 2010-11-08 18:31 [ko1@a...            ] Ruby:r29720 (trunk): * util.c (ruby_hdtoa): fix type cast and bufsize.
  17710 2010-11-09 05:58 [ko1@a...            ] Ruby:r29721 (trunk): * lib/minitest/mock.rb: Remove unused variable warnings.
  17711 2010-11-09 05:58 [ko1@a...            ] Ruby:r29722 (trunk): * 2010-11-09       
  17712 2010-11-09 05:58 [ko1@a...            ] Ruby:r29723 (trunk): * lib/rake/*.rb: Remove unused variable warnings.
  17713 2010-11-09 05:58 [ko1@a...            ] Ruby:r29724 (trunk): * lib/rdoc/*.rb: Remove unused variable warnings.
  17714 2010-11-09 05:58 [ko1@a...            ] Ruby:r29725 (trunk): * lib/rubygems/*: Remove unused variables warnings
  17715 2010-11-09 05:59 [ko1@a...            ] Ruby:r29726 (trunk): * lib/*.rb: Remove unused variable warnings.
  17716 2010-11-09 07:28 [ko1@a...            ] Ruby:r29727 (trunk): * util.c (ruby_strtod): suppress a warning.
  17717 2010-11-09 07:30 [ko1@a...            ] Ruby:r29728 (trunk): * error.c (rb_syserr_new): new function to make SystemCallError
  17718 2010-11-09 10:57 [ko1@a...            ] Ruby:r29729 (trunk): * util.c (ruby_strtod): this code uses FPU's rounding system.
  17719 2010-11-09 13:22 [ko1@a...            ] Ruby:r29730 (trunk): Fix wrong test.    
  17720 2010-11-09 13:30 [ko1@a...            ] Ruby:r29731 (trunk): * win32/win32.c (overlapped_socket_io): get rid of a warning of 64bit
  17721 2010-11-09 16:41 [ko1@a...            ] Ruby:r29732 (trunk): * regenc.c (onigenc_minimum_property_name_to_ctype):
  17722 2010-11-09 19:14 [ko1@a...            ] Ruby:r29733 (trunk): Clean a warning.   
  17723 2010-11-09 21:13 [ko1@a...            ] Ruby:r29734 (trunk): * configure.in (EXPORT_PREFIX): check generic prefix.
  17724 2010-11-09 21:15 [ko1@a...            ] Ruby:r29735 (trunk): * configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP): no need when
  17725 2010-11-09 21:57 [ko1@a...            ] Ruby:r29736 (trunk): * gc.c (after_gc_sweep): remove unused variable.
  17727 2010-11-10 07:20 [ko1@a...            ] Ruby:r29738 (trunk): * cygwin/GNUmakefile.in (scriptbin): make executable file from
  17728 2010-11-11 20:45 [ko1@a...            ] Ruby:r29739 (trunk): * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.
  17729 2010-11-11 20:45 [ko1@a...            ] Ruby:r29740 (trunk): * 2010-11-11       
  17730 2010-11-11 20:50 [ko1@a...            ] Ruby:r29741 (trunk): * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier for
  17731 2010-11-11 21:24 [ko1@a...            ] Ruby:r29742 (trunk): * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 or
  17732 2010-11-11 21:28 [ko1@a...            ] Ruby:r29743 (trunk): * io.c (pipe_finalize): status is success if no process.
  17733 2010-11-11 21:30 [ko1@a...            ] Ruby:r29744 (trunk): * signal.c (ruby_signal): fix condition.
  17734 2010-11-11 21:30 [ko1@a...            ] Ruby:r29745 (trunk): * fix type warnings.
  17735 2010-11-11 21:32 [ko1@a...            ] Ruby:r29746 (trunk): * lib/mkmf.rb (try_func): accept variable address.
  17736 2010-11-11 21:41 [ko1@a...            ] Ruby:r29747 (trunk): * configure.in (Makefile): fix duplicated target again.
  17737 2010-11-11 21:52 [ko1@a...            ] Ruby:r29748 (trunk): * common.mk: hide long command lines by default.  verbose-mode is
  17738 2010-11-11 21:53 [ko1@a...            ] Ruby:r29749 (trunk): * common.mk (SHOWFLAGS): show compile flags.
  17739 2010-11-11 21:53 [ko1@a...            ] Ruby:r29751 (trunk): * io.c (argf_read_nonblock): add ARGF.read_nonblock.
  17740 2010-11-11 21:53 [ko1@a...            ] Ruby:r29750 (trunk): * lib/rdoc/stats.rb (RDoc#print): get rid of NaN.
  17741 2010-11-11 21:56 [ko1@a...            ] Ruby:r29752 (trunk): * io.c (argf_write): add ARGF.write and so on.
  17742 2010-11-11 22:03 [ko1@a...            ] Ruby:r29753 (trunk): * cygwin/GNUmakefile.in: shorten messages.
  17743 2010-11-11 22:37 [ko1@a...            ] Ruby:r29754 (trunk): * common.mk (Doxyfile, capi, rdoc): show messages only by default.
  17744 2010-11-11 22:38 [ko1@a...            ] Ruby:r29755 (trunk): * common.mk (all, main): show flags first.
  17745 2010-11-11 23:03 [ko1@a...            ] Ruby:r29756 (trunk): * io.c (argf_close): untie tied io before closing.
  17746 2010-11-11 23:04 [ko1@a...            ] Ruby:r29757 (trunk): * ext/iconv/iconv.c (warn_deprecated): show caller position.
  17747 2010-11-11 23:29 [ko1@a...            ] Ruby:r29758 (trunk): * configure.in (RUBY_CHECK_PRINTF_PREFIX): should not break from
  17748 2010-11-11 23:32 [ko1@a...            ] Ruby:r29759 (trunk): * configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE): check
  17749 2010-11-11 23:38 [ko1@a...            ] Ruby:r29760 (trunk): * configure.in: ANSI C-conforming const and volatile are mandatory
  17750 2010-11-11 23:57 [ko1@a...            ] Ruby:r29761 (trunk): * common.mk (showflags): nmake ignores case difference of targets.
  17751 2010-11-12 00:32 [ko1@a...            ] Ruby:r29763 (trunk): * 2010-11-12       
  17752 2010-11-12 00:33 [ko1@a...            ] Ruby:r29762 (trunk): * win32/Makefile.sub (config.h): need PRI_LL_PREFIX.
  17753 2010-11-12 00:35 [ko1@a...            ] Ruby:r29764 (trunk): * win32/Makefile.sub: shorten messages.
  17754 2010-11-12 00:53 [ko1@a...            ] Ruby:r29765 (trunk): * lib/mkmf.rb (create_makefile): missing newline.
  17755 2010-11-12 01:37 [ko1@a...            ] Ruby:r29766 (trunk): * configure.in (DOT, DOXYGEN, PKG_CONFIG): tools running on build
  17756 2010-11-12 10:00 [ko1@a...            ] Ruby:r29767 (trunk): * win32/setup.mak: use findstr.exe instead of find.exe, because all
  17757 2010-11-12 16:54 [ko1@a...            ] Ruby:r29768 (trunk): * configure.in: support C level backtrace information on FreeBSD.
  17758 2010-11-12 20:54 [ko1@a...            ] Ruby:r29769 (trunk): * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,
  17759 2010-11-12 20:55 [ko1@a...            ] Ruby:r29770 (trunk): * common.mk (showflags, help): use caret to quote leading spaces on Windows.
  17760 2010-11-13 01:33 [ko1@a...            ] Ruby:r29772 (trunk): * 2010-11-13       
  17761 2010-11-13 01:33 [ko1@a...            ] Ruby:r29771 (trunk): win32/Makefile.sub: reoreder varialbe EOM (don't display it)
  17762 2010-11-13 01:38 [ko1@a...            ] Ruby:r29773 (trunk): win32/Makefile.sub: remove useless 'ECHO is <ON>' message
  17763 2010-11-13 16:26 [ko1@a...            ] Ruby:r29774 (trunk): * win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.
  17764 2010-11-13 16:43 [ko1@a...            ] Ruby:r29775 (trunk): * common.mk (showflags, help): emit messages at once.
  17765 2010-11-14 04:22 [ko1@a...            ] Ruby:r29776 (trunk): Changed packaging version in line with API style 3 versioning
  17766 2010-11-14 04:22 [ko1@a...            ] Ruby:r29777 (trunk): * 2010-11-14       
  17767 2010-11-14 04:27 [ko1@a...            ] Ruby:r29778 (trunk): Added HAVE_LABS and HAVE_LLABS to config.h
  17768 2010-11-14 04:32 [ko1@a...            ] Ruby:r29779 (trunk): * symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h.
  17769 2010-11-14 08:48 [ko1@a...            ] Ruby:r29780 (trunk): * win32/setup.mak (-basic-vars-, -runtime-): suppress trailing
  17770 2010-11-14 12:05 [ko1@a...            ] Ruby:r29781 (trunk): * io.c (argf_readlines): forward to current_file for arguments
  17771 2010-11-14 16:56 [ko1@a...            ] Ruby:r29782 (trunk): * parse.y (parser_set_token_info): turn on/off with directives.
  17772 2010-11-14 17:58 [ko1@a...            ] Ruby:r29783 (trunk): * enc/Makefile.in (distclean): should not remove sources which are
  17773 2010-11-15 07:16 [ko1@a...            ] Ruby:r29784 (trunk): * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception if
  17774 2010-11-15 07:16 [ko1@a...            ] Ruby:r29785 (trunk): * 2010-11-15       
  17775 2010-11-15 11:37 [ko1@a...            ] Ruby:r29787 (trunk): STDIN is not valid when ruby doesn't have tty.
  17776 2010-11-15 11:37 [ko1@a...            ] Ruby:r29786 (trunk): Prevent timing failure.
  17777 2010-11-15 11:47 [ko1@a...            ] Ruby:r29788 (trunk): making ssl test a little better
  17778 2010-11-15 11:47 [ko1@a...            ] Ruby:r29789 (trunk): * lib/racc/parser.rb (do_parse, yyparse): using class eval to define
  17779 2010-11-15 18:09 [ko1@a...            ] Ruby:r29790 (trunk): Avoid timing problem.
  17780 2010-11-15 20:43 [ko1@a...            ] Ruby:r29791 (ruby_1_9_2): merges r29223 from trunk into ruby_1_9_2.
  17781 2010-11-15 20:43 [ko1@a...            ] Ruby:r29792 (ruby_1_9_2): merged r29225 but just warning instead of raising an exception. c.f. .
  17782 2010-11-15 20:43 [ko1@a...            ] Ruby:r29793 (ruby_1_9_2): merges r29234 from trunk into ruby_1_9_2.
  17783 2010-11-15 20:43 [ko1@a...            ] Ruby:r29794 (ruby_1_9_2): merges r29237 and r29238 from trunk into ruby_1_9_2.
  17784 2010-11-15 20:44 [ko1@a...            ] Ruby:r29795 (ruby_1_9_2): merges r29187 and r29239 from trunk into ruby_1_9_2, but does not raise
  17785 2010-11-15 20:44 [ko1@a...            ] Ruby:r29796 (ruby_1_9_2): merges r29242 from trunk into ruby_1_9_2.
  17786 2010-11-15 20:44 [ko1@a...            ] Ruby:r29797 (ruby_1_9_2): merges r29254 from trunk into ruby_1_9_2.
  17787 2010-11-15 22:48 [ko1@a...            ] Ruby:r29798 (trunk): * vm_eval.c (rb_funcall): ensure va_end after va_init_list.  Coverity
  17788 2010-11-15 23:44 [ko1@a...            ] Ruby:r29799 (trunk): * compile.c (iseq_set_exception_local_table, iseq_set_local_table,
  17789 2010-11-16 00:06 [ko1@a...            ] Ruby:r29800 (trunk): * eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to add
  17790 2010-11-16 00:09 [ko1@a...            ] Ruby:r29802 (trunk): * 2010-11-16       
  17791 2010-11-16 00:09 [ko1@a...            ] Ruby:r29801 (trunk): * gc.c (assign_heap_slot): fix fear of memory leak and memory
  17792 2010-11-16 01:06 [ko1@a...            ] Ruby:r29803 (trunk): * regparse.c (and_cclass, or_cclass): fix memory leak.  Coverity Scan
  17793 2010-11-16 06:40 [ko1@a...            ] Ruby:r29804 (trunk): * pack.c (PACK_ITEM_ADJUST): return nil not result array and yield
  17794 2010-11-16 09:37 [ko1@a...            ] Ruby:r29805 (trunk): * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unused
  17795 2010-11-16 15:20 [ko1@a...            ] Ruby:r29806 (trunk): Refix timing problem.
  17796 2010-11-16 22:32 [ko1@a...            ] Ruby:r29807 (trunk): * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)
  17797 2010-11-17 08:59 [ko1@a...            ] Ruby:r29808 (trunk): * lib/csv.rb: Upgrading output encoding as needed.  
  17798 2010-11-17 09:04 [ko1@a...            ] Ruby:r29809 (trunk): * 2010-11-17       
  17799 2010-11-17 09:51 [ko1@a...            ] Ruby:r29810 (trunk): * enc/shift_jis.c (property_name_to_ctype): fix memory leak.
  17800 2010-11-17 15:24 [ko1@a...            ] Ruby:r29811 (trunk): * regint.h (OnigOpInfoType): constify name.

[前][次][番号順一覧][上]