In perl.git, the branch sprout/encoding has been created

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

        at  9ca7fe868eebe8de5f54a710b211a06c1a13db98 (commit)

- Log -----------------------------------------------------------------
commit 9ca7fe868eebe8de5f54a710b211a06c1a13db98
Author: Father Chrysostomos <[email protected]>
Date:   Mon Jul 11 08:39:46 2016 -0700

    Remove t/uni/tr_?jis.t
    
    I disabled them a few commits ago, thinking that maybe reworking them
    to test y’s utf8 support might be a good idea; but they duplicate tests
    already in t/uni/tr_utf8.t, so they are no longer necessary.

M       MANIFEST
D       t/uni/tr_7jis.t
D       t/uni/tr_sjis.t

commit ba4da4ce14d4d0b08d5c9d0a134d9a69f010b204
Author: Father Chrysostomos <[email protected]>
Date:   Sun Jul 10 22:07:27 2016 -0700

    Increase $encoding::VERSION to 2.17_01

M       cpan/Encode/encoding.pm

commit b937e7f762ade21dae62936c52cab772d7616ed7
Author: Father Chrysostomos <[email protected]>
Date:   Sun Jul 10 21:42:43 2016 -0700

    Update t/porting/customized.dat

M       t/porting/customized.dat

commit 4a50713fa333dfcd3e202184ec32f07c322c4659
Author: Father Chrysostomos <[email protected]>
Date:   Sun Jul 10 18:53:05 2016 -0700

    Remove t/uni/chr.t
    
    Without ‘use encoding’, tests like
    
        ok(chr(0x7f) eq "\x7f");
    
    have little to do with perl’s Unicode support, and they duplicate
    tests in t/op/chr.t.
    
    It is not necessary to convert these to use chars > 0xff, to test chr
    with Unicode, as t/op/chr.t already does that, too.
    
    Move the warning test to t/lib/warnings/pp.  That is the only thing
    tested here that is not tested elsewhere.

M       MANIFEST
M       t/lib/warnings/pp
D       t/uni/chr.t

commit 248245ea0c9a2943446f99528cb0461b39d87284
Author: Father Chrysostomos <[email protected]>
Date:   Sun Jul 10 13:01:05 2016 -0700

    Disable encoding.pm’s default mode; update docs
    
    Its default mode became a no-op in recent commits, because
    ${^ENCODING} stopped doing anything.
    
    Also, fix/delete/skip tests that fail as a result.

M       MANIFEST
M       cpan/Encode/encoding.pm
M       cpan/Encode/t/enc_eucjp.t
M       cpan/Encode/t/enc_utf8.t
M       t/op/concat2.t
M       t/uni/chr.t
D       t/uni/tr_eucjp.t

commit c8a5a8e71a78672c63305652e67d0c9cff1ab3a5
Author: Father Chrysostomos <[email protected]>
Date:   Sun May 22 14:37:43 2016 -0700

    Remove mg.c:_get_encoding
    
    Nothing uses it now, and it does nothing.

M       embed.fnc
M       embed.h
M       mg.c
M       proto.h

commit 6d84682d11a0ea5b6d4fa3ab4ac117b7d35daf10
Author: Father Chrysostomos <[email protected]>
Date:   Sun May 22 14:35:31 2016 -0700

    Remove PL_(lex_)encoding and all dependent code

M       embedvar.h
M       intrpvar.h
M       mg.c

commit 2395be6e18cfde2d93a9a39c49174e318d5901b3
Author: Father Chrysostomos <[email protected]>
Date:   Sun May 22 14:32:40 2016 -0700

    Remove IN_ENCODING macro, and all code dependent on it

M       embed.fnc
M       embed.h
M       perl.h
M       pp.c
M       pp_hot.c
M       proto.h
M       regcomp.c
M       sv.c
M       toke.c

commit bcb17eebec54aff6c1f7fdc036fbc3268630b225
Author: Father Chrysostomos <[email protected]>
Date:   Sat May 21 12:22:33 2016 -0700

    Disable ${^ENCODING}
    
    ${^ENCODING} is disabled and tests are modified to account.

M       cpan/Encode/t/enc_data.t
M       cpan/Encode/t/enc_module.t
M       cpan/Encode/t/encoding.t
M       cpan/Encode/t/jperl.t
M       gv.c
M       mg.c
M       pod/perldiag.pod
M       t/lib/warnings/gv
M       t/lib/warnings/mg
M       t/op/concat2.t
M       t/op/magic.t
M       t/uni/chomp.t
M       t/uni/greek.t
M       t/uni/latin2.t
M       t/uni/tr_7jis.t
M       t/uni/tr_sjis.t
M       t/uni/tr_utf8.t

commit d371c134db44d8c33a3e08a8ecc35ae235aa2f0c
Author: Father Chrysostomos <[email protected]>
Date:   Sun May 22 13:51:58 2016 -0700

    Increase $encoding::warnings::VERSION to 0.13

M       dist/encoding-warnings/lib/encoding/warnings.pm

commit 8bfedf57c6d2174cc0eb95724e150e4344a61e15
Author: Father Chrysostomos <[email protected]>
Date:   Sun May 22 13:51:14 2016 -0700

    Make encoding::warnings a no-op in 5.26
    
    with a single warning at import time.

M       dist/encoding-warnings/lib/encoding/warnings.pm
M       dist/encoding-warnings/t/1-warning.t
M       dist/encoding-warnings/t/2-fatal.t
M       dist/encoding-warnings/t/3-normal.t
M       dist/encoding-warnings/t/4-lexical.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to