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

ruby-changes:54001-54100

  54001 2018-12-05 20:30 [ko1@a...            ] svn:r66221 (trunk): * properties.       
  54003 2018-12-05 20:39 [ko1@a...            ] svn:r66223 (trunk): * properties.       
  54004 2018-12-05 20:39 [ko1@a...            ] mrkn:r66224 (trunk): NEWS: update about bigdecimal [ci skip]
  54005 2018-12-05 23:35 [ko1@a...            ] nagachika:r66225 (ruby_2_5): merge revision(s) 64736, 65567: [Backport #15270]
  54006 2018-12-06 01:15 [ko1@a...            ] ko1:r66226 (trunk): fix C90 error.      
  54007 2018-12-06 01:15 [ko1@a...            ] svn:r66227 (trunk): * 2018-12-06        
  54008 2018-12-06 02:23 [ko1@a...            ] ko1:r66228 (trunk): Introduce "COLDFUNC" function attribute.
  54009 2018-12-06 03:37 [ko1@a...            ] naruse:r66229 (trunk): fix typoe of r66200
  54010 2018-12-06 03:58 [ko1@a...            ] normal:r66230 (trunk): thread_sync.c (mutex_ptr): handle mutexes held by parent threads in children
  54011 2018-12-06 04:01 [ko1@a...            ] normal:r66231 (trunk): Revert "fix typoe of r66200"
  54012 2018-12-06 09:05 [ko1@a...            ] duerst:r66232 (trunk): remove obsolete data from unicode.c
  54013 2018-12-06 11:57 [ko1@a...            ] naruse:r66233 (trunk): fix r66200 again 
  54014 2018-12-06 13:47 [ko1@a...            ] duerst:r66234 (trunk): remove code duplication and streamline identifiers
  54015 2018-12-06 14:29 [ko1@a...            ] nobu:r66235 (trunk): Add separator for test/-ext-
  54016 2018-12-06 14:29 [ko1@a...            ] nobu:r66236 (trunk): Show diff in failure messages
  54017 2018-12-06 15:40 [ko1@a...            ] mame:r66237 (trunk): load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]
  54018 2018-12-06 16:49 [ko1@a...            ] nobu:r66238 (trunk): Prefer rb_check_arity when 0 or 1 arguments
  54019 2018-12-06 18:16 [ko1@a...            ] duerst:r66239 (trunk): make sure all nodes are freed on error in node_extended_grapheme_cluster()
  54020 2018-12-06 18:54 [ko1@a...            ] duerst:r66240 (trunk): remove an unused variable
  54021 2018-12-06 19:02 [ko1@a...            ] naruse:r66241 (trunk): refix of r66200  
  54022 2018-12-06 19:09 [ko1@a...            ] normal:r66242 (trunk): io.c (io_write_nonblock): add RB_GC_GUARD, io_fflush may switch threads
  54023 2018-12-06 19:09 [ko1@a...            ] normal:r66243 (trunk): NEWS: fix typo (maesured => measured) [ci skip]
  54024 2018-12-06 19:41 [ko1@a...            ] normal:r66244 (trunk): io.c (io_fflush): eliminate redundant rb_io_check_closed
  54025 2018-12-06 19:42 [ko1@a...            ] naruse:r66245 (trunk): suppress warning: unused variable 'vbits'
  54026 2018-12-06 19:52 [ko1@a...            ] ko1:r66246 (trunk): Return same ISeq object for one src.
  54027 2018-12-06 21:35 [ko1@a...            ] naruse:r66247 (trunk): Should be true fix for r66200
  54028 2018-12-06 22:19 [ko1@a...            ] hsbt:r66248 (trunk): Added News entries about RubyGems and Bundler.
  54029 2018-12-06 22:42 [ko1@a...            ] ko1:r66249 (trunk): `script_compiled` TracePoint event [Feature #15287]
  54030 2018-12-06 22:42 [ko1@a...            ] svn:r66250 (trunk): * expand tabs.      
  54031 2018-12-06 22:53 [ko1@a...            ] ko1:r66251 (trunk): add tests for script_compiled TP event.
  54032 2018-12-06 22:56 [ko1@a...            ] ko1:r66252 (trunk): add NEWS entries about script_compiled event
  54033 2018-12-06 23:19 [ko1@a...            ] naruse:r66253: add tag v2_6_0_rc1       
  54034 2018-12-07 00:34 [ko1@a...            ] svn:r66255 (trunk): * 2018-12-07        
  54035 2018-12-07 00:34 [ko1@a...            ] naruse:r66254 (trunk): Add missing declaration to export
  54036 2018-12-07 01:11 [ko1@a...            ] naruse:r66253: add tag v2_6_0_rc1       
  54037 2018-12-07 03:20 [ko1@a...            ] tenderlove:r66256 (trunk): Add benchmark for hash small literals
  54038 2018-12-07 03:20 [ko1@a...            ] svn:r66257 (trunk): * properties.       
  54039 2018-12-07 03:28 [ko1@a...            ] tenderlove:r66258 (trunk): Speed up hash literals by duping
  54040 2018-12-07 03:28 [ko1@a...            ] svn:r66259 (trunk): * expand tabs.      
  54041 2018-12-07 06:57 [ko1@a...            ] suke:r66260 (trunk): should not use Microsoft Internet Controller
  54042 2018-12-07 08:04 [ko1@a...            ] nobu:r66261 (trunk): Show the class of the receiver [Feature #15231]
  54043 2018-12-07 08:06 [ko1@a...            ] nobu:r66262 (trunk): Warn redefinitions of some methods on Object
  54044 2018-12-07 08:16 [ko1@a...            ] k0kubun:r66263 (trunk): test_gem_package_task.rb: suppress random failure
  54045 2018-12-07 08:26 [ko1@a...            ] k0kubun:r66264 (trunk): accept_loop_spec.rb: avoid random hang
  54046 2018-12-07 08:51 [ko1@a...            ] nobu:r66265 (trunk): Dump more timestamps
  54047 2018-12-07 10:42 [ko1@a...            ] nobu:r66266 (trunk): Dump the tested timestamp itself
  54048 2018-12-07 16:04 [ko1@a...            ] duerst:r66267 (trunk): remove code duplication and put everything into forward order
  54049 2018-12-07 16:09 [ko1@a...            ] normal:r66268 (trunk): zlib (gzfile_write_raw): do not resize string after .write call
  54050 2018-12-07 16:20 [ko1@a...            ] duerst:r66269 (trunk): convert check for array length to assertion and comment out
  54051 2018-12-07 17:51 [ko1@a...            ] nobu:r66270 (trunk): Add UNICODE_EMOJI_VERSION to RbConfig [Feature #15341]
  54052 2018-12-07 18:01 [ko1@a...            ] duerst:r66271 (trunk): replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']
  54053 2018-12-07 19:00 [ko1@a...            ] hsbt:r66272 (trunk): Bump rake-12.3.2 on bundled gems.
  54054 2018-12-07 20:45 [ko1@a...            ] nobu:r66273 (trunk): Should use the proper constant
  54055 2018-12-07 21:03 [ko1@a...            ] nobu:r66274 (trunk): Adjust reserved hash values
  54056 2018-12-07 21:12 [ko1@a...            ] suke:r66275 (trunk): should not use Internet Explorer
  54057 2018-12-07 23:37 [ko1@a...            ] nobu:r66276 (trunk): Array#any? just returns true/false
  54058 2018-12-08 01:48 [ko1@a...            ] nobu:r66277 (trunk): Fix memory leak when failed to build pch path
  54059 2018-12-08 01:48 [ko1@a...            ] svn:r66278 (trunk): * 2018-12-08        
  54060 2018-12-08 10:49 [ko1@a...            ] nobu:r66279 (trunk): Use BUILDDIR in ruby-runner.h from config.status
  54061 2018-12-08 10:50 [ko1@a...            ] nobu:r66280 (trunk): Give the MJIT header path name
  54062 2018-12-08 11:05 [ko1@a...            ] nobu:r66281 (trunk): Removed unnecessary dependency on mjit_config.h
  54064 2018-12-08 12:32 [ko1@a...            ] nobu:r66283 (trunk): Fix compile error at r66280
  54065 2018-12-08 15:52 [ko1@a...            ] nobu:r66284 (trunk): Duplicate header name only if found
  54066 2018-12-08 17:00 [ko1@a...            ] nagachika:r66285 (ruby_2_5): merge revision(s) 65667: [Backport #15284]
  54068 2018-12-09 02:40 [ko1@a...            ] aycabta:r66286 (trunk): Merge RDoc 6.1.0.beta3 from upstream
  54069 2018-12-09 04:25 [ko1@a...            ] normal:r66288 (trunk): thread_pthread.c: fix memory leak from fork loop leapfrog
  54070 2018-12-09 05:36 [ko1@a...            ] normal:r66289 (trunk): Revert "thread_pthread.c: fix memory leak from fork loop leapfrog"
  54071 2018-12-09 06:45 [ko1@a...            ] normal:r66290 (trunk): thread_pthread.c: fix memory leak from fork loop leapfrog (v2)
  54072 2018-12-09 07:04 [ko1@a...            ] normal:r66291 (trunk): Revert "thread_pthread.c: fix memory leak from fork loop leapfrog (v2)"
  54073 2018-12-09 10:22 [ko1@a...            ] nobu:r66292 (trunk): Removed never-happening case
  54074 2018-12-09 10:34 [ko1@a...            ] nobu:r66293 (trunk): raise instead of rb_bug
  54075 2018-12-09 11:02 [ko1@a...            ] duerst:r66295: delete Unicode 10.0.0 related files, no longer needed [#14802]
  54076 2018-12-09 11:09 [ko1@a...            ] nobu:r66296 (trunk): Break lines in LEGAL texts [ci skip]
  54077 2018-12-09 14:38 [ko1@a...            ] nagachika:r66297 (ruby_2_5): merge revision(s) 61535:
  54078 2018-12-09 15:46 [ko1@a...            ] nagachika:r66298 (ruby_2_5): conceptually partial backport from r63103, r65567.
  54079 2018-12-09 21:35 [ko1@a...            ] k0kubun:r66299 (trunk): test/rdoc/minitest_helper.rb: partially revert r66286
  54080 2018-12-10 09:05 [ko1@a...            ] nobu:r66301 (trunk): Remove unnecessary require of fileutils
  54081 2018-12-10 09:05 [ko1@a...            ] svn:r66302 (trunk): * 2018-12-10        
  54082 2018-12-10 10:57 [ko1@a...            ] nobu:r66303 (trunk): Updated dates in man pages
  54083 2018-12-10 10:58 [ko1@a...            ] nobu:r66304 (trunk): Detection order    
  54084 2018-12-10 10:58 [ko1@a...            ] nobu:r66305 (trunk): Limit uplevel travarsing
  54085 2018-12-10 11:01 [ko1@a...            ] nobu:r66306 (trunk): Initialize bin     
  54086 2018-12-10 11:58 [ko1@a...            ] nobu:r66307 (trunk): win32/Makefile.sub: missing dependency of mjit_config.h
  54087 2018-12-10 16:11 [ko1@a...            ] usa:r66308 (trunk): Net::ReadTimeout and Net::WriteTimeout should tell the cause socket
  54088 2018-12-10 21:31 [ko1@a...            ] nagachika:r66309 (ruby_2_5): merge revision(s) 62621: [Backport #15396]
  54089 2018-12-10 21:43 [ko1@a...            ] nobu:r66310 (trunk): LEGAL: gathered util.c [ci skip]
  54090 2018-12-10 22:58 [ko1@a...            ] naruse:r66311 (trunk): Define HAVE_STMT_AND_DECL_IN_EXPR and use it [Bug #15293]
  54091 2018-12-11 00:48 [ko1@a...            ] naruse:r66312 (trunk): fix r66311       
  54092 2018-12-11 00:48 [ko1@a...            ] svn:r66313 (trunk): * 2018-12-11        
  54093 2018-12-11 08:12 [ko1@a...            ] duerst:r66314 (trunk): add a test to make sure some unassigned codepoints do not get converted
  54094 2018-12-11 08:23 [ko1@a...            ] odaira:r66315 (trunk): Native coroutine implementation for ppc64le Linux
  54095 2018-12-11 08:23 [ko1@a...            ] svn:r66316 (trunk): * properties.       
  54096 2018-12-11 08:40 [ko1@a...            ] nobu:r66317 (trunk): Add the deprecation of flip-flops to NEWS page [ci skip]
  54097 2018-12-11 08:53 [ko1@a...            ] kazu:r66318 (trunk): Sort [ci skip]     
  54098 2018-12-11 08:54 [ko1@a...            ] naruse:r66319 (trunk): Preserve HTTP header key as string [Bug #15394]
  54099 2018-12-11 09:05 [ko1@a...            ] nobu:r66320 (trunk): Fix r663197        
  54100 2018-12-11 09:36 [ko1@a...            ] nobu:r66321 (trunk): ReFix r663197      

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