ruby-changes:52897
From: usa <ko1@a...>
Date: Wed, 17 Oct 2018 17:11:50 +0900 (JST)
Subject: [ruby-changes:52897] usa:r65110 (ruby_2_4): merge revision(s) 64913: [Backport #15223]
usa 2018-10-17 17:11:45 +0900 (Wed, 17 Oct 2018) New Revision: 65110 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65110 Log: merge revision(s) 64913: [Backport #15223] Support ubasecrt.dll 10.0.17763.1 included in Windows 10 October 2018 Update Modified directories: branches/ruby_2_4/ Modified files: branches/ruby_2_4/version.h branches/ruby_2_4/win32/win32.c Index: ruby_2_4/version.h =================================================================== --- ruby_2_4/version.h (revision 65109) +++ ruby_2_4/version.h (revision 65110) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_4/version.h#L1 #define RUBY_VERSION "2.4.5" #define RUBY_RELEASE_DATE "2018-10-17" -#define RUBY_PATCHLEVEL 324 +#define RUBY_PATCHLEVEL 325 #define RUBY_RELEASE_YEAR 2018 #define RUBY_RELEASE_MONTH 10 Index: ruby_2_4/win32/win32.c =================================================================== --- ruby_2_4/win32/win32.c (revision 65109) +++ ruby_2_4/win32/win32.c (revision 65110) @@ -2425,6 +2425,7 @@ EXTERN_C _CRTIMP ioinfo * __pioinfo[]; https://github.com/ruby/ruby/blob/trunk/ruby_2_4/win32/win32.c#L2425 #endif static inline ioinfo* _pioinfo(int); + #define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E) #define _osfhnd(i) (_pioinfo(i)->osfhnd) #define _osfile(i) (_pioinfo(i)->osfile) @@ -2499,7 +2500,7 @@ set_pioinfo_extra(void) https://github.com/ruby/ruby/blob/trunk/ruby_2_4/win32/win32.c#L2500 #else __pioinfo = *(ioinfo***)(p); #endif -#else +#endif int fd; fd = _open("NUL", O_RDONLY); @@ -2514,7 +2515,6 @@ set_pioinfo_extra(void) https://github.com/ruby/ruby/blob/trunk/ruby_2_4/win32/win32.c#L2515 /* not found, maybe something wrong... */ pioinfo_extra = 0; } -#endif } #else #define pioinfo_extra 0 Index: ruby_2_4 =================================================================== --- ruby_2_4 (revision 65109) +++ ruby_2_4 (revision 65110) Property changes on: ruby_2_4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /trunk:r64913 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/