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

ruby-changes:51101-51200

  51101 2018-05-01 08:12 [ko1@a...            ] svn:r63308 (trunk): * 2018-05-01        
  51102 2018-05-01 08:47 [ko1@a...            ] normal:r63309 (trunk): thread_sync.c (condvar_ptr): reset fork_gen after forking
  51103 2018-05-01 08:54 [ko1@a...            ] normal:r63310 (trunk): test/thread/test_cv.rb: test CV usability inside forked child
  51104 2018-05-01 12:12 [ko1@a...            ] kou:r63311 (trunk): rexml: Suppress warnings
  51105 2018-05-01 13:41 [ko1@a...            ] shyouhei:r63312 (trunk): LIST_HEAD as a local variable is a C99ism.
  51106 2018-05-01 15:55 [ko1@a...            ] nobu:r63313 (trunk): ast.c: use enum in switch for warnings
  51108 2018-05-02 05:55 [ko1@a...            ] normal:r63315 (trunk): cont.c: cleanup needless cast
  51109 2018-05-02 05:55 [ko1@a...            ] svn:r63316 (trunk): * 2018-05-02        
  51110 2018-05-02 09:57 [ko1@a...            ] mame:r63317 (trunk): iseq.c (rb_iseq_disasm_insn): Change the width of insn names
  51111 2018-05-02 09:57 [ko1@a...            ] mame:r63318 (trunk): tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn name
  51112 2018-05-02 11:07 [ko1@a...            ] mame:r63319 (trunk): common.mk: Update dependencies on tool/ruby_vm scripts
  51114 2018-05-02 22:12 [ko1@a...            ] k0kubun:r63321 (trunk): test_jit.rb: add missing dependency
  51115 2018-05-02 22:37 [ko1@a...            ] nobu:r63322 (trunk): object.c: fix exponent with underscore
  51116 2018-05-03 00:13 [ko1@a...            ] k0kubun:r63323 (trunk): test_jit.rb: verify tested insns
  51117 2018-05-03 00:13 [ko1@a...            ] svn:r63324 (trunk): * 2018-05-03        
  51118 2018-05-03 00:41 [ko1@a...            ] k0kubun:r63325 (trunk): test_jit.rb: make it possible to automatically find
  51119 2018-05-03 01:04 [ko1@a...            ] k0kubun:r63326 (trunk): test_jit.rb: test opt_aref_with again
  51120 2018-05-03 01:27 [ko1@a...            ] k0kubun:r63327 (trunk): test_jit.rb: test local variables
  51122 2018-05-03 09:52 [ko1@a...            ] k0kubun:r63329 (trunk): mjit_compile.inc.erb: verify stack consistency
  51123 2018-05-03 10:24 [ko1@a...            ] normal:r63330 (trunk): Revert "ext/cgi/escape: preserve String subclass in result"
  51124 2018-05-03 12:08 [ko1@a...            ] k0kubun:r63331 (trunk): mjit_compile.c: verify stack size agreement
  51125 2018-05-03 16:09 [ko1@a...            ] k0kubun:r63332 (trunk): mjit_compile.c: skip generating unnecessary goto
  51128 2018-05-04 15:12 [ko1@a...            ] svn:r63335 (trunk): * 2018-05-04        
  51130 2018-05-05 00:03 [ko1@a...            ] shyouhei:r63337 (trunk): nobody is using the return value of rb_io_fptr_finalize
  51131 2018-05-05 00:03 [ko1@a...            ] svn:r63338 (trunk): * 2018-05-05        
  51132 2018-05-05 00:18 [ko1@a...            ] shyouhei:r63339 (trunk): passing rb_thread_sleep to rb_protect is IMHO dangerous
  51133 2018-05-05 00:20 [ko1@a...            ] shyouhei:r63340 (trunk): forgot to add INT2FIX (sorry!)
  51134 2018-05-05 12:12 [ko1@a...            ] nobu:r63341 (trunk): securerandom.rb: [DOC] require in examples
  51135 2018-05-06 18:53 [ko1@a...            ] nobu:r63342 (trunk): optparse: Suppress warnings
  51136 2018-05-06 18:53 [ko1@a...            ] svn:r63343 (trunk): * 2018-05-06        
  51137 2018-05-07 16:00 [ko1@a...            ] svn:r63345 (trunk): * 2018-05-07        
  51138 2018-05-07 16:00 [ko1@a...            ] nobu:r63344 (trunk): cont.c: machine stack cache condition
  51139 2018-05-07 23:45 [ko1@a...            ] kazu:r63346 (trunk): Fix a typo [ci skip]
  51140 2018-05-08 00:07 [ko1@a...            ] kazu:r63347 (trunk): Use `&.` instead of modifier if and remove needless closed?
  51142 2018-05-08 00:08 [ko1@a...            ] kazu:r63349 (trunk): Remove needless require [ci skip]
  51143 2018-05-08 01:17 [ko1@a...            ] k0kubun:r63350 (trunk): _mjit_compile_send.erb: inline recursive call
  51144 2018-05-08 08:14 [ko1@a...            ] nobu:r63351 (trunk): cont.c: refined error message
  51145 2018-05-08 08:52 [ko1@a...            ] nobu:r63352 (trunk): cont.c: wrapper function
  51146 2018-05-08 09:00 [ko1@a...            ] kazu:r63353 (trunk): Modify spaces [ci skip]
  51147 2018-05-08 09:00 [ko1@a...            ] kazu:r63354 (trunk): Remove unreachable break
  51148 2018-05-08 09:01 [ko1@a...            ] nobu:r63355 (trunk): cont.c: host out context setup
  51149 2018-05-08 11:07 [ko1@a...            ] hsbt:r63356 (trunk): Merge rdoc-6.0.4 from upstream.
  51150 2018-05-08 15:54 [ko1@a...            ] ko1:r63357 (trunk): fix type mismatch.  
  51151 2018-05-08 18:09 [ko1@a...            ] shyouhei:r63358 (trunk): rb_ary_dig, rb_hash_dig: nobody is using them outside.
  51152 2018-05-08 19:59 [ko1@a...            ] nobu:r63359 (trunk): vm_eval.c: eval_string_protect wrapper
  51153 2018-05-09 00:06 [ko1@a...            ] k0kubun:r63360 (trunk): _mjit_compile_pc_and_sp.erb: make sure no uninitialized
  51154 2018-05-09 00:06 [ko1@a...            ] svn:r63361 (trunk): * 2018-05-09        
  51155 2018-05-09 11:36 [ko1@a...            ] shyouhei:r63362 (trunk): RSTRING_PTR is not guaranteed to be VALUE-aligned
  51156 2018-05-09 11:42 [ko1@a...            ] shyouhei:r63363 (trunk): revert r63362 due to test failure. Sorry!
  51158 2018-05-09 13:39 [ko1@a...            ] svn:r63365 (trunk): * append newline at EOF.
  51159 2018-05-09 13:39 [ko1@a...            ] svn:r63366 (trunk): * properties.       
  51160 2018-05-09 13:46 [ko1@a...            ] hsbt:r63367 (trunk): Fixed file structure for csv.gemspec.
  51161 2018-05-09 14:42 [ko1@a...            ] shyouhei:r63368 (trunk): RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)
  51162 2018-05-09 15:12 [ko1@a...            ] mame:r63369 (trunk): gc.c (rb_imemo_alloc_new): improve the API interface
  51163 2018-05-09 15:55 [ko1@a...            ] shyouhei:r63370 (trunk): type func(); is different from type func(void);
  51164 2018-05-09 16:08 [ko1@a...            ] mame:r63371 (trunk): gc.c (rb_imemo_alloc_new): split for each purpose
  51165 2018-05-09 16:12 [ko1@a...            ] mame:r63372 (trunk): Rename imemo_alloc with imemo_tmpbuf
  51166 2018-05-09 16:46 [ko1@a...            ] shyouhei:r63373 (trunk): RSTRING_PTR is not guaranteed to be VALUE-aligned
  51167 2018-05-09 18:35 [ko1@a...            ] hsbt:r63374 (trunk): Use hard-coded vesion number for CI broken.
  51168 2018-05-09 18:53 [ko1@a...            ] shyouhei:r63375 (trunk): align jmp_buf to VALUE
  51169 2018-05-09 20:44 [ko1@a...            ] hsbt:r63376 (trunk): Revert "Use hard-coded vesion number for CI broken."
  51170 2018-05-09 20:44 [ko1@a...            ] hsbt:r63377 (trunk): Use hard-coded file list instead of Dir.glob.
  51171 2018-05-09 21:51 [ko1@a...            ] kazu:r63378 (trunk): Use `&.` instead of modifier if
  51172 2018-05-09 22:09 [ko1@a...            ] k0kubun:r63379 (trunk): _mjit_compile_pc_and_sp.erb: revert r63360
  51173 2018-05-10 01:12 [ko1@a...            ] svn:r63381 (trunk): * 2018-05-10        
  51174 2018-05-10 01:12 [ko1@a...            ] nobu:r63380 (trunk): iseq.h: fix argument order
  51175 2018-05-10 02:11 [ko1@a...            ] k0kubun:r63382 (trunk): _mjit_compile_send.erb: revert r63350
  51176 2018-05-10 02:17 [ko1@a...            ] nobu:r63383 (trunk): compile.c: suppress a warning
  51177 2018-05-10 02:19 [ko1@a...            ] k0kubun:r63384 (trunk): _mjit_compile_pc_and_sp: re-commit r63360
  51178 2018-05-10 02:40 [ko1@a...            ] nobu:r63385 (trunk): fix potential memory leaks
  51179 2018-05-10 09:23 [ko1@a...            ] yui-knk:r63386 (trunk): node.c: Fix typos
  51180 2018-05-10 10:19 [ko1@a...            ] normal:r63387 (trunk): variable.c: fix multiple autoload with identical file
  51181 2018-05-10 11:54 [ko1@a...            ] shyouhei:r63388 (trunk): RSTRING_PTR is not guaranteed to be char*-aligned
  51182 2018-05-10 13:18 [ko1@a...            ] normal:r63389 (trunk): variable.c: fix autoload object lifetimes and leak
  51183 2018-05-10 14:10 [ko1@a...            ] normal:r63390 (trunk): revert r63387 and r63389 for now
  51184 2018-05-10 15:34 [ko1@a...            ] yui-knk:r63391 (trunk): parse.y: Fix locations of NODE_NIL in endless ranges.
  51185 2018-05-10 17:54 [ko1@a...            ] normal:r63392 (trunk): variable.c: fix multiple autoload with identical file (again)
  51186 2018-05-10 18:50 [ko1@a...            ] yui-knk:r63393 (trunk): node.c: Fix format and example of NODE_OPCALL
  51187 2018-05-11 21:13 [ko1@a...            ] kazu:r63394 (trunk): Use `&.` instead of modifier if
  51188 2018-05-11 21:13 [ko1@a...            ] svn:r63395 (trunk): * 2018-05-11        
  51189 2018-05-11 21:39 [ko1@a...            ] shugo:r63396 (trunk): net/imap: Fix ArgumentError in send_string_data
  51190 2018-05-11 22:01 [ko1@a...            ] nobu:r63397 (trunk): fix potential memory leaks
  51191 2018-05-12 00:46 [ko1@a...            ] ngoto:r63398 (trunk): mkmf.rb: set cppflags
  51192 2018-05-12 00:46 [ko1@a...            ] svn:r63399 (trunk): * 2018-05-12        
  51193 2018-05-12 01:47 [ko1@a...            ] ngoto:r63400 (trunk): transform_mjit_header.rb: workaround for Solaris 10 with old GCC
  51194 2018-05-12 02:21 [ko1@a...            ] ngoto:r63401 (trunk): configure.ac: remove ineffective check on Solaris with GCC
  51195 2018-05-12 05:07 [ko1@a...            ] stomar:r63402 (trunk): lib/securerandom.rb: improve docs
  51196 2018-05-12 10:24 [ko1@a...            ] nobu:r63403 (trunk): iseq.c: refactoring rb_iseq_free
  51197 2018-05-12 10:24 [ko1@a...            ] nobu:r63404 (trunk): iseq.c: iseq body local variables
  51198 2018-05-12 10:26 [ko1@a...            ] nobu:r63405 (trunk): io.c: fix typo and phrase [ci skip]
  51200 2018-05-12 18:06 [ko1@a...            ] kou:r63407 (trunk): rss: Add option Hash support to RSS::Parser.parse

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