closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
<znz_jp> biff: [ruby-changes:49546] normal:r61662 (trunk): net/protocol: use binary string buffers - http://mla.n-z.jp/?ruby-changes=49546
<znz_jp> biff: [ruby-changes:49547] normal:r61663 (trunk): net/protocol: read directly into rbuf if it's empty - http://mla.n-z.jp/?ruby-changes=49547
<znz_jp> biff: [ruby-changes:49548] normal:r61664 (trunk): open-uri: clear string after buffering - http://mla.n-z.jp/?ruby-changes=49548
<znz_jp> biff: [ruby-changes:49549] normal:r61665 (trunk): zlib: reduce garbage on Zlib::GzipReader#readpartial - http://mla.n-z.jp/?ruby-changes=49549
shinnya has joined #ruby-core
<znz_jp> biff: [ruby-changes:49550] mame:r61666 (trunk): parse.y: make all NEW_NODE macros receive location - http://mla.n-z.jp/?ruby-changes=49550
<znz_jp> biff: [ruby-changes:49551] mame:r61667 (trunk): parse.y: set bison's first_loc.lineno to nd_line by default - http://mla.n-z.jp/?ruby-changes=49551
<znz_jp> biff: [ruby-changes:49552] mame:r61668 (trunk): parse.y: Remove unneeded wrapper functions for NEW_NODEs - http://mla.n-z.jp/?ruby-changes=49552
<znz_jp> biff: [ruby-changes:49553] yui-knk:r61669 (trunk): parse.y: Make NULL_LOC to be internal - http://mla.n-z.jp/?ruby-changes=49553
<znz_jp> biff: [ruby-changes:49554] mame:r61670 (trunk): parse.y: Embed simple wrapper functions for NEW_NODEs - http://mla.n-z.jp/?ruby-changes=49554
<znz_jp> biff: [ruby-changes:49555] yui-knk:r61671 (trunk): parse.y: Remove duplicated nd_loc set - http://mla.n-z.jp/?ruby-changes=49555
<znz_jp> biff: [ruby-changes:49556] mame:r61672 (trunk): parse.y: Factor out special handling of a short-cut operator id - http://mla.n-z.jp/?ruby-changes=49556
kapil___ has joined #ruby-core
<znz_jp> biff: [ruby-changes:49557] mrkn:r61673 (trunk): doc/NEWS-2.5.0: Time.at is a class method - http://mla.n-z.jp/?ruby-changes=49557
<znz_jp> biff: [ruby-changes:49558] nobu:r61674 (trunk): parse.y: constified NULL_LOC - http://mla.n-z.jp/?ruby-changes=49558
<znz_jp> biff: [ruby-changes:49559] nobu:r61675 (trunk): compile.c: compile_case2 branch - http://mla.n-z.jp/?ruby-changes=49559
travis-ci has joined #ruby-core
<travis-ci> The build passed. by @yui-knk: See https://travis-ci.org/yui-knk/ruby/builds/326232310
travis-ci has left #ruby-core [#ruby-core]
travis-ci has joined #ruby-core
<travis-ci> The build has errored. by @nagachika: See https://travis-ci.org/ruby/ruby/builds/326234111
travis-ci has left #ruby-core [#ruby-core]
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @usa: See https://travis-ci.org/ruby/ruby/builds/326234104
travis-ci has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:49560] mame:r61676 (trunk): parse.y: Remove `$<num>$ = ruby_sourceline` hacks - http://mla.n-z.jp/?ruby-changes=49560
znz_jp has quit [Remote host closed the connection]
znz_jp has joined #ruby-core
<znz_jp> biff: [ruby-changes:49562] nobu:r61678 (trunk): node.c: show newline node mark - http://mla.n-z.jp/?ruby-changes=49562
<znz_jp> biff: [ruby-changes:49561] mame:r61677 (trunk): parse.y: Use last_loc.lineno instead of ruby_sourceline - http://mla.n-z.jp/?ruby-changes=49561
znz_jp has quit [Remote host closed the connection]
znz_jp has joined #ruby-core
travis-ci has joined #ruby-core
<travis-ci> The build passed. by @Nobuyoshi Nakada: See https://travis-ci.org/nobu/ruby/builds/326254893
travis-ci has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:49563] kazu:r61679 (trunk): Add parens [ci skip] - http://mla.n-z.jp/?ruby-changes=49563
<znz_jp> biff: [ruby-changes:49564] nobu:r61680 (trunk): vm.c: respect redefinition of Proc#call - http://mla.n-z.jp/?ruby-changes=49564
<znz_jp> biff: [ruby-changes:49565] nobu:r61681 (trunk): vm_insnhelper.c: vm_invoke_block_opt_call - http://mla.n-z.jp/?ruby-changes=49565
kapil___ has quit [Quit: Connection closed for inactivity]
<znz_jp> biff: [ruby-changes:49566] mame:r61682 (trunk): parse.y: Remove dispose_string - http://mla.n-z.jp/?ruby-changes=49566
LongyanG has quit [Ping timeout: 260 seconds]
LongyanG has joined #ruby-core
<znz_jp> biff: [ruby-changes:49567] hsbt:r61683 (trunk): Update minitest-5.11.1 - http://mla.n-z.jp/?ruby-changes=49567
<znz_jp> biff: [ruby-changes:49568] normal:r61684 (trunk): net/http: clear compressed chunk after decompression - http://mla.n-z.jp/?ruby-changes=49568
unreal has quit [Ping timeout: 240 seconds]
travis-ci has joined #ruby-core
<travis-ci> The build passed. by @Yuichiro Kaneko: See https://travis-ci.org/yui-knk/ruby/builds/326320085
travis-ci has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:49569] yui-knk:r61685 (trunk): parse.y: Fix the lineno of nd_set_line - http://mla.n-z.jp/?ruby-changes=49569
<znz_jp> biff: [ruby-changes:49570] yui-knk:r61686 (trunk): parse.y: Use nd_loc of head and tail - http://mla.n-z.jp/?ruby-changes=49570
<znz_jp> biff: [ruby-changes:49571] yui-knk:r61687 (trunk): parse.y (block_append_gen): Remove a not used argument - http://mla.n-z.jp/?ruby-changes=49571
<znz_jp> biff: [ruby-changes:49572] mame:r61688 (trunk): parse.y: Factor out code fragments that merges two code ranges - http://mla.n-z.jp/?ruby-changes=49572
<znz_jp> biff: [ruby-changes:49573] yui-knk:r61689 (trunk): parse.y (remove_duplicate_keys): Remove a not used argument - http://mla.n-z.jp/?ruby-changes=49573
<znz_jp> biff: [ruby-changes:49574] mame:r61690 (trunk): parse.y: Make consistent with the terms about code ranges and locations - http://mla.n-z.jp/?ruby-changes=49574
shinnya has quit [Ping timeout: 248 seconds]
<znz_jp> biff: [ruby-changes:49575] ko1:r61659 (trunk): Speedup `block.call` [Feature #14330] - http://mla.n-z.jp/?ruby-changes=49575
<znz_jp> biff: [ruby-changes:49576] ko1:r61691 (trunk): fix mark miss of Env (which is pointed by prev_ep). - http://mla.n-z.jp/?ruby-changes=49576
<znz_jp> biff: [ruby-changes:49577] svn:r61692 (trunk): * 2018-01-09 - http://mla.n-z.jp/?ruby-changes=49577
<znz_jp> biff: [ruby-changes:49578] ko1:r61693 (trunk): fix a bug only on assertion. - http://mla.n-z.jp/?ruby-changes=49578
<znz_jp> biff: [ruby-changes:49579] ko1:r61694 (trunk): use `getblockparamproxy` to pass blocks. - http://mla.n-z.jp/?ruby-changes=49579
unreal has joined #ruby-core
shinnya has joined #ruby-core
unreal has quit [Ping timeout: 265 seconds]
LongyanG has quit [Remote host closed the connection]
unreal has joined #ruby-core
LongyanG has joined #ruby-core
<znz_jp> biff: [ruby-changes:49580] nobu:r61695 (trunk): vm.c: remove extra ifdef - http://mla.n-z.jp/?ruby-changes=49580