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

ruby-changes:48201-48300

  48201 2017-10-22 01:44 [ko1@a...            ] naruse:r60315 (trunk): Revert "ignore server side error"
  48202 2017-10-22 01:45 [ko1@a...            ] naruse:r60316 (trunk): ignore server side error
  48203 2017-10-22 02:03 [ko1@a...            ] knu:r60317 (trunk): Avoid use of `self.class.new(self)` in Set#collect!
  48204 2017-10-22 05:26 [ko1@a...            ] rhe:r60318 (trunk): openssl: merge test fix from upstream
  48205 2017-10-22 08:19 [ko1@a...            ] akr:r60319 (trunk): deprecate TCPSocket.gethostbyname.
  48207 2017-10-22 08:23 [ko1@a...            ] akr:r60321 (trunk): reference Socket.getaddrinfo to Addrinfo.getaddrinfo.
  48208 2017-10-22 08:30 [ko1@a...            ] nobu:r60322 (trunk): compile.c: optimize local variable assignments
  48209 2017-10-22 08:35 [ko1@a...            ] sonots:r60324 (trunk): * string.c: Remove errant "the" in gsub documentation
  48210 2017-10-22 08:36 [ko1@a...            ] sonots:r60325 (trunk): * doc/regexp.rdoc: Fix regexp doc syntax highlighting
  48211 2017-10-22 08:38 [ko1@a...            ] sonots:r60326 (trunk): * doc/regexp.rdoc: In regexp doc, two backslashes match one literally
  48212 2017-10-22 08:44 [ko1@a...            ] sonots:r60327 (trunk): * object.c: Improve documentation of Kernel#Array
  48213 2017-10-22 08:49 [ko1@a...            ] sonots:r60328 (trunk): * string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]
  48214 2017-10-22 08:49 [ko1@a...            ] svn:r60329 (trunk): * remove trailing spaces.
  48215 2017-10-22 08:57 [ko1@a...            ] suke:r60330 (trunk): ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.
  48216 2017-10-22 09:00 [ko1@a...            ] nobu:r60331 (trunk): string.c: comment layout [ci skip]
  48217 2017-10-22 09:17 [ko1@a...            ] yui-knk:r60332 (trunk): Remove not used node_type NODE_TO_ARY
  48218 2017-10-22 09:19 [ko1@a...            ] nobu:r60333 (trunk): vm_insnhelper.c: array aref optimization
  48219 2017-10-22 09:29 [ko1@a...            ] yui-knk:r60334 (trunk): Remove not used node_type NODE_BLOCK_ARG
  48220 2017-10-22 09:38 [ko1@a...            ] glass:r60335 (trunk): Add arity check into Hash#flatten
  48221 2017-10-22 09:45 [ko1@a...            ] yui-knk:r60336 (trunk): Remove not used node_type NODE_BMETHOD
  48222 2017-10-22 09:57 [ko1@a...            ] glass:r60337 (trunk): hash.c: optimize Hash#compare_by_identity
  48224 2017-10-22 10:37 [ko1@a...            ] nobu:r60339 (trunk): parse.y: workaround for warnings
  48225 2017-10-22 10:46 [ko1@a...            ] nobu:r60340 (trunk): compile.c: optimize local variable assignments
  48226 2017-10-22 11:03 [ko1@a...            ] naruse:r60341 (trunk): Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]
  48228 2017-10-22 11:11 [ko1@a...            ] glass:r60343 (trunk): Make IO#write accept multiple arguments
  48229 2017-10-22 11:19 [ko1@a...            ] naruse:r60344 (trunk): sort test result 
  48230 2017-10-22 13:06 [ko1@a...            ] nobu:r60345 (trunk): dir.c: adjust indent [ci skip]
  48231 2017-10-22 13:19 [ko1@a...            ] rhe:r60346 (trunk): doc/syntax/methods.rdoc: fix a misleading example
  48232 2017-10-22 14:14 [ko1@a...            ] nobu:r60347 (trunk): remove NODE_DREGX_ONCE
  48233 2017-10-22 14:36 [ko1@a...            ] nobu:r60348 (trunk): objspace.c: missing types
  48234 2017-10-22 15:01 [ko1@a...            ] nobu:r60349 (trunk): Add missing `buf` parameter to `recv_nonblock` doc [ci skip]
  48235 2017-10-22 15:11 [ko1@a...            ] yui-knk:r60350 (trunk): parse.y (new_scope_gen): adjust indent
  48236 2017-10-22 15:22 [ko1@a...            ] nobu:r60351 (trunk): io.c: fix local variables
  48237 2017-10-22 15:30 [ko1@a...            ] kazu:r60352 (trunk): Fix indent and comment [ci skip]
  48238 2017-10-22 16:02 [ko1@a...            ] kazu:r60353 (trunk): Update doc of Hash#slice [ci skip]
  48239 2017-10-22 16:04 [ko1@a...            ] yui-knk:r60354 (trunk): Fix a target method of a test
  48240 2017-10-22 16:18 [ko1@a...            ] rhe:r60355 (trunk): gdbm, dbm, sdbm: prevent memory leak in #initialize
  48241 2017-10-22 16:18 [ko1@a...            ] rhe:r60356 (trunk): gdbm, dbm, sdbm: remove unnecessary conditions
  48242 2017-10-22 18:16 [ko1@a...            ] kazu:r60357 (trunk): Fix a typo [ci skip]
  48243 2017-10-22 18:16 [ko1@a...            ] kazu:r60358 (trunk): Use `\A` and `\z` instead of `^` and `$`
  48244 2017-10-22 20:27 [ko1@a...            ] hsbt:r60359 (trunk): Fixed misspelling words.
  48245 2017-10-22 21:25 [ko1@a...            ] knu:r60360 (trunk): Add `Set#reset`     
  48246 2017-10-22 21:26 [ko1@a...            ] knu:r60361 (trunk): Mention `Set#reset` 
  48247 2017-10-22 22:18 [ko1@a...            ] yui-knk:r60362 (trunk): Add column numbers to branch coverage
  48249 2017-10-22 22:49 [ko1@a...            ] yui-knk:r60364 (trunk): Add test cases for branch coverage
  48250 2017-10-22 22:58 [ko1@a...            ] yui-knk:r60365 (trunk): Add test cases for branch coverage
  48251 2017-10-22 23:13 [ko1@a...            ] yui-knk:r60366 (trunk): Add test cases for branch coverage
  48252 2017-10-23 01:04 [ko1@a...            ] svn:r60368 (trunk): * 2017-10-23        
  48253 2017-10-23 01:04 [ko1@a...            ] kou:r60367 (trunk): rss itunes: fix a bug that <itunes:explicit> value isn't fully supported
  48254 2017-10-23 01:57 [ko1@a...            ] sonots:r60369 (trunk): common.mk: add install-capi to make help
  48255 2017-10-23 11:26 [ko1@a...            ] nobu:r60370 (trunk): io.c: no restriction
  48256 2017-10-23 14:09 [ko1@a...            ] nobu:r60371 (trunk): io.c: fix total    
  48258 2017-10-23 14:28 [ko1@a...            ] nobu:r60373 (trunk): io.c: fix infinite retry
  48259 2017-10-23 14:56 [ko1@a...            ] hsbt:r60374 (trunk): Drop to support NaCl platform.
  48260 2017-10-23 14:59 [ko1@a...            ] hsbt:r60375: Removed empty dir.         
  48261 2017-10-23 15:05 [ko1@a...            ] nobu:r60376 (trunk): NEWS: add [Feature #9323] [ci skip]
  48262 2017-10-23 15:25 [ko1@a...            ] nobu:r60377 (trunk): stringio.c: write multiple arguments
  48263 2017-10-23 15:42 [ko1@a...            ] nobu:r60378 (trunk): error.c: warning to write multiple arguments
  48264 2017-10-23 16:06 [ko1@a...            ] nobu:r60379 (trunk): zlib.c: multiple arguments to write
  48265 2017-10-23 17:28 [ko1@a...            ] naruse:r60380 (trunk): OpenSSL may show the different error message
  48267 2017-10-23 22:26 [ko1@a...            ] yui-knk:r60382 (trunk): Add test cases for branch coverage
  48268 2017-10-23 23:05 [ko1@a...            ] nobu:r60383 (trunk): multiple arguments to write
  48269 2017-10-24 06:50 [ko1@a...            ] normal:r60384 (trunk): thread_pthread: do not corrupt stack
  48271 2017-10-24 10:20 [ko1@a...            ] normal:r60386 (trunk): file.c: apply2files releases GVL
  48273 2017-10-24 10:22 [ko1@a...            ] normal:r60388 (trunk): net/http: use require_relative to reduce syscalls
  48274 2017-10-24 14:54 [ko1@a...            ] mame:r60389 (trunk): Remove special handling for (NODE*)1
  48275 2017-10-24 15:16 [ko1@a...            ] mame:r60390 (trunk): Remove dynamic NODE allocation out of parser
  48276 2017-10-24 15:28 [ko1@a...            ] mame:r60391 (trunk): Avoid many type casts
  48277 2017-10-24 16:17 [ko1@a...            ] nobu:r60392 (trunk): vm_eval.c: uncallable_object
  48278 2017-10-24 16:41 [ko1@a...            ] nobu:r60393 (trunk): parse.y: rb_parser_set_options
  48279 2017-10-24 17:00 [ko1@a...            ] nobu:r60394 (trunk): Removed NODE_OPT_N 
  48280 2017-10-24 17:13 [ko1@a...            ] nobu:r60395 (trunk): vm_eval.c: all value type cases
  48281 2017-10-24 20:09 [ko1@a...            ] nobu:r60396 (trunk): ruby.c: fix r60393 
  48282 2017-10-24 20:13 [ko1@a...            ] svn:r60398 (trunk): * remove trailing spaces.
  48283 2017-10-24 20:15 [ko1@a...            ] naruse:r60399 (trunk): Revert "sysconfdir on Windows"
  48285 2017-10-24 21:10 [ko1@a...            ] kazu:r60401 (trunk): Update call-seq of ARGF.read_nonblock
  48286 2017-10-24 22:48 [ko1@a...            ] nobu:r60402 (trunk): sysconfdir on Windows
  48289 2017-10-24 23:00 [ko1@a...            ] ko1:r60403 (trunk): add NEWS entry about [Feature #14045]
  48290 2017-10-25 03:08 [ko1@a...            ] marcandRe: r60404 (trunk): lib/weakref: Remove incorrect example [DOC] [Bug #14031]
  48291 2017-10-25 03:08 [ko1@a...            ] svn:r60405 (trunk): * 2017-10-25        
  48292 2017-10-25 03:08 [ko1@a...            ] marcandRe: r60406 (trunk): lib/ostruct.rb: Use frozen literals.
  48293 2017-10-25 08:20 [ko1@a...            ] nobu:r60407 (trunk): debug.c: imemo_mask
  48294 2017-10-25 08:35 [ko1@a...            ] normal:r60408 (trunk): file.c: fix possible alignment bugs in r60386
  48295 2017-10-25 09:33 [ko1@a...            ] nobu:r60409 (trunk): debug.c: RSymbol info
  48296 2017-10-25 10:13 [ko1@a...            ] hsbt:r60410 (trunk): Update latest bundled_gems.
  48297 2017-10-25 10:40 [ko1@a...            ] nobu:r60411 (trunk): range.c: check if exclude_end? is defined
  48299 2017-10-25 11:41 [ko1@a...            ] nobu:r60413 (trunk): Fix Mock.verify_call to mock_respond_to?
  48300 2017-10-25 12:38 [ko1@a...            ] hsbt:r60414 (trunk): Update rake-12.2.1 for bundled gems.

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