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:49581] nobu:r61696 (trunk): constified - http://mla.n-z.jp/?ruby-changes=49581
<znz_jp> biff: [ruby-changes:49582] yui-knk:r61697 (trunk): parse.y: Remove duplicated nd_line set - http://mla.n-z.jp/?ruby-changes=49582
shinnya has quit [Ping timeout: 248 seconds]
<znz_jp> biff: [ruby-changes:49583] nobu:r61698 (trunk): wrap statement expression with __extension__ - http://mla.n-z.jp/?ruby-changes=49583
lopex has quit [Quit: Connection closed for inactivity]
<znz_jp> biff: [ruby-changes:49584] nobu:r61699 (trunk): parse.y: use change_shortcut_operator_id - http://mla.n-z.jp/?ruby-changes=49584
<znz_jp> biff: [ruby-changes:49585] ktsj:r61700 (trunk): .gdbinit (print_lineno): follow up changes in r61534, r61536 - http://mla.n-z.jp/?ruby-changes=49585
<znz_jp> biff: [ruby-changes:49586] mame:r61701 (trunk): parse.y: Remove special handling of tOROP and tANDOP - http://mla.n-z.jp/?ruby-changes=49586
<znz_jp> biff: [ruby-changes:49587] nobu:r61702 (trunk): parse.y: set ID to yylval ID instead of token - http://mla.n-z.jp/?ruby-changes=49587
<znz_jp> biff: [ruby-changes:49588] nobu:r61703 (trunk): gmake.mk: update srcdir files - http://mla.n-z.jp/?ruby-changes=49588
<znz_jp> biff: [ruby-changes:49589] normal:r61704 (trunk): use predefined ids in a few more places - http://mla.n-z.jp/?ruby-changes=49589
<znz_jp> biff: [ruby-changes:49590] nobu:r61705 (trunk): common.mk (srcs_vpath): renamed for nmake - http://mla.n-z.jp/?ruby-changes=49590
<znz_jp> biff: [ruby-changes:49591] mame:r61706 (trunk): Explicit failure in VM_CHECK_MODE when failing to create timer thread - http://mla.n-z.jp/?ruby-changes=49591
<znz_jp> biff: [ruby-changes:49592] mame:r61707 (trunk): parse.y: Remove meaningless ifndef guards - http://mla.n-z.jp/?ruby-changes=49592
<znz_jp> biff: [ruby-changes:49593] mame:r61708 (trunk): parse.y: PARSER_DEBUG is no longer used - http://mla.n-z.jp/?ruby-changes=49593
<znz_jp> biff: [ruby-changes:49594] mame:r61709 (trunk): parse.y: Remove redefinition of malloc - http://mla.n-z.jp/?ruby-changes=49594
<znz_jp> biff: [ruby-changes:49595] mame:r61710 (trunk): Allow `-> do rescue; end` as well as `proc do rescue; end` - http://mla.n-z.jp/?ruby-changes=49595
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @usa: See https://travis-ci.org/ruby/ruby/builds/326678491
travis-ci has left #ruby-core [#ruby-core]
kapil___ has joined #ruby-core
<znz_jp> biff: [ruby-changes:49596] mame:r61711 (trunk): compile.c (iseq_compile_each0): remove irrelevant tracecoverage - http://mla.n-z.jp/?ruby-changes=49596
<znz_jp> biff: [ruby-changes:49597] nobu:r61712 (trunk): internal.h: remove dependecy on ruby/io.h - http://mla.n-z.jp/?ruby-changes=49597
<znz_jp> biff: [ruby-changes:49598] nobu:r61713 (trunk): internal.h: remove dependecy on ruby/encoding.h - http://mla.n-z.jp/?ruby-changes=49598
<znz_jp> biff: [ruby-changes:49600] nobu:r61715 (trunk): update dependencies - http://mla.n-z.jp/?ruby-changes=49600
<znz_jp> biff: [ruby-changes:49599] nobu:r61714 (trunk): update-deps: strip -j option - http://mla.n-z.jp/?ruby-changes=49599
<znz_jp> biff: [ruby-changes:49601] normal:r61716 (trunk): thread_pthread: more diagnostics around timer thread creation failures - http://mla.n-z.jp/?ruby-changes=49601
<znz_jp> biff: [ruby-changes:49602] mame:r61717 (trunk): Fix the position of VM_ASSERT for "pthread_create failed for time" - http://mla.n-z.jp/?ruby-changes=49602
<znz_jp> biff: [ruby-changes:49603] mame:r61718 (trunk): bootstraptest/test_fork.rb: Stop too restrict NPROC test temporarily - http://mla.n-z.jp/?ruby-changes=49603
<znz_jp> biff: [ruby-changes:49604] normal:r61719 (trunk): thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefs - http://mla.n-z.jp/?ruby-changes=49604
<znz_jp> biff: [ruby-changes:49605] normal:r61720 (trunk): thread_pthread: remove checks for pthread_cond*_init - http://mla.n-z.jp/?ruby-changes=49605
lopex has joined #ruby-core
<znz_jp> biff: [ruby-changes:49606] mame:r61721 (trunk): Rename code_range to code_location - http://mla.n-z.jp/?ruby-changes=49606
kapil___ has quit [Quit: Connection closed for inactivity]
<znz_jp> biff: [ruby-changes:49607] nobu:r61722 (trunk): thread_pthread.c: round stack size - http://mla.n-z.jp/?ruby-changes=49607
<znz_jp> biff: [ruby-changes:49608] nobu:r61723 (trunk): insns_info.inc.tmpl: split rb_vm_insn_name_info - http://mla.n-z.jp/?ruby-changes=49608
<znz_jp> biff: [ruby-changes:49609] nobu:r61724 (trunk): parse.y: insane syntax - http://mla.n-z.jp/?ruby-changes=49609
<znz_jp> biff: [ruby-changes:49610] kazu:r61725 (trunk): Include ruby/{io, encoding}.h before internal.h - http://mla.n-z.jp/?ruby-changes=49610
<znz_jp> biff: [ruby-changes:49611] kazu:r61726 (trunk): Fix indent [ci skip] - http://mla.n-z.jp/?ruby-changes=49611
<znz_jp> biff: [ruby-changes:49612] mame:r61727 (trunk): parse.y: insane syntax too (class definition in cond) - http://mla.n-z.jp/?ruby-changes=49612
<znz_jp> biff: [ruby-changes:49613] shyouhei:r61728 (trunk): rb_num_t happen to be unsigned; introduce signed variant - http://mla.n-z.jp/?ruby-changes=49613
<znz_jp> biff: [ruby-changes:49614] shyouhei:r61730 (trunk): [ci skip] add comments about file format - http://mla.n-z.jp/?ruby-changes=49614
<znz_jp> biff: [ruby-changes:49615] shyouhei:r61729 (trunk): new insns.def format - http://mla.n-z.jp/?ruby-changes=49615
<znz_jp> biff: [ruby-changes:49617] shyouhei:r61733 (trunk): delete tool/instruction.rb - http://mla.n-z.jp/?ruby-changes=49617
<znz_jp> biff: [ruby-changes:49616] svn:r61731 (trunk): * append newline at EOF. - http://mla.n-z.jp/?ruby-changes=49616
<znz_jp> biff: [ruby-changes:49618] shyouhei:r61735 (trunk): insns_info.inc: position independent - http://mla.n-z.jp/?ruby-changes=49618
<znz_jp> biff: [ruby-changes:49619] svn:r61737 (trunk): * properties. - http://mla.n-z.jp/?ruby-changes=49619
<znz_jp> biff: [ruby-changes:49620] shyouhei:r61736 (trunk): insns_info.inc.tmpl: share large tablese - http://mla.n-z.jp/?ruby-changes=49620
<znz_jp> biff: [ruby-changes:49621] svn:r61732 (trunk): * properties. - http://mla.n-z.jp/?ruby-changes=49621
<znz_jp> biff: [ruby-changes:49622] mame:r61738 (trunk): iseq.c (iseq_data_to_ary): Avoid direct use of insns_info.positions - http://mla.n-z.jp/?ruby-changes=49622
<znz_jp> biff: [ruby-changes:49623] mame:r61739 (trunk): iseq.c: Add a succinct bitvector implementation for insn_info_table - http://mla.n-z.jp/?ruby-changes=49623
<znz_jp> biff: [ruby-changes:49624] mame:r61740 (trunk): iseq.c: Add explicit casts from long to int (to pass compile on clang) - http://mla.n-z.jp/?ruby-changes=49624
shinnya has joined #ruby-core
<znz_jp> biff: [ruby-changes:49625] shyouhei:r61734 (trunk): comma at the end of enum is a C99ism. - http://mla.n-z.jp/?ruby-changes=49625
travis-ci has joined #ruby-core
<travis-ci> The build has errored. by @Takashi Kokubun: See https://travis-ci.org/k0kubun/yarv-mjit/builds/326838101
travis-ci has left #ruby-core [#ruby-core]
travis-ci has joined #ruby-core
<travis-ci> The build passed. by @Takashi Kokubun: See https://travis-ci.org/k0kubun/yarv-mjit/builds/326840413
travis-ci has left #ruby-core [#ruby-core]
shinnya has quit [Ping timeout: 248 seconds]
<znz_jp> biff: [ruby-changes:49626] naruse:r61741 (trunk): Here document <<~ is Ruby 2.3 feature - http://mla.n-z.jp/?ruby-changes=49626
<znz_jp> biff: [ruby-changes:49628] svn:r61743 (trunk): * properties. - http://mla.n-z.jp/?ruby-changes=49628
<znz_jp> biff: [ruby-changes:49627] svn:r61742 (trunk): * 2018-01-10 - http://mla.n-z.jp/?ruby-changes=49627
<znz_jp> biff: [ruby-changes:49629] naruse:r61744 (trunk): grep_v is ruby 2.3 feature - http://mla.n-z.jp/?ruby-changes=49629
<znz_jp> biff: [ruby-changes:49630] svn:r61745 (trunk): * properties. - http://mla.n-z.jp/?ruby-changes=49630
<znz_jp> biff: [ruby-changes:49632] ko1:r61746 (trunk): `signed` is required for Rasbian (x86_64). - http://mla.n-z.jp/?ruby-changes=49632
<znz_jp> biff: [ruby-changes:49631] svn:r61747 (trunk): * properties. - http://mla.n-z.jp/?ruby-changes=49631
<znz_jp> biff: [ruby-changes:49633] ko1:r61748 (trunk): use binary search for insns_info. - http://mla.n-z.jp/?ruby-changes=49633
heroux has quit [Read error: Connection reset by peer]
heroux has joined #ruby-core
headius_ has joined #ruby-core
headius_ has quit [Client Quit]
headius_ has joined #ruby-core
headius has quit [Quit: ZNC - http://znc.in]
headius_ is now known as headius
banisterfiend has joined #ruby-core
<znz_jp> biff: [ruby-changes:49634] normal:r61749 (trunk): thread.c: threadptr_pending_interrupt_active_p is static - http://mla.n-z.jp/?ruby-changes=49634
<znz_jp> biff: [ruby-changes:49635] normal:r61750 (trunk): thread_pthread.c: remove dead code around "get_stack_of" - http://mla.n-z.jp/?ruby-changes=49635