To: vim_dev@googlegroups.com Subject: Patch 8.2.1929 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1929 Problem: MS-Windows: problem loading Perl 5.32. Solution: Define NO_THREAD_SAFE_LOCALE. (Ken Takata, closes #7234) Files: src/if_perl.xs *** ../vim-8.2.1928/src/if_perl.xs 2020-09-10 21:36:03.855097495 +0200 --- src/if_perl.xs 2020-10-31 13:03:41.887361024 +0100 *************** *** 44,55 **** # define PERL_NO_INLINE_FUNCTIONS #endif - /* Work around for using MSVC and ActivePerl 5.18. */ #ifdef _MSC_VER # define __inline__ __inline - // Work around for using MSVC and Strawberry Perl 5.30. # define __builtin_expect(expr, val) (expr) #endif #ifdef __GNUC__ --- 44,56 ---- # define PERL_NO_INLINE_FUNCTIONS #endif #ifdef _MSC_VER + // Work around for using MSVC and ActivePerl 5.18. # define __inline__ __inline // Work around for using MSVC and Strawberry Perl 5.30. # define __builtin_expect(expr, val) (expr) + // Work around for using MSVC and Strawberry Perl 5.32. + # define NO_THREAD_SAFE_LOCALE #endif #ifdef __GNUC__ *** ../vim-8.2.1928/src/version.c 2020-10-30 21:49:36.302568284 +0100 --- src/version.c 2020-10-31 13:04:49.967294845 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1929, /**/ -- hundred-and-one symptoms of being an internet addict: 163. You go outside for the fresh air (at -30 degrees) but open the window first to hear new mail arrive. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///