[前][次][スレッド一覧][上]

ruby-changes:34101-34200

  34101 2014-05-28 00:15 [ko1@a...            ] akr:r46182 (trunk): * lib/net/ftp.rb (transfercmd): Close TCP server socket even if an
  34102 2014-05-28 00:15 [ko1@a...            ] svn:r46183 (trunk): * 2014-05-28        
  34103 2014-05-28 00:16 [ko1@a...            ] akr:r46184 (trunk): Avoid a shadowing warning.
  34104 2014-05-28 00:20 [ko1@a...            ] nagachika:r46185 (ruby_2_1): merge revision(s) r45520: [Backport #9706]
  34105 2014-05-28 00:26 [ko1@a...            ] nagachika:r46186 (ruby_2_1): merge revision(s) r45529: [Backport #8182]
  34106 2014-05-28 00:36 [ko1@a...            ] nagachika:r46187 (ruby_2_1): merge revision(s) r45534: [Backport #9709]
  34107 2014-05-28 00:44 [ko1@a...            ] nagachika:r46188 (ruby_2_1): merge revision(s) r45562: [Backport #9727]
  34108 2014-05-28 00:49 [ko1@a...            ] akr:r46189 (trunk): * test/lib/minitest/unit.rb: Use Tempfile#close! instead of
  34109 2014-05-28 01:03 [ko1@a...            ] nagachika:r46190 (ruby_2_1): merge revision(s) r45179, r45564, r45565, r45584, r45585: [Backport #9721]
  34110 2014-05-28 01:03 [ko1@a...            ] akr:r46191 (trunk): * lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfile
  34111 2014-05-28 01:05 [ko1@a...            ] nagachika:r46192 (ruby_2_1): merge revision(s) r45604: [Backport #9748]
  34112 2014-05-28 01:17 [ko1@a...            ] akr:r46193 (trunk): Use Tempfile#close!.
  34113 2014-05-28 09:53 [ko1@a...            ] normal:r46194 (trunk): signal: remove window for SignalException on IGNORE
  34114 2014-05-28 10:48 [ko1@a...            ] normal:r46195 (trunk): vm.c: remove rb_vm_living_threads_foreach function
  34115 2014-05-28 12:05 [ko1@a...            ] nobu:r46196 (trunk): test_thread.rb: move thread switch test
  34116 2014-05-28 13:19 [ko1@a...            ] usa:r46197 (ruby_2_0_0): merge revision(s) 45646: [Backport #9765]
  34117 2014-05-28 13:20 [ko1@a...            ] nobu:r46198 (trunk): envutil.rb: connect caller to backtrace
  34118 2014-05-28 13:20 [ko1@a...            ] nobu:r46199 (trunk): test_dir_m17n.rb: assert_raw_file_name
  34119 2014-05-28 13:22 [ko1@a...            ] usa:r46200 (ruby_2_0_0): merge revision(s) 45701: [Backport #9771]
  34120 2014-05-28 13:25 [ko1@a...            ] usa:r46201 (ruby_2_0_0): merge revision(s) 45716: [Backport #9665]
  34121 2014-05-28 13:27 [ko1@a...            ] nobu:r46202 (trunk): localeinit.c: fallback filesystem encoding to UTF-8
  34122 2014-05-28 13:34 [ko1@a...            ] zzak:r46203 (trunk): [DOC] Typo in change log [ci skip]
  34123 2014-05-28 14:11 [ko1@a...            ] nobu:r46204 (trunk): test_socket.rb: ignore interface without address
  34124 2014-05-28 14:39 [ko1@a...            ] nobu:r46205 (trunk): eval_intern.h: suppress warning by gcc 4.6
  34125 2014-05-28 15:05 [ko1@a...            ] nobu:r46206 (trunk): test/rake: avoid leaking threads
  34126 2014-05-28 15:22 [ko1@a...            ] nobu:r46207 (trunk): test/rake: avoid leaking threads
  34127 2014-05-28 17:04 [ko1@a...            ] nobu:r46208 (trunk): drbtest.rb: avoid leaking threads
  34128 2014-05-28 18:09 [ko1@a...            ] akr:r46209 (trunk): * ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to work
  34129 2014-05-28 19:03 [ko1@a...            ] akr:r46210 (trunk): * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket when
  34130 2014-05-28 20:17 [ko1@a...            ] akr:r46211 (trunk): No need to kill a thread.
  34131 2014-05-28 23:06 [ko1@a...            ] akr:r46212 (trunk): * test/ruby/test_io.rb (test_flush_in_finalizer1): Use
  34132 2014-05-28 23:39 [ko1@a...            ] nagachika:r46213 (ruby_2_1): merge revision(s) r45646: [Backport #9765]
  34133 2014-05-28 23:44 [ko1@a...            ] nagachika:r46214 (ruby_2_1): merge revision(s) r45701: [Backport #9771]
  34134 2014-05-28 23:54 [ko1@a...            ] nagachika:r46215 (ruby_2_1): merge revision(s) r45716: [Backport #9665]
  34135 2014-05-29 00:06 [ko1@a...            ] akr:r46216 (trunk): Close fds.          
  34136 2014-05-29 00:06 [ko1@a...            ] svn:r46217 (trunk): * 2014-05-29        
  34137 2014-05-29 00:42 [ko1@a...            ] akr:r46218 (trunk): * ext/socket/unixsocket.c (rsock_init_unixsock): Open a socket
  34138 2014-05-29 05:09 [ko1@a...            ] normal:r46219 (trunk): include/ruby/ruby.h: hide Symbol internals
  34139 2014-05-29 07:59 [ko1@a...            ] akr:r46220 (trunk): Suppress warnings.  
  34140 2014-05-29 08:35 [ko1@a...            ] nobu:r46221 (trunk): localeinit.c: revert r46202
  34141 2014-05-29 09:58 [ko1@a...            ] nobu:r46222 (trunk): configure.in: fix messages
  34142 2014-05-29 19:32 [ko1@a...            ] akr:r46223 (trunk): * ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socket
  34143 2014-05-29 19:45 [ko1@a...            ] akr:r46224 (trunk): * lib/csv.rb (CSV.open): Close the opened file when an exception occur.
  34144 2014-05-29 20:29 [ko1@a...            ] akr:r46225 (trunk): * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises an
  34145 2014-05-29 21:07 [ko1@a...            ] nagachika:r46226 (ruby_2_1): merge revision(s) r45187, r45205, r45206, r45212, r45213: [Backport #9570]
  34146 2014-05-29 21:07 [ko1@a...            ] akr:r46227 (trunk): test/fileutils/test_fileutils.rb: Close fds.
  34147 2014-05-29 21:42 [ko1@a...            ] akr:r46228 (trunk): test/io/nonblock/test_flush.rb: Close fds.
  34148 2014-05-29 22:12 [ko1@a...            ] akr:r46229 (trunk): test/logger/test_logdevice.rb: Close fds.
  34149 2014-05-29 22:26 [ko1@a...            ] akr:r46230 (trunk): * test/lib/minitest/unit.rb (capture_subprocess_io): Close fds.
  34150 2014-05-29 22:38 [ko1@a...            ] akr:r46231 (trunk): test/test_pty.rb: Close fds.
  34151 2014-05-29 23:13 [ko1@a...            ] akr:r46232 (trunk): * io.c (pipe_open): Close pipes when rb_execarg_fixup() raises
  34152 2014-05-29 23:28 [ko1@a...            ] nobu:r46233 (trunk): signal.c: return proper member
  34153 2014-05-29 23:47 [ko1@a...            ] akr:r46234 (trunk): test/readline/test_readline.rb: Close fds.
  34154 2014-05-29 23:59 [ko1@a...            ] akr:r46235 (trunk): test/test_syslog.rb: Close fds.
  34155 2014-05-30 00:19 [ko1@a...            ] nagachika:r46236 (ruby_2_1): merge revision(s) r45178, r45180, r45183: [Backport #9568]
  34156 2014-05-30 00:45 [ko1@a...            ] usa:r46237 (trunk): * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about
  34157 2014-05-30 00:45 [ko1@a...            ] svn:r46238 (trunk): * 2014-05-30        
  34158 2014-05-30 04:49 [ko1@a...            ] normal:r46239 (trunk): remove empty rb_gc_mark_parser function
  34159 2014-05-30 07:28 [ko1@a...            ] akr:r46240 (trunk): * ext/-test-/dir: Dir#fileno implemented.
  34160 2014-05-30 10:22 [ko1@a...            ] nobu:r46241 (trunk): erb.rb: ERB#result does not accept a proc.
  34161 2014-05-30 11:32 [ko1@a...            ] nobu:r46242 (trunk): test_beginendblock.rb: avoid leaking threads
  34162 2014-05-30 11:33 [ko1@a...            ] nobu:r46243 (trunk): string.c: reset code range
  34163 2014-05-30 11:55 [ko1@a...            ] nobu:r46244 (trunk): test_string.rb: move and add assertions
  34164 2014-05-30 12:06 [ko1@a...            ] naruse:r46245 (trunk): * test/lib/test/unit/parallel.rb (_run_suite): orig_stdout may be nil
  34165 2014-05-30 12:18 [ko1@a...            ] nobu:r46246 (trunk): printf.c: suppress warnings
  34166 2014-05-30 12:18 [ko1@a...            ] nobu:r46247 (trunk): fileno.c: suppress warnings
  34167 2014-05-30 15:27 [ko1@a...            ] nobu:r46248 (trunk): minitest/unit.rb: defer requiring -test-
  34168 2014-05-30 17:53 [ko1@a...            ] naruse:r46249 (trunk): force_encoding to get the log of failure by Encoding::CompatibilityError
  34169 2014-05-30 18:08 [ko1@a...            ] akr:r46250 (trunk): * test/lib/minitest/unit.rb (check_fd_leak): Try GC to delete leaked
  34170 2014-05-30 21:01 [ko1@a...            ] akr:r46251 (trunk): * test/lib/minitest/unit.rb (check_fd_leak): Sort the inspected
  34171 2014-05-30 21:03 [ko1@a...            ] akr:r46252: svn:ignore property added.  
  34172 2014-05-30 21:32 [ko1@a...            ] akr:r46253 (trunk): * lib/webrick/server.rb: Use a pipe to detect server shutdown.
  34173 2014-05-30 21:51 [ko1@a...            ] akr:r46254 (trunk): test/io/console/test_io_console.rb: Close FDs.
  34174 2014-05-30 22:28 [ko1@a...            ] akr:r46255 (trunk): Join threads, not kill.
  34175 2014-05-30 22:48 [ko1@a...            ] akr:r46256 (trunk): Join threads.       
  34176 2014-05-30 23:06 [ko1@a...            ] akr:r46257 (trunk): Use the block form of Open3.popen3 to close FDs.
  34177 2014-05-30 23:17 [ko1@a...            ] akr:r46258 (trunk): Close pipes.        
  34178 2014-05-30 23:28 [ko1@a...            ] akr:r46259 (trunk): Close sockets.      
  34179 2014-05-30 23:50 [ko1@a...            ] akr:r46260 (trunk): Close FDs.          
  34180 2014-05-31 00:03 [ko1@a...            ] akr:r46261 (trunk): Close FDs.          
  34181 2014-05-31 00:03 [ko1@a...            ] svn:r46262 (trunk): * 2014-05-31        
  34182 2014-05-31 00:06 [ko1@a...            ] naruse:r46263 (trunk): add --disable-gem
  34183 2014-05-31 03:52 [ko1@a...            ] zzak:r46264 (trunk): * lib/delegate.rb: [DOC] Document raise in Delegator class
  34184 2014-05-31 08:32 [ko1@a...            ] akr:r46265 (trunk): * test/lib/minitest/unit.rb: Check Tempfile leaks for each test method
  34185 2014-05-31 08:50 [ko1@a...            ] nobu:r46266 (trunk): case-folding.rb: conversion script
  34186 2014-05-31 08:55 [ko1@a...            ] nobu:r46267 (trunk): case-folding.rb: modularize
  34187 2014-05-31 08:56 [ko1@a...            ] nobu:r46268 (trunk): case-folding.rb: merge tables
  34188 2014-05-31 08:57 [ko1@a...            ] nobu:r46269 (trunk): case-folding.rb: perfect hash for case folding
  34189 2014-05-31 08:58 [ko1@a...            ] nobu:r46270 (trunk): case-folding.rb: perfect hash for case unfolding1
  34190 2014-05-31 08:58 [ko1@a...            ] nobu:r46271 (trunk): case-folding.rb: perfect hash for case unfolding2
  34191 2014-05-31 08:58 [ko1@a...            ] nobu:r46272 (trunk): case-folding.rb: perfect hash for case unfolding3
  34192 2014-05-31 08:58 [ko1@a...            ] nobu:r46273 (trunk): unicode.c: no initialization
  34193 2014-05-31 09:01 [ko1@a...            ] akr:r46274 (trunk): Join threads.       
  34194 2014-06-02 08:47 [ko1@a...            ] hsbt:r46275 (trunk): * test/test_syslog.rb: remove executable.
  34195 2014-06-02 08:48 [ko1@a...            ] hsbt:r46277 (trunk): * lib/ipaddr.rb: extracted inline tests into test dir.
  34196 2014-06-02 08:48 [ko1@a...            ] hsbt:r46276 (trunk): * ext/digest/lib/digest/hmac.rb: extracted inline tests into test dir.
  34197 2014-06-02 08:56 [ko1@a...            ] akr:r46294 (trunk): Suppress a warning. 
  34198 2014-06-02 09:01 [ko1@a...            ] akr:r46281 (trunk): Join threads.       
  34199 2014-06-02 09:01 [ko1@a...            ] zzak:r46288 (trunk): * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]
  34200 2014-06-02 09:02 [ko1@a...            ] nagachika:r46301 (ruby_2_1): merge revision(s) r45350: [Backport #9645]

[前][次][スレッド一覧][上]