In perl.git, the branch khw/ebcdic has been created

<http://perl5.git.perl.org/perl.git/commitdiff/cde60c8275dc530a539ed2c7b84438011a630e80?hp=0000000000000000000000000000000000000000>

        at  cde60c8275dc530a539ed2c7b84438011a630e80 (commit)

- Log -----------------------------------------------------------------
commit cde60c8275dc530a539ed2c7b84438011a630e80
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:38:47 2014 -0700

    pop

M       pod/perlrun.pod

commit 5dc82b0b9960169351f2308854176c3e89567e44
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:38:11 2014 -0700

    XXX Temp lib/B/Deparse.t: Debug

M       lib/B/Deparse.t

commit 21161247593cb78e32c5479cd317a85cb8acd1d8
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:35:07 2014 -0700

    XXX Temp dist/Data-Dumper/t/dumper.t debug

M       dist/Data-Dumper/t/dumper.t

commit 643a96a05d5ece6a1a987e6d901de0b2628c1e68
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:34:35 2014 -0700

    XXX Temp t/comp/final_line_num.t Debug

M       t/comp/final_line_num.t

commit 8561a1c803204c20a5a42cd0d0c775008dfa19be
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:33:54 2014 -0700

    XXX Temp: croak.t: Debug

M       t/lib/croak.t
M       t/lib/croak/op

commit 208638ddc3bd582ce7ef50019e0ea0d5f8c47c7c
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:31:49 2014 -0700

    t/run/locale.t: Nit in comment

M       t/run/locale.t

commit ce1660b0b1b186ba7e36c1fa377d098619bc5c53
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:31:05 2014 -0700

    XXX Temp: ext/Pod-Html/t/htmlview.t debug

M       ext/Pod-Html/t/htmlview.t

commit 583b92a131895f4403be47f09e6c0f75b473be71
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 30 21:30:28 2014 -0700

    XXX Temp Pod::Simple Debug to STDERR

M       cpan/Pod-Simple/lib/Pod/Simple.pm
M       cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Debug.pm
M       cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm
M       cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm
M       cpan/Pod-Simple/lib/Pod/Simple/HTML.pm
M       cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
M       cpan/Pod-Simple/lib/Pod/Simple/RTF.pm
M       cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm
M       cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm
M       cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm

commit 0a286a6770b8bf52b44d76f0cf9d2ccab516715e
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Nov 29 22:40:34 2014 -0700

    perly.c: Fix off-by-1 error for EBCDIC platforms
    
    Code point 255 was being omitted in the translation.  It's better to use
    the macro (that has it correctly) and avoid a redundant copy of the
    test.

M       perly.c

commit 514d069a1953a3a12b08aba4b92972413a073791
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Nov 29 21:59:22 2014 -0700

    XXX not finished: Carp: EBCDIC fixes

M       dist/Carp/lib/Carp.pm
M       dist/Carp/lib/Carp/Heavy.pm
M       dist/Carp/t/arg_regexp.t
M       dist/Carp/t/arg_string.t

commit 0e2b1b1fef3f1e1806925b457dca368fe7b11201
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 27 22:59:37 2014 -0700

    XXX temp to see if rest of file works re/reg_eval_scope.t: comment out 
out-of memory

M       t/re/reg_eval_scope.t

commit 253fe87e098ab1431ca8185422a7946ae4857dcc
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 27 22:58:05 2014 -0700

    XXX temp to see if rest of tests run: re/pat_rt_report.t
    
    The commented-out test runs out of memory on os390

M       t/re/pat_rt_report.t

commit d98c5f5485c2ab36b76d89bcd60bc912eeb9e6ad
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 27 22:46:32 2014 -0700

    XXX Temp debug: lib/h2ph.t

M       lib/h2ph.t

commit 91b9dd15e031ce3ae20a4dba6f3df1bf71c303e6
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 27 22:38:29 2014 -0700

    XXX skip for now lib/DBM_Filter/t/encode.t
    
    Needs Encode, or maybe will never work.  Examine to see if we've made
    changes to this before.

M       lib/DBM_Filter/t/encode.t

commit b74ff79ed8cac4482bd2092f1768ea4418078432
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 27 22:35:07 2014 -0700

    XXX ext/PerlIO-encoding/t/encoding.t: Skip on EBCDIC
    
    Not clear if Encode should work on this.  Other .t files were being
    skipped.  Earlier generalization is for nought, so prob. delete that
    commit.

M       ext/PerlIO-encoding/t/encoding.t

commit dbb8cc7a00b880efd96c04a4e52f7016fa8f80aa
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 27 22:29:36 2014 -0700

    perldiag: Add missing entry

M       pod/perldiag.pod

commit f66b8073f5cf4929289825ceb11cba82daf91dda
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 19:56:25 2014 -0700

    t/op/utfhash.t: Clarify comment

M       t/op/utfhash.t

commit 6548f4133ea5825d8f759a3989efe9cc35227ab7
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 19:55:23 2014 -0700

    t/op/sprintf.t: Generalize for EBCDIC
    
    This adds a mechanism for tests to be ASCII or EBCDIC specific

M       t/op/sprintf.t

commit b2c6b1e098b7355c30abbf9c9407a37a9f9e2bcf
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 19:54:22 2014 -0700

    perluniintro: Vertically stack ternarys
    
    It's clearer and sets a better example for the reader

M       pod/perluniintro.pod

commit f9c151794212c2cb52def88bbef549249bca6a4b
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 19:51:23 2014 -0700

    -Dp does work on EBCDIC.

M       perl.c

commit 8665ad1c9cf1f0224c497a0eccdd583e9338224e
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 14:44:58 2014 -0700

    XXX temp for debug: Data::Dumper:dumper.t

M       dist/Data-Dumper/t/dumper.t

commit 6e2c4a01bac8a2492fb9a968614bbaf6ded3e84c
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 14:35:31 2014 -0700

    Devel::Peek:Peek.t: Fix to work on EBCDIC

M       ext/Devel-Peek/t/Peek.t

commit 134d28e658a508b9ec0e95a980b25c986d2514ec
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 14:01:43 2014 -0700

    dump.c: Clarify pod

M       dump.c

commit 197bbf8800d731c4de5b35110e326fb57fa16453
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 11:41:18 2014 -0700

    PerlIO::encoding:fallback.t: properly skip tests
    
    My moving the 'use Test::More' outside of the BEGIN block, I don't get
    the 'duplicate leader seen' error.

M       ext/PerlIO-encoding/t/fallback.t

commit e6e9e5b9473f0618e859f3f70cf7999e038aadc8
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 10:54:54 2014 -0700

    porting/checkcfgvar.t: Skip on EBCDIC platforms
    
    This is failing on EBCDIC, probably because of sort order differences.
    But we won't be packaging a release from one of these platforms; easiest
    to just skip.

M       t/porting/checkcfgvar.t

commit cf967fe851c5c2527704a27d16a52eed11ec49aa
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 10:47:17 2014 -0700

    XXX beginning of t/op/bop.t

M       t/op/bop.t

commit 7c847b17c64d6cb17131e9b3a17a7f86188af4ae
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 26 10:19:25 2014 -0700

    XXX Temp debugging run/locale.t

M       t/run/locale.t

commit be2d09cbf73b654e993f247b32999403d96cf565
Author: Karl Williamson <k...@cpan.org>
Date:   Sun Nov 23 23:04:00 2014 -0700

    XXX Debug: ext/Pod-Html/t/htmlescp.t

M       ext/Pod-Html/t/htmlescp.t

commit 493d9501da7166a198e2c5f0737427af85ca1f41
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Nov 21 13:55:13 2014 -0700

    t/run/locale.t: Don't operate on iffy locales
    
    This takes advantage of the previous commit to exclude locales that we
    can determine don't work fully with Perl.

M       t/run/locale.t

commit 82684b233293676279681a1e19536910c43838eb
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Nov 21 13:43:23 2014 -0700

    t/loc_tools.pl: Add optional parameter to find_locales()
    
    This allows the caller to specify that they do not want to get back any
    locales that aren't fully compatible with Perl.

M       t/loc_tools.pl

commit b0d65850d24a164c2f05a1b485341bcaaf77a36d
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Nov 21 09:22:53 2014 -0700

    lib/Config.t: Skip invalid tests for os390

M       lib/Config.t

commit 7501592ea77ff7e80d6258491485598c961ead61
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Nov 13 20:52:23 2014 -0700

    t/uni/chomp.t: Better explain why skipped on EBCDIC

M       t/uni/chomp.t

commit a081ec392fed42ab0974af18ab0ffe38e7232445
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 12 12:48:04 2014 -0700

    XXX cpan Encode::encoding: Don't fail 'no encoding' on EBCDIC
    
    If someone specifies 'no encoding' it would croak at compile time on an
    EBCDIC platform, whereas the only problem would be if they had said 'use
    encoding'.  So move the test to the import function.

M       cpan/Encode/encoding.pm

commit df3c43722c297dcd5906d7562aa6f4731c05ba45
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Nov 24 11:19:22 2014 -0700

    t/uni/case.pl: Fix to work on non-ASCII platforms
    
    This involves changes to the three test files that call it

M       t/uni/case.pl
M       t/uni/lower.t
M       t/uni/title.t
M       t/uni/upper.t

commit 9f6ee35da7976cc5eabf34dadd6231bb748556e4
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Oct 29 10:08:46 2014 -0600

    t/comp/require.t: No longer needed to skip on EBCDIC

M       t/comp/require.t

commit f7034f9d0144270597274109390388970b004a62
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Oct 29 10:08:16 2014 -0600

    XXX encode merge, cpan

M       cpan/Encode/encengine.c

commit c0d501c2d970b01e7235f55090859af4d35f84ef
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Oct 25 21:42:34 2014 -0600

    t/op/tie.t: Skip a couple tests on EBCDIC
    
    These have different results on that platform.

M       t/op/tie.t

commit 641178a1541f941acf5656f4ce6bf6325135d669
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Oct 25 21:27:54 2014 -0600

    t/op/inc.t: Generalize for EBCDIC

M       t/op/inc.t

commit 5ac6c8723f8f87b1a28ae0ec07f6f710e60771af
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Oct 25 21:27:20 2014 -0600

    t/op/ver.t: Generalize for EBCDIC

M       t/op/ver.t

commit 7ed2da9c00df2a039a076b71787080f9168bd8a1
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Oct 25 21:26:20 2014 -0600

    t/lib/warnings/regcomp: SKIP some EBCDIC tests
    
    The result varies depending on EBCDIC code page

M       t/lib/warnings/regcomp

commit cd17ccb9fb3f77ed4196d0067ad845292e4e663c
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Oct 25 21:25:41 2014 -0600

    lib/overload.t: Generalize for EBCDIC

M       lib/overload.t

commit 6c852fce3e77963d8c26e6796e8ac595a797d8f0
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Oct 25 21:08:52 2014 -0600

    dist/Data-Dumper/t/quotekeys.t: Generalize for EBCDIC

M       dist/Data-Dumper/t/quotekeys.t

commit c9beca8fa2ce8ad07214f9f4b941c09ed9fb8bcc
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Oct 24 12:09:40 2014 -0600

    XXX temp for smoke-me: Skip podcheck, cmp_version

M       t/porting/cmp_version.t
M       t/porting/podcheck.t

commit ad2f41aec0dc6112034cfdb6895c861f68b36da9
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Oct 22 10:17:40 2014 -0600

    XXX PerlIO-encoding/t/encoding.t: Generalize for non-ASCII platform
    
    Probably has to wait for Encode to work

M       ext/PerlIO-encoding/t/encoding.t

commit d88682b3fd15d51793d9bf49385fea8257fd7929
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Oct 22 10:15:44 2014 -0600

    XXX Some EBCDIC fixes for Pod::Escapes, Pod::Simple
    
    Experimental

M       cpan/Pod-Escapes/lib/Pod/Escapes.pm
M       cpan/Pod-Simple/lib/Pod/Simple.pm
M       cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm

commit f5f70888bf36728cca3ad3e212f2ea0b9abe1e94
Author: Karl Williamson <k...@cpan.org>
Date:   Tue Oct 21 21:45:08 2014 -0600

    XXX Temp to get mro working on EBCDIC

M       ext/mro/mro.xs
M       mro.c

commit aca825470844c1139297ab40bdeb1c7118563053
Author: Karl Williamson <k...@cpan.org>
Date:   Tue Oct 21 18:55:27 2014 -0600

    t/lib/warnings/op: Skip some tests on EBCDIC
    
    This splits a longer test into two smaller, the first is skipped on
    EBCDIC because its result varies depending on code page.

M       t/lib/warnings/op

commit d38721459a7c87703e8ab3786011cf1c3f57c7e1
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 21:16:24 2014 -0600

    t/lib/warnings/toke: Skip some tests on EBCDIC
    
    The results depends on the particular EBCDIC platform being used, so I
    don't think it is worth the effort.

M       t/lib/warnings/toke

commit 4fef6d318cda39b5407310d865b9c8ac313ff687
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 21:07:11 2014 -0600

    POSIX/t/export.t: Generalize for non-ASCII platforms

M       ext/POSIX/t/export.t

commit 8ab4a6316f818302e6b0e7191c16a755470d023c
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 21:05:14 2014 -0600

    PerlIO-encoding/t/nolooping.t: Skip on EBCDIC platform

M       ext/PerlIO-encoding/t/nolooping.t

commit 443bdaa54bed686294283b5d32fc1ede70f8056f
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 21:03:50 2014 -0600

    Pod-Functions/Functions_pm.PL: Generalize for non-ASCII platforms

M       ext/Pod-Functions/Functions_pm.PL

commit 0a56a066d8714d3fbc50ecc143059172aef5ebeb
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 21:00:56 2014 -0600

    Hash-Util tests: Generalize for non-ASCII platforms

M       ext/Hash-Util-FieldHash/t/05_perlhook.t
M       ext/Hash-Util/t/Util.t

commit eae37cd53e6f60d4803083222d8018a0efe38e21
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 20:50:29 2014 -0600

    t/op/override.t: Generalize for non-ASCII platforms

M       t/op/override.t

commit 2d126fc51c3f396814f64f8014d39d6f78401530
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Oct 16 19:37:29 2014 -0600

    XXX May still have problems lib/open.t: Generalize for non-ASCII platforms

M       lib/open.t

commit 9af5f438d3b40b808276ebf5490a0c7ba18abf13
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Jul 2 23:02:58 2014 -0600

    XXX See if fixes regcomp [a-z].

M       regcomp.c

commit a7aa08219f7c9a2f8b7f9fc6367bb10f25e12b65
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Jun 27 16:31:41 2014 -0600

    Term::Complete: Generalize for EBCDIC
    
    This doesn't try to print \c? nor C1 controls, which the previous
    version did.

M       dist/Term-Complete/lib/Term/Complete.pm

commit 5e9c69fa212ebc125b894a02365db0fa9d07a2e1
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Jun 27 10:32:13 2014 -0600

    t/op/concat2.t: Skip 'use encoding' test in EBCDIC
    
    This pragma does not work on EBCDIC platforms

M       t/op/concat2.t

commit 9dee4e0905c75a0d9fea6f0475a02fd3ce2f3480
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Jun 19 15:51:04 2014 -0600

    XXX ebcdic_tables.h: temporarily create in hex
    
    This makes debugging simpler

M       ebcdic_tables.h
M       regen/ebcdic.pl

commit b0ef126b6f3f5a62a0bc390af454f016a54f0074
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Jun 19 15:48:50 2014 -0600

    XXX Temporarily remove all but 1047 tables
    
    This is to make debugging easier

M       charclass_invlists.h
M       ebcdic_tables.h
M       l1_char_class_tab.h
M       regcharclass.h
M       regen/charset_translations.pl
M       unicode_constants.h

commit 7f88e2e1d86f0fbc6c68283bc2d80c119d0c4ad9
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Jun 9 12:30:23 2014 -0600

    t/uni/write.t: Don't skip EBCDIC tests
    
    This now passes on os390

M       t/uni/write.t

commit ce4cebff8ca1c667f234a962bd7f30fc832a934a
Author: Karl Williamson <k...@cpan.org>
Date:   Sun May 11 19:34:08 2014 -0600

    t/op/chars.t: Generalize to not use code page specific
    
    In EBCDIC, \c? resolves to the APC character.  We can use table lookup
    to find out what that is on the current platform, without having to know
    what code page we are using.

M       t/op/chars.t

commit 74c17d8c710990dc2efac2e473cf80c74229d4d8
Author: Karl Williamson <k...@cpan.org>
Date:   Mon May 5 17:24:38 2014 -0600

    XXX Temporary.  Without this Data::Dumper loops on Linux

M       dist/Data-Dumper/Dumper.xs

commit a07a021f721183d469beefe5ce46cd40c3ba1c97
Author: Yaroslav Kuzmin <ykuz...@rocketsoftware.com>
Date:   Mon Apr 28 16:21:44 2014 -0600

    Fix hints/os390.sh

M       hints/os390.sh

commit 439b708253ce9ce541fc1d7bdb568d26b8ba6162
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Apr 26 10:24:38 2014 -0600

    Remove Configure changes so can run Configure on Linux

M       Configure

commit 7b18fade0ab792c81f271737c2c155f2ac79d085
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Mar 15 12:26:15 2013 -0600

    hints/os390.sh: Suppress bogus compiler message

M       hints/os390.sh

commit ebd752c1c52c3103e53915c1b54df5d0b2affe87
Author: John Goodyear <johng...@us.ibm.com>
Date:   Sat Mar 2 12:31:25 2013 -0700

    XXX Temporary for z/OS long long support

M       Configure
M       hints/os390.sh

commit 276c4ec8277c54fec2cd3fc8394f1eaa09cff42c
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Sep 7 12:59:57 2013 -0600

    XXX dist/Data-Dumper/Dumper.pm
    
    Merge with result of #113088
    Add /a to regexes here for safety against a use v5.14

M       dist/Data-Dumper/Dumper.pm

commit edc70c2fd64199a0f688ca9cd95111092bd38e4f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jun 26 18:23:27 2013 -0600

    regexp_unicode_prop.t: Generalize for non-ASCII platforms

M       t/re/regexp_unicode_prop.t

commit 0573eb68a864a4bef9f01fd62fa08b2891008bc0
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jun 26 17:44:33 2013 -0600

    t/re/reg_mesg.t: Don't need to skip on EBCDIC
    
    It now works

M       t/re/reg_mesg.t

commit 4aa9d7a355265a062851938fb21b18d13193ff4c
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jun 26 15:28:41 2013 -0600

    t/lib/warnings/utf8: Update skip message
    
    It is not that EBCDIC platforms don't check for malformedness; it is
    that a different message gets generated on them, and it's too much
    bother to figure it out for each such platform.

M       t/lib/warnings/utf8

commit b82211a9c5b6768bbf4df1a13d23642df8a554c5
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jun 26 15:25:37 2013 -0600

    t/lib/feature/implicit: Generalize for EBCDIC platforms

M       t/lib/feature/implicit

commit 2e878951d6ffa690a978b733eedbebb6d7398b8e
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon May 20 22:20:29 2013 -0600

    lib/locale.t: Generalize to work on non-ASCII

M       lib/locale.t

commit fd3172f807cd05a3fe80947338b0b7ee8e10c370
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon May 20 22:01:02 2013 -0600

    ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platforms

M       ext/XS-APItest/t/hash.t

commit 76ce4478f471941892f85a03df0aa2a650bc781b
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon May 20 21:59:48 2013 -0600

    dist/Storable/t/code.t: Fixes to run under EBCDIC

M       dist/Storable/t/code.t

commit c55b27d27d80d59eab2ad41ec45462e72342a4ac
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon May 20 21:58:26 2013 -0600

    XXX CPAN, incomplete cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm: Generalize 
for non-ASCII platforms

M       cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm

commit 179624f5cf028a8edc016a1f9790572281e72f5d
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon May 20 21:54:01 2013 -0600

    t/lib/feature/implicit: Generalize for non-ASCII platforms

M       t/lib/feature/implicit

commit 408e495967521ef618cd14193e9851ec62e0eee9
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Nov 24 15:01:38 2014 -0700

    XXX pp_pack.c: 'u' format, comment

M       pp_pack.c

commit b0185ee3f35b3a42a0982af07cfaa712042f9eaa
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Feb 25 17:22:55 2013 -0700

    XXX CPAN prob wrong Collate
    
    This changes to implicity usenative code points.  This is likely wrong,
    as the module comes with its own data, that are probably in terms of
    Unicode

M       cpan/Unicode-Collate/Collate.xs

commit 44c5f348294b7356395c74be1c361d9a8f1d357a
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Apr 19 13:58:12 2013 -0600

    t/op/coreamp.t: Generalize for non-ASCII platfomrs

M       t/op/coreamp.t

commit 265405f59548205e50306d1e8cc695ee2f44b2ae
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Apr 17 21:49:10 2013 -0600

    t/re/re_tests: Some tests are platform-specific

M       t/re/re_tests

commit f6f13291e2d956e614206e65032868c0e2d39406
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Apr 17 08:22:36 2013 -0600

    t/io/crlf.t: Generalize for non-ASCII platforms

M       t/io/crlf.t

commit ed4fa44fce99519b40c4dcbf5a0b5aa21989dca4
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 6 10:15:05 2013 -0600

    t/io/bom.t: Fix to run under EBCDIC

M       t/io/bom.t

commit 428b336575b461dd36cde96ace28e2a1d7c9800b
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Apr 16 12:13:07 2013 -0600

    ext/B/t/b.t: Generalize for non-ASCII platforms

M       ext/B/t/b.t

commit 6d3ed256c3a9c70f07034315d4e0eef192e17ae4
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Apr 16 12:02:26 2013 -0600

    dist/Safe/t/safeutf8.t: Generalize to non-ASCII platform

M       dist/Safe/t/safeutf8.t

commit 93f7c248417fdbfd5ab2d2c2e1b66fac525b3bf7
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Apr 16 11:50:04 2013 -0600

    t/op/warn.t: Generalize for non-ASCII platforms

M       t/op/warn.t

commit 69912c5c10886ebb4d7145c17912b9f342258ee8
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Apr 16 10:18:02 2013 -0600

    re/reg_email.t: Generalize for non-ASCII platforms
    
    This replaces all the hard-coded hex character values.  It uses the new
    (?[ ]) notation.  I checked that the compiled regex matches the exact
    same code points as before these changes.

M       t/re/reg_email.t

commit 8ee05043cbbd6e64c36766050dad9eca894a8061
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Apr 21 10:09:57 2014 -0600

    dist/ExtUtils-Install/t/InstallWithMM.t: White-space only
    
    Indent for new block formed by previous commit

M       cpan/ExtUtils-Install/t/InstallWithMM.t

commit b04ee2cfefe53a10aa63948cf1d0e98adf9662c4
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Apr 16 09:03:47 2013 -0600

    dist/ExtUtils-Install/t/InstallWithMM.t: Skip if EBCDIC
    
    Because it uses JSON

M       cpan/ExtUtils-Install/t/InstallWithMM.t

commit ad2399934f7333556349238c2433b2945408ad40
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 22:04:50 2013 -0600

    XXX skip cpan tests

M       t/TEST

commit afa0ddb220e9fe9fb4715ab836897509992f62a3
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 16:19:20 2013 -0600

    ext/XS-APItest/t/svpeek.t: Generalize for non-ASCII platforms

M       ext/XS-APItest/t/svpeek.t

commit 081805451299bc795c4e2cbe0f6450fb457a9c83
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 16:14:35 2013 -0600

    ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platforms

M       ext/XS-APItest/t/svpv_magic.t

commit de6d823b6052e54ca369603cc3a0ea31b5b6eef8
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 15:54:37 2013 -0600

    XXX still errors lib/DBM_Filter/t/encode.t: Generalize for non-ASCII 
platforms

M       lib/DBM_Filter/t/encode.t

commit a9fba423a32bf0b8cbef996f74a68b553b52c51f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 15:35:52 2013 -0600

    XXX finish up lib/utf8.t: Generalize for non-ASCII platforms
    
    This includes choosing a different code point that has 3 bytes in both
    UTF-8 and UTF-EBCDIC, so that the pos numbers work for both.

M       lib/utf8.t

commit d3842bb98579a4b7dd3915b6b830769f5d569525
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 15:16:44 2013 -0600

    t/uni/parser.t: Generalize for non-ASCII platforms

M       t/uni/parser.t

commit 7fbc824c5d2e20216318aa4f296ff9a68aa1de65
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 14:41:46 2013 -0600

    t/uni/method.t: Generalize for non-ASCII platforms
    
    I couldn't figure out a way to not use the hard-coded values

M       t/uni/method.t

commit 2e9e274beccc80d6dd2610dd9727d9bf67de2352
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 14:26:09 2013 -0600

    t/op/magic.t: Generalize for non-ASCII platforms

M       t/op/magic.t

commit ea10072a9598bd4b0eb4ca16b6c2268106500ee2
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 13 13:36:41 2013 -0600

    t/io/through.t: Generalize for non-ASCII platforms
    
    This uses hard-coded values for EBCDIC because of the shell issues

M       t/io/through.t

commit 7ee02aef086abe33b86a60072df48afae8e90689
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sun Apr 7 10:45:14 2013 -0600

    t/op/goto.t: Generalize for EBCDIC

M       t/op/goto.t

commit f8254f31deaaa38544e2abbe1b2dbe87d8f0f96d
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Apr 3 20:15:17 2013 -0600

    t/re/pat.t: Generalize for EBCDIC

M       t/re/pat.t

commit 9bb3fdd6390966d1c2fd63786b71c183dfd93544
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Apr 3 21:56:02 2013 -0600

    XXX t/op/pack.t: Generalize for EBCDIC
    
    Still a few failures

M       t/op/pack.t

commit b8417e547983d9178a7b85aa3d0d67becc1abaf7
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 6 10:15:05 2013 -0600

    t/io/bom.t: Fix to run under EBCDIC

M       t/io/bom.t

commit 410286e3b7c9967e5caef1a9b9c9faeade987124
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Apr 5 23:34:50 2013 -0600

    t/uni/overload.t: EBCDIC fixes

M       t/uni/overload.t

commit 2db22f8393472bf2c43b5ab3210ca641aead6776
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Apr 5 23:34:13 2013 -0600

    t/uni/method.t: EBCDIC fixes

M       t/uni/method.t

commit c6a189e89e14e7ff132cd14900e5c7bc02089f93
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Apr 5 23:33:28 2013 -0600

    t/op/utf8magic.t: EBCDIC fixes

M       t/op/utf8magic.t

commit 6c0074f7f26ec989ae885f6684a8bccf4917b7d6
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Apr 5 23:32:57 2013 -0600

    t/op/evalbytes.t: EBCDIC fixes

M       t/op/evalbytes.t

commit 0016e36e4ef56db92fd66340fe8983729c9b0b62
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Apr 6 13:01:54 2013 -0600

    t/op/utfhash.t: Fix to work on EBCDIC 1047
    
    This .t thought it could have an __END__ in the middle of DATA input,
    and the first read would read in up to that, and the second would read
    the rest.  In bisecting, I couldn't find a time when this ever worked.
    Now this has a marker, and does a split on that marker, choosing the
    first or second half depending.
    
    Note that this only works on ASCII and EBCDIC 1047 platforms.  It could
    be extended for the other code pages Perl purportedly supports.

M       t/op/utfhash.t

commit 4af31f22f6109395954bf9c60bc254463e866bea
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Apr 5 12:15:58 2013 -0600

    Dumper.xs: Don't translate character twice
    
    utf8_to_uvchr() already returns the native code point; no need to
    convert again.  This code is only executed on Perls before 5.15

M       dist/Data-Dumper/Dumper.xs

commit 18bb7f1084797c78471a94f70e633f3c50d4b47e
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Apr 3 19:06:52 2013 -0600

    XXX CPAN cpan/Test/lib/Test.pm: Fixes for EBCDIC

M       cpan/Test/lib/Test.pm

commit 86a55d74aca2544b4b2ace1e0a7b715633da5109
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Apr 1 22:29:16 2013 -0600

    t/re/pat_re_eval.t: Some EBCDIC fixes

M       t/re/pat_re_eval.t

commit c88be4d664c2fd9cf0f189edb4d744804ed176ed
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Apr 1 22:28:43 2013 -0600

    dist/Storable/t/utf8.t: Fix to run under EBCDIC

M       dist/Storable/t/utf8.t

commit e14465ed620ba415fdf7922adb9a93afda685715
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Apr 1 21:08:20 2013 -0600

    t/op/split.t: EBCDIC fixes

M       t/op/split.t

commit afef455a8adfe3388d8d077455eacf2c4622ac40
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Apr 1 20:43:03 2013 -0600

    re/pat_advanced.t: EBCDIC fixes
    
    This includes not skipping some EBCDIC that formerly was, since we now
    have testing infrastructure that makes this easy.

M       t/re/pat_advanced.t

commit a1e13909886394d473863316571d652890e79e29
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Apr 1 20:01:04 2013 -0600

    t/io/utf8.t: EBCDIC fixes

M       t/io/utf8.t

commit ef7dbf54ff206f8640ab9c6c8fa13099a0547d52
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sat Mar 30 12:32:09 2013 -0600

    t/uni/fold.t: Generalize for non-ASCII platforms

M       t/uni/fold.t

commit 711b79c6eebabab2d52e0c896a39e147b1a47bbe
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Mar 29 15:22:28 2013 -0600

    XXX t/op/tiehandle.t: skip for now; deep recursion

M       t/op/tiehandle.t

commit 8971bcbb19eaaeaa9c4d951ca37dcbc14c1e7d20
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 18:17:28 2013 -0600

    Add test that to/from native character set works
    
    For non-ASCII systems, there are character set translation tables.  This
    makes sure the two accessible ones are inverses of each other.  If not,
    nothing can be expected to work right.

M       MANIFEST
A       t/base/translate.t

commit 650dbb520dca3f1a0b7cba7229db1e30a6b8aed3
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 16:55:55 2013 -0600

    lib/feature/bundle: Fix some things to pass under EBCDIC

M       t/lib/feature/bundle

commit add5d30a09549f1a8b112c59ffd1ee6d92f7f432
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 16:08:04 2013 -0600

    XS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
    
    This could be ported, but there's a lot of stuff to convert

M       ext/XS-APItest/t/fetch_pad_names.t

commit cf850a5d30f0005e5227a534af07dafec10cf5a0
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 12:05:53 2013 -0600

    XXX ext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
    
    This involves skipping much of the tests.  Reexamine later

M       ext/XS-APItest/t/utf8.t

commit 1540ce26e3f0b2db2507bc556a360fa73f566d87
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 11:27:06 2013 -0600

    ext/re/t/re_funcs_u.t: Fix to work under EBCDIC

M       ext/re/t/re_funcs_u.t

commit 3716b8abaf5cf0d68c077c2514d186f7b5a4747f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 11:11:22 2013 -0600

    dist/IO/t/io_utf8argv.t: Generalize for non-ASCII platforms.

M       dist/IO/t/io_utf8argv.t

commit f5350b2c7939ecc522ef4f42c0a26e51d16abf47
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 27 10:33:44 2013 -0600

    t/op/print.t: Skip an EBCDIC test
    
    This could be written (the values would probably change depending on the
    code page), but the code that would get exercised is unlikely to vary
    depending on character set.

M       t/op/print.t

commit d6818dcfdde1e9aa7db691afa6e5259bf9cae0db
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Mar 26 15:44:59 2013 -0600

    XXX t/TEST: Avoid SIGPIPEs

M       t/TEST

commit 488cacf9c6de4e2d67314151de27e4cbda18569f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Mar 25 20:43:38 2013 -0600

    op/chop.t: Fix for EBCDIC
    
    One test is skipped because the code point is not representable on
    EBCDIC platforms.  Other tests are modified to work on EBCDIC.

M       t/op/chop.t

commit 26281e3fa53eb3c4c2648004c29fa21392a8584e
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Mar 25 19:56:50 2013 -0600

    t/op/lc.t: Fix to work under EBCDIC
    
    This had code that attempted this, but it was wrong.  The conversion to
    EBCDIC must be done before the \U, or similar.

M       t/op/lc.t

commit b3211c53c23c04edd0c62b5e5c7c7c29e3c899fe
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Mar 25 15:04:14 2013 -0600

    Skip some porting tests under EBCDIC
    
    EBCDIC won't work on these because of inherent differences from ASCII,
    including a different sort order.
    
    For porting/regen.t, we use the shipped parsing rules on EBCDIC platforms

M       Porting/pod_rules.pl
M       t/porting/bincompat.t
M       t/porting/customized.t
M       t/porting/manifest.t
M       t/porting/perlfunc.t
M       t/porting/regen.t

commit c5f5a380da26c70bac81d4dcac8dab805bfba574
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Mar 25 14:59:50 2013 -0600

    t/re/regex_sets.t: So will pass under EBCDIC

M       t/re/regex_sets.t

commit 6aaa7a42b9f39a3f7ebcf7718f968af324a5fc2a
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jun 26 16:06:47 2013 -0600

    lib/Unicode/UCD.t: White-space only
    
    Indents for a newly formed block

M       lib/Unicode/UCD.t

commit adab38ccab53612789e3201aad492b82a70a850d
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 20 22:15:58 2013 -0600

    lib/Unicode/UCD.t: Allow to run under EBCDIC,

M       lib/Unicode/UCD.t

commit ed9c207343a494aebfb91d8d27d3edeca8fbf56f
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Nov 24 11:20:46 2014 -0700

    XXX .t too; Unicode::UCD: Generalize for non-ASCII platforms

M       lib/Unicode/UCD.pm

commit 35ae6e8ab9892905a644b6140d5722b3cea58a7f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Mar 19 15:27:31 2013 -0600

    t/op/quotemeta.t: EBCDIC fixes

M       t/op/quotemeta.t

commit b62deb920b39bc872e021ec1f31609672a3db399
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Mar 19 11:32:55 2013 -0600

    t/re/fold_grind.t: Fixes for EBCDIC

M       t/re/fold_grind.t

commit 09fda0b508ce9c4a1ccb20ff3fd4b8472b59ce60
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Mar 19 11:20:24 2013 -0600

    t/uni/class.t: Make work on EBCDIC

M       t/uni/class.t

commit cc31d40b5e57a51b22c1866a8da4a97ac183c3de
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Mar 19 11:01:57 2013 -0600

    feature/unicode_strings.t: Fix to work on EBCDIC

M       lib/feature/unicode_strings.t

commit 49d162255933a83f108bf08512f0b5fe7b4cbf77
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Mar 18 22:00:29 2013 -0600

    XXX temp skip perl5db.t

M       lib/perl5db.t

commit 6015773c0a2e923fe35eeb86761a6c451dcf80d4
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Nov 1 21:10:48 2014 -0600

    lib/dumpvar.pl: Generalize for non-ASCII

M       lib/dumpvar.pl

commit 4d3ac7d3d9936a7adb3633c910916e973765b82f
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Nov 1 21:10:21 2014 -0600

    XXX needs more work lib/perl5db.pl

M       lib/perl5db.pl

commit 9588e8d1df75d48a2adcb2c08cfc75a06e2d7a92
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Nov 1 21:07:51 2014 -0600

    XXX Unsure, meta lib/sigtrap.pm: Generalize for EBCDIC

M       lib/sigtrap.pm

commit 18e3a539661b64669c1acf43a9927aa1cec49953
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Nov 1 21:01:19 2014 -0600

    XXX unsure lib/DB.pm: Generalize for EBCDIC

M       lib/DB.pm

commit 25b1fb4e1f5850f1774a6f341a1f6c2c06535931
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Mar 15 11:57:24 2013 -0600

    re/charset.t: Generalize for non-ASCII platforms
    
    This converts the hard-coded character numbers to native, so will work
    on any platform.  It also adds some tests, and improves some test names

M       t/re/charset.t

commit 7de38830867bd48174ebcf5b444e752602a42510
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 13 16:17:39 2013 -0600

    APItest/t/handy.t: Make EBCDIC-friendly

M       ext/XS-APItest/t/handy.t

commit 85eb25635e2c5ecf5fca13745c93d7ded5b92b51
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Mar 13 16:16:14 2013 -0600

    Data-Dumper: Make EBCDIC-friendly

M       dist/Data-Dumper/Dumper.xs

commit 59b6c7c778a7730b57e09ad5ffa3699febb6a9d3
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sun Mar 10 22:17:31 2013 -0600

    t/base/lex.t: Generalize for non-ASCII platforms
    
    \xE2 is 'S' in EBCDIC, and so is going to be legal.  \xDF is an alpha
    which has no ASCII equivalent in either character set
    
    Also, 65 may not be "A" on a non-ASCII platform, so use 65 where that is
    wanted

M       t/base/lex.t

commit db5fd770dc1f615ad4f4e340ec46436b794319ae
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sun Mar 10 13:11:07 2013 -0600

    XXX Temporary comment out ParseXS check
    
    this is to get things to compile for now

M       dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

commit eac83781bf6f02942ed3ec897bb33d296f9a4220
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Thu Feb 28 09:25:27 2013 -0700

    XXX temp:  show makedepend cerr

M       makedepend.SH

commit bcb921a1f6a3062b43ba42eebd5b0aa0aaae0504
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Feb 26 12:08:50 2013 -0700

    XXX unsure if right thing: utf8.c: Deprecate two functions
    
    This is to force any code that has been using these functions to change.
    Since the Unicode tables are now stored in native order, these functions
    should only rarely be needed.
    
    However, the functionality of these is needed, and in actuality, on
    ASCII platforms, the native functions are #defined to these.  So what
    this commit does is rename the functions to something else, and create
    wrappers with the old names, so that anyone using them will get the
    deprecation.

M       embed.fnc
M       proto.h

commit 956806ceeb0b25c5938c2a04ee9ab95c811e9934
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Feb 26 11:26:09 2013 -0700

    XXX unsure if right thing: Deprecate uvuni_to_utf8()
    
    Code should almost never be dealing with non-native code points

M       embed.fnc
M       proto.h

commit 33826161e5fac31fcae95bd112963bf180df0e7c
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Feb 25 17:12:53 2013 -0700

    XXX CPAN Encode.xs
    
    Use core function if available.  This will insulate this code from any
    future changes.

M       cpan/Encode/Encode.xs

commit b53283c2cae963af8812563fd2a7e9ca20dafbbc
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Feb 25 17:04:24 2013 -0700

    XXX CPAN and unsure Encode

M       cpan/Encode/Encode.xs
M       cpan/Encode/Unicode/Unicode.xs

commit b6a52a2a17e48a4b7014c3090b8bfe79f393f095
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Feb 25 17:00:47 2013 -0700

    XXX CPAN Encode.xs: fix indent

M       cpan/Encode/Encode.xs
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to