In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/49dd909f3c7b66fbab9d4ab32979c9d950f64ba2?hp=befef3681ffdd8d9337e2c6b174f6b59f971ceaf>
- Log ----------------------------------------------------------------- commit 49dd909f3c7b66fbab9d4ab32979c9d950f64ba2 Author: Karl Williamson <[email protected]> Date: Mon Aug 19 09:05:05 2019 -0600 utfebcdic.h: Fix EBCDIC compilation error The #include needs to always be done, so remove the #ifdef. The included file has the proper setup anyway for the variables that were used. commit a463528666d88569cfa8a2cef2ec1b4501d7fd2c Author: Karl Williamson <[email protected]> Date: Mon Aug 19 09:02:56 2019 -0600 perldelta: Document I8N::LangTags noteworthy change commit 029f24d3d65df68c04c6fdd002628f2b473b9f1c Author: Karl Williamson <[email protected]> Date: Mon Aug 19 09:02:23 2019 -0600 perldelta: Fix typo ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 8 +++++++- utfebcdic.h | 14 -------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7588464322..1c082c7ac2 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -166,13 +166,19 @@ L<Getopt::Long> has been upgraded from version 2.50 to 2.51. =item * -L<Time::HiRes> has been upgradded from version 1.9761 to 1.9762. +L<Time::HiRes> has been upgraded from version 1.9761 to 1.9762. Removed obsolete code such as support for pre-5.6 perl and classic MacOS. [perl #134288] =item * +L<I18N::LangTags> has been upgraded from version 1.07 to 1.08. + +Document the C<IGNORE_WIN32_LOCALE> environment variable. + +=item * + L<XXX> has been upgraded from version A.xx to B.yy. If there was something important to note about this change, include that here. diff --git a/utfebcdic.h b/utfebcdic.h index c2f0788cc4..d8278a1e72 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -121,22 +121,8 @@ START_EXTERN_C -#ifdef DOINIT - #include "ebcdic_tables.h" -#else -EXTCONST U8 PL_utf8skip[]; -EXTCONST U8 PL_e2utf[]; -EXTCONST U8 PL_utf2e[]; -EXTCONST U8 PL_e2a[]; -EXTCONST U8 PL_a2e[]; -EXTCONST U8 PL_fold[]; -EXTCONST U8 PL_fold_latin1[]; -EXTCONST U8 PL_latin1_lc[]; -EXTCONST U8 PL_mod_latin1_uc[]; -#endif - END_EXTERN_C /* EBCDIC-happy ways of converting native code to UTF-8 */ -- Perl5 Master Repository
