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

ruby-changes:51001-51100

  51001 2018-04-20 09:23 [ko1@a...            ] nobu:r63208 (trunk): range.c: step in bignum
  51002 2018-04-20 09:25 [ko1@a...            ] nobu:r63209 (trunk): vm_core.h: adjust indent [ci skip]
  51003 2018-04-20 12:22 [ko1@a...            ] normal:r63210 (trunk): variable.c: fix thread + fork errors in autoload
  51004 2018-04-20 16:10 [ko1@a...            ] hsbt:r63211 (trunk): Update latest bundled gems:
  51005 2018-04-20 22:42 [ko1@a...            ] k0kubun:r63212 (trunk): _mjit_compile_send.erb: inline attr_reader call
  51006 2018-04-21 06:38 [ko1@a...            ] svn:r63214 (trunk): * 2018-04-21        
  51008 2018-04-21 07:53 [ko1@a...            ] normal:r63215 (trunk): thread_sync: redo r62934 to use fork_gen
  51009 2018-04-21 12:12 [ko1@a...            ] normal:r63216 (trunk): io.c: do not use rb_notify_fd_close close on recycled FD
  51010 2018-04-21 13:02 [ko1@a...            ] normal:r63217 (trunk): test/ruby/test_io.rb: add closing recycled FD test
  51011 2018-04-21 15:18 [ko1@a...            ] kou:r63218 (trunk): rexml: Make more readable
  51012 2018-04-21 15:21 [ko1@a...            ] kou:r63219 (trunk): rexml: Fix a test bug
  51013 2018-04-21 15:21 [ko1@a...            ] kou:r63220 (trunk): rexml: Make more readable
  51014 2018-04-21 15:39 [ko1@a...            ] kou:r63221 (trunk): rexml: Fix XPath string() implementation
  51015 2018-04-21 15:44 [ko1@a...            ] kou:r63222 (trunk): rexml: Fix XPath concat() implementation
  51016 2018-04-21 15:45 [ko1@a...            ] kou:r63223 (trunk): rexml: Enable more tests
  51017 2018-04-21 16:48 [ko1@a...            ] nobu:r63224 (trunk): compile.c: renamed macro arguments
  51018 2018-04-21 19:52 [ko1@a...            ] nobu:r63225 (trunk): insns.def: checktype
  51019 2018-04-21 19:52 [ko1@a...            ] nobu:r63226 (trunk): compile.c: optimize checktype
  51020 2018-04-21 22:15 [ko1@a...            ] k0kubun:r63227 (trunk): test_jit.rb: follow the change of instruction
  51021 2018-04-22 05:04 [ko1@a...            ] stomar:r63228 (trunk): Improve docs for URI library
  51022 2018-04-22 05:04 [ko1@a...            ] svn:r63229 (trunk): * 2018-04-22        
  51025 2018-04-22 09:03 [ko1@a...            ] nobu:r63232 (trunk): Makefile.in: MJIT_ARCHFLAG
  51026 2018-04-22 09:46 [ko1@a...            ] nobu:r63233: made *.cmd excutable       
  51027 2018-04-22 09:48 [ko1@a...            ] nobu:r63234 (trunk): made *.cmd excutable
  51028 2018-04-22 13:01 [ko1@a...            ] k0kubun:r63235 (trunk): mjit_compile.c: comment the intention of r63092 [ci skip]
  51029 2018-04-22 17:09 [ko1@a...            ] kou:r63236 (trunk): rexml: Fix XPath bug of /#{ELEMENT_NAME}
  51030 2018-04-22 18:38 [ko1@a...            ] kou:r63237 (trunk): rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]
  51031 2018-04-22 21:09 [ko1@a...            ] normal:r63238 (trunk): thread*: all condvars are monotonic
  51032 2018-04-23 01:03 [ko1@a...            ] svn:r63240 (trunk): * 2018-04-23        
  51034 2018-04-23 01:33 [ko1@a...            ] ko1:r63241 (trunk): Same as the last commit (comment out tests for CI).
  51035 2018-04-23 04:41 [ko1@a...            ] stomar:r63242 (trunk): sprintf.c: fix typo
  51036 2018-04-23 06:21 [ko1@a...            ] normal:r63243 (trunk): net/imap: set SO_KEEPALIVE on TCP sockets
  51037 2018-04-23 11:07 [ko1@a...            ] nobu:r63244 (trunk): thread_pthread.c: fallback to CLOCK_REALTIME
  51038 2018-04-23 14:54 [ko1@a...            ] normal:r63245 (trunk): test/ruby/test_io.rb: add extra Thread#join to delay close
  51039 2018-04-23 18:52 [ko1@a...            ] nobu:r63246 (trunk): compile.c: insn before pop
  51040 2018-04-23 21:09 [ko1@a...            ] kazu:r63247 (trunk): [DOC] URI::Generic#port returns Integer [ci skip]
  51041 2018-04-23 21:51 [ko1@a...            ] nobu:r63248 (trunk): compile.c: copy a short insn with leave
  51042 2018-04-24 01:20 [ko1@a...            ] k0kubun:r63249 (trunk): revert r63212   
  51043 2018-04-24 01:20 [ko1@a...            ] svn:r63250 (trunk): * 2018-04-24        
  51044 2018-04-24 08:46 [ko1@a...            ] nobu:r63251 (trunk): rescue Errno::EPROTOTYPE
  51045 2018-04-24 21:25 [ko1@a...            ] nobu:r63252 (trunk): string.c: fix scanned substring with `\K`
  51046 2018-04-25 05:32 [ko1@a...            ] normal:r63253 (trunk): eval.c (ruby_setup): disable THP on Linux
  51047 2018-04-25 05:32 [ko1@a...            ] svn:r63254 (trunk): * 2018-04-25        
  51048 2018-04-25 15:45 [ko1@a...            ] nobu:r63255 (trunk): compile.c: fix unconditional branch optimization
  51049 2018-04-25 17:11 [ko1@a...            ] eregon:r63256 (trunk): Use Thread.pass in loop{} to check interrupts more often
  51050 2018-04-25 17:16 [ko1@a...            ] eregon:r63257 (trunk): Fix style in Thread#raise spec
  51051 2018-04-25 17:16 [ko1@a...            ] eregon:r63258 (trunk): Avoid "should_not raise_error" in Thread#raise spec
  51052 2018-04-25 20:57 [ko1@a...            ] nobu:r63259 (trunk): common.rb: unused constant
  51053 2018-04-25 23:00 [ko1@a...            ] kazu:r63260 (trunk): [DOC] Fix capitallizing [ci skip]
  51054 2018-04-26 09:12 [ko1@a...            ] svn:r63262 (trunk): * 2018-04-26        
  51055 2018-04-26 09:12 [ko1@a...            ] nobu:r63261 (trunk): test_numeric.rb: loose precision assertion
  51056 2018-04-26 21:36 [ko1@a...            ] nobu:r63263 (trunk): ruby.c (ruby_init_loadpath_safe): constify
  51057 2018-04-26 21:36 [ko1@a...            ] nobu:r63264 (trunk): win32/Makefile.sub: LIBDIR_BASENAME
  51058 2018-04-27 07:49 [ko1@a...            ] tenderlove:r63265 (trunk): Fix use of `rb_profile_frames` start parameter
  51059 2018-04-27 07:49 [ko1@a...            ] svn:r63266 (trunk): * 2018-04-27        
  51060 2018-04-27 09:13 [ko1@a...            ] tenderlove:r63267 (trunk): Revert "Fix use of `rb_profile_frames` start parameter"
  51061 2018-04-27 10:58 [ko1@a...            ] nobu:r63268 (trunk): rbinstall.rb: fix timing to read stub
  51062 2018-04-27 11:02 [ko1@a...            ] nobu:r63269 (trunk): mjit.c: prefix and archdir in init
  51064 2018-04-27 14:20 [ko1@a...            ] nobu:r63271 (trunk): ruby.c: moved libdir
  51066 2018-04-27 16:39 [ko1@a...            ] nobu:r63273 (trunk): mjit.c: clean so file on Windows
  51067 2018-04-27 22:14 [ko1@a...            ] nobu:r63274 (trunk): mjit.c: remove undef
  51068 2018-04-27 22:14 [ko1@a...            ] nobu:r63275 (trunk): iseq.c: consistent rb_bug messages
  51069 2018-04-28 05:25 [ko1@a...            ] svn:r63277 (trunk): * 2018-04-28        
  51070 2018-04-28 05:25 [ko1@a...            ] stomar:r63276 (trunk): NEWS: fix typos  
  51071 2018-04-28 10:36 [ko1@a...            ] kou:r63278 (trunk): rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by default
  51072 2018-04-28 10:45 [ko1@a...            ] nobu:r63279 (trunk): mjit_config.h: expand min header name
  51073 2018-04-28 10:48 [ko1@a...            ] hsbt:r63280 (trunk): Merge Pysch 3.0.3.pre1.
  51074 2018-04-28 15:00 [ko1@a...            ] normal:r63281 (trunk): thread_sync.c: remove unused list_heads
  51075 2018-04-28 15:23 [ko1@a...            ] normal:r63282 (trunk): thread_sync.c: remove "volatile" qualifiers
  51076 2018-04-28 16:31 [ko1@a...            ] nobu:r63283 (trunk): range.c: each on endless range
  51077 2018-04-28 17:24 [ko1@a...            ] k0kubun:r63284 (trunk): test_ftp.rb: extend read_timeout for --jit-wait
  51078 2018-04-28 17:41 [ko1@a...            ] k0kubun:r63285 (trunk): test_parallel.rb: extend timeout for --jit-wait
  51079 2018-04-28 17:52 [ko1@a...            ] k0kubun:r63286 (trunk): test_rubyoptions.rb: let test_verbose work w/ --jit
  51080 2018-04-28 18:03 [ko1@a...            ] k0kubun:r63287 (trunk): test_bug_reporter.rb: make it work with --jit
  51081 2018-04-28 18:11 [ko1@a...            ] k0kubun:r63288 (trunk): test_rubyoptions.rb: let all tests work with --jit
  51082 2018-04-28 18:22 [ko1@a...            ] k0kubun:r63289 (trunk): test_open3.rb: let test_popen2 work with --jit
  51083 2018-04-28 20:17 [ko1@a...            ] nobu:r63290 (trunk): string.c: adjust to rb_str_upto_each
  51084 2018-04-29 04:49 [ko1@a...            ] eregon:r63291 (trunk): Update to ruby/mspec@b5b13de
  51085 2018-04-29 04:49 [ko1@a...            ] svn:r63292 (trunk): * 2018-04-29        
  51086 2018-04-29 04:50 [ko1@a...            ] eregon:r63293 (trunk): Update to ruby/spec@6f38a82
  51087 2018-04-29 04:59 [ko1@a...            ] svn:r63294 (trunk): * properties.       
  51088 2018-04-29 05:37 [ko1@a...            ] eregon:r63295 (trunk): Ignore the extension of miniruby on Windows in the -I spec
  51089 2018-04-29 08:05 [ko1@a...            ] eregon:r63296 (trunk): Generalize the check to MRI in the -I spec
  51090 2018-04-29 08:31 [ko1@a...            ] nobu:r63297 (trunk): range.c: endless symbol range
  51092 2018-04-29 16:13 [ko1@a...            ] nobu:r63299 (trunk): range.c: optimize range_each for Bignum
  51093 2018-04-29 20:15 [ko1@a...            ] knu:r63300 (trunk): Remove the teeny part from the shared library name on macOS
  51094 2018-04-29 22:45 [ko1@a...            ] usa:r63301 (trunk): * spec/ruby/command_line/dash_upper_i_spec.rb: skip symlink on Windows like
  51095 2018-04-30 09:28 [ko1@a...            ] nobu:r63302 (trunk): io.c: reuse internal_write_func
  51096 2018-04-30 09:28 [ko1@a...            ] svn:r63303 (trunk): * 2018-04-30        
  51097 2018-04-30 11:17 [ko1@a...            ] nobu:r63304 (trunk): io.c: workaround for EPROTOTYPE
  51098 2018-04-30 15:54 [ko1@a...            ] kou:r63305 (trunk): NEWS: Add recent REXML changes
  51099 2018-04-30 19:01 [ko1@a...            ] kazu:r63306 (trunk): Use `&.` instead of modifier if
  51100 2018-05-01 08:12 [ko1@a...            ] normal:r63307 (trunk): thread.c (vm_living_thread_num): constify vm arg

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