Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Encode
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.40, Fri Sep 4 09:29:54 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +1 -1
lines
FILE REMOVED
p5-Encode: remove This module has been part of perl since ~forever.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Sep 2 13:15:09 2020 UTC (3 years ago) by otis
Branch: MAIN
Changes since 1.38: +5 -5
lines
Diff to previous 1.38 (colored)
textproc/p5-Encode: Update to 3.07 This also fixes compatibility with perl 5.32 Changelog since 3.05: 3.07 $ $Date: 2020/07/25 12:59:29 $ ! lib/Encode/GSM0338.pm t/gsm0338.t Pulled: GSM0338: Fix encoding module to be compatible with latest GSM 03.38 standard https://github.com/dankogai/p5-encode/pull/149 3.06 2020/05/02 02:32:27 ! bin/enc2xs address RT#132471: Will not work in 5.32 going forward remove the use of lib/unicore/Name.pl https://rt.cpan.org/Ticket/Display.html?id=132471 ! encoding.pm Bump version from 2.22 to 3.00 to address RT#132377 https://rt.cpan.org/Public/Bug/Display.html?id=132377
Revision 1.38 / (download) - annotate - [select for diffs], Wed Sep 2 12:26:11 2020 UTC (3 years ago) by mef
Branch: MAIN
Changes since 1.37: +5 -5
lines
Diff to previous 1.37 (colored)
(textproc/p5-Encode) Updated 3.0.1 to 3.0.5 3.05 2020/03/18 04:56:12 ! Encode.pm Address Tiny change for Encode.pm from David Levine We do some compiled perl, and @INC is not always defined, so it throws a warning. <BN8PR12MB3153AEAF99EC08DB1E69A458A4FA0@BN8PR12MB3153.namprd12.prod.outlook.com> ! lib/Encode/Guess.pm fix RT#131359: Encode::Guess: incomplete error messsage https://rt.cpan.org/Public/Bug/Display.html?id=131359 3.04 2020/03/10 22:29:50 ! Encode.pm Bump version to make bleadperl happy <0036284d-87ac-a021-0ba9-44bc972e88ab@khwilliamson.com> 3.03 2020/03/02 04:34:34 ! Encode.pm Encode.xs pulled: Stop using deprecated function https://github.com/dankogai/p5-encode/pull/148 ! Encode.xs pulled: Silence unused var warnings from Encode https://github.com/dankogai/p5-encode/pull/147 3.02 2019/12/25 09:23:21 ! t/whatwg-aliases.t drop RELEASE_TESTING since Pumpking also uses it. https://github.com/Perl/perl5/issues/17382 ! bin/enc2xs Pulled: enc2xs: Add environment variable to suppress comments https://github.com/dankogai/p5-encode/pull/145 ! t/enc_utf8.t Pulled: fixup enc_utf8.t for ONLY_PRAGMA_WARNINGS https://github.com/dankogai/p5-encode/pull/142 ! Encode/encode.h Pulled: Fix linker errors https://github.com/dankogai/p5-encode/pull/141
Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 7 07:28:23 2019 UTC (4 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
Update to 3.01 Upstream changes: $Revision: 3.01 $ $Date: 2019/03/13 00:26:18 $ ! Encode.xs patched: Warning: Use of uninitialized value in subroutine entry https://github.com/dankogai/p5-encode/issues/139#issuecomment-459765852 ! Encode/encode.h Pulled: Fix compile error and warning https://github.com/dankogai/p5-encode/pull/138
Revision 1.36 / (download) - annotate - [select for diffs], Sat Feb 9 08:41:37 2019 UTC (4 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.35: +5 -5
lines
Diff to previous 1.35 (colored)
Update to 3.00 Upstream changes; $Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $ ! Encode.pm VERSION bumped to 3.00 to make PAUSE happy 2.100 2019/01/31 04:26:40 ! Encode.xs MANIFEST + t/xml.t Pulled: Do not access SV* buffer if we have not called SvPV_force() https://github.com/dankogai/p5-encode/pull/137 ! MANIFEST remove utf8messages.t which is already deleted from the repository.
Revision 1.35 / (download) - annotate - [select for diffs], Fri Jan 25 12:38:36 2019 UTC (4 years, 7 months ago) by wen
Branch: MAIN
Changes since 1.34: +5 -5
lines
Diff to previous 1.34 (colored)
Update to 2.99 Upstream changes: $Revision: 2.99 $ $Date: 2019/01/21 03:13:35 $ ! Unicode/Unicode.xs Unicode/Unicode.pm VERSION++'ed as Perl core needed. https://github.com/dankogai/p5-encode/issues/136 ! encengine.c Pulled: protect do_encode from NULL dst https://github.com/dankogai/p5-encode/pull/135
Revision 1.34 / (download) - annotate - [select for diffs], Wed May 2 13:29:36 2018 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.33: +5 -5
lines
Diff to previous 1.33 (colored)
p5-Encode: update to 2.98. $Revision: 2.98 $ $Date: 2018/04/22 09:02:00 $ ! t/truncated_utf8.t Resolved: RT125131: truncated_utf8.t TODO test pass in blead https://rt.cpan.org/Ticket/Display.html?id=125131 ! Encode.xs Pulled: Remove XS functions _bytes_to_utf8() and _utf8_to_bytes() https://github.com/dankogai/p5-encode/pull/133 ! Unicode/Unicode.xs Pulled: Automatically compute length in attr() macro https://github.com/dankogai/p5-encode/pull/132 ! Encode.xs Pulled: Fix compile warnings on 64bit MS VS2017 https://github.com/dankogai/p5-encode/pull/131
Revision 1.33 / (download) - annotate - [select for diffs], Sun Feb 25 19:01:19 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.32: +5 -5
lines
Diff to previous 1.32 (colored)
p5-Encode: update to 2.97. $Revision: 2.97 $ $Date: 2018/02/21 12:14:33 $ ! Encode.xs Pulled: New perls that fixes https://github.com/dankogai/p5-encode/issues/129 https://rt.cpan.org/Ticket/Display.html?id=124399 https://github.com/dankogai/p5-encode/pull/130 2.96 2018/02/11 05:35:26 ! Encode.pm encoding.pm Unicode/Unicode.pm VERSION++ to make bleadperl happy <CADED=K4v5WQ3R7+aTu1xV4q2RcZFT=jriZubqfrHe7PZrgRmDA@mail.gmail.com> 2.95 2018/02/08 00:26:15 ! Encode.pm Encode.xs Encode/encode.h Unicode/Unicode.pm Unicode/Unicode.xs encengine.c Pulled: new perls https://github.com/dankogai/p5-encode/pull/128
Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 10 08:57:35 2018 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.31: +5 -5
lines
Diff to previous 1.31 (colored)
p5-Encode: update to 2.94. $Revision: 2.94 $ $Date: 2018/01/09 05:53:00 $ ! lib/Encode/Alias.pm Fixed: deep recursion in Encode::find_encoding when decoding bad MIME header https://github.com/dankogai/p5-encode/pull/127 ! Encode.pm Pulled: Include more information about Encode::is_utf8() that it should not be normally used https://github.com/dankogai/p5-encode/pull/126 Pulled: Remove misleading documentation about UTF8 flag https://github.com/dankogai/p5-encode/pull/125
Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 7 10:44:25 2017 UTC (5 years, 11 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.30: +5 -5
lines
Diff to previous 1.30 (colored)
Update to 2.93 Upstream changes: $Revision: 2.93 $ $Date: 2017/10/06 22:21:53 $ ! lib/Encode/MIME/Name.pm t/mime-name.t Pulled: Add "euc-cn" => "EUC-CN" alias to Encode::MIME::Name https://github.com/dankogai/p5-encode/pull/124 ! encoding.pm Pulled: Propagate fatal errors from the encoding pragma back to the caller Resolves rt #100427 https://github.com/dankogai/p5-encode/pull/123 https://rt.cpan.org/Ticket/Display.html?id=100427 ! lib/Encode/CN/HZ.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm t/decode.t Pulled: Uninitialized value fixes #122 https://github.com/dankogai/p5-encode/pull/122 ! Makefile.PL Pulled: Fix -Werror=declaration-after-statement for gcc 4.1.2 https://github.com/dankogai/p5-encode/pull/121
Revision 1.30 / (download) - annotate - [select for diffs], Wed Aug 16 06:59:36 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.29: +5 -5
lines
Diff to previous 1.29 (colored)
Updated p5-Encode to 2.92. $Revision: 2.92 $ $Date: 2017/07/18 07:15:29 $ ! Encode.pm MANIFEST lib/Encode/Alias.pm + t/use-Encode-Alias.t Pulled: Fix loading Encode::Alias before Encode https://github.com/dankogai/p5-encode/pull/118 ! Makefile.PL Pulled: Fix gccversion Argument "630 20170516" isn't numeric https://github.com/dankogai/p5-encode/pull/118 ! lib/Encode/MIME/Header.pm t/mime-header.t Pulled: Encode::MIME::Header: Fix parsing quoted-printable text in strict mode https://github.com/dankogai/p5-encode/pull/115 ! Encode.pm use define_encoding() instead of tweaking $Encode::Encoding{utf8}. https://github.com/dankogai/p5-encode/commit/208d094b8cf82da488495400ea9a518841fd007a#commitcomment-22698036 2.91 2017/06/22 08:11:05 ! Encode.pm Addressed: RT#122167: use parent q{Encode::Encoding}; fails: Can't locate object https://rt.cpan.org/Ticket/Display.html?id=122167 ! Makefile.PL Pulled: fix gcc warnings for older gcc < 4.0 https://github.com/dankogai/p5-encode/pull/114 2.90 2017/06/10 17:23:50 ! Makefile.PL Pulled: Include all contributors into META https://github.com/dankogai/p5-encode/pull/111 ! bin/enc2xs bin/ucmlint encoding.pm lib/Encode/Encoding.pm lib/Encode/GSM0338.pm t/CJKT.t Pulled: Where possible do not depend on value of $@, instead use return value of eval https://github.com/dankogai/p5-encode/pull/110 ! Encode.xs Pulled: Fix more XS problems in Encode.xs file https://github.com/dankogai/p5-encode/pull/109 ! encoding.pm lib/Encode/Encoding.pm t/guess.t Pulled: Small fixes https://github.com/dankogai/p5-encode/pull/108 ! Encode.pm Makefile.PL Pulled: Load modules Encode::MIME::Name and Storable normally https://github.com/dankogai/p5-encode/pull/107 ! Unicode/Unicode.pm lib/Encode/Alias.pm lib/Encode/Encoding.pm lib/Encode/Unicode/UTF7.pm Pulled: Remove no warnings 'redefine'; and correctly loaddependences https://github.com/dankogai/p5-encode/pull/106 ! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs Pulled: Remove PP stubs and reformat predefine_encodings() https://github.com/dankogai/p5-encode/pull/104 ! Encode.pm Encode.xs Pulled: Run Encode XS BOOT code at compile time https://github.com/dankogai/p5-encode/pull/103 ! Encode.pm Unicode/Unicode.pm lib/Encode/Encoding.pm lib/Encode/Guess.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm Pulled: Use Encode::define_encoding and propagate carp/croak message https://github.com/dankogai/p5-encode/pull/102 ! t/truncated_utf8.t t/utf8messages.t Pulled: Fixes for older perl versions https://github.com/dankogai/p5-encode/pull/101 ! Encode.xs encoding.pm t/enc_eucjp.t t/enc_utf8.t Pulled: cperl fixes: encoding undeprecated, no strict hashpairs https://github.com/dankogai/p5-encode/pull/100 ! MANIFEST Pulled: Add missing tests into MANIFEST file https://github.com/dankogai/p5-encode/pull/99 ! Encode.xs t/fallback.t Pulled: Cleanup code for handling fallback/replacement characters https://github.com/dankogai/p5-encode/pull/98
Revision 1.29 / (download) - annotate - [select for diffs], Sat Apr 29 08:27:29 2017 UTC (6 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.28: +5 -5
lines
Diff to previous 1.28 (colored)
Updated textproc/p5-Encode to 2.89 ---------------------------------- Revision: 2.89 Date: 2017/04/21 05:20:14 ! Encode.pm Encode.xs MANIFEST t/enc_eucjp.t t/enc_utf8.t + t/utf8messages.t Pulled: Fixes for Encode::utf8 https://github.com/dankogai/p5-encode/pull/97 ! Encode.pm Pulled: Fix documentation about CHECK coderef https://github.com/dankogai/p5-encode/pull/96 ! Encode.xs Pulled: For efficiency use newSVpvn() instead of newSVpv() in do_fallback_cb() https://github.com/dankogai/p5-encode/pull/95 ! Encode.xs Pulled Call Encode callback function with integer argument correctly https://github.com/dankogai/p5-encode/pull/94 ! lib/Encode/CN/HZ.pm lib/Encode/GSM0338.pm lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm lib/Encode/Unicode/UTF7.pm t/undef.t Pulled: Fix all Encode modules so their encode(undef) and decode(undef) calls returns undef https://github.com/dankogai/p5-encode/pull/93 + t/whatwg-aliases.json t/whatwg-aliases.t Pulled: New (failing) tests for aliases defined in WHATWG Encoding spec #92 https://github.com/dankogai/p5-encode/pull/92 ! Encode.pm Pulled: Update documentation for UTF-8 https://github.com/dankogai/p5-encode/pull/91 ! Encode.xs t/truncated_utf8.t Pulled: Consume correct number of bytes on malformed ! Encode.pm Unicode/Unicode.pm Pulled: document str2bytes and bytes2str https://github.com/dankogai/p5-encode/pull/86 ! Encode.xs t/fallback.t t/truncated_utf8.t Pulled: Fix appending correct number of Unicode replacement characters https://github.com/dankogai/p5-encode/pull/84
Revision 1.28 / (download) - annotate - [select for diffs], Sat Feb 18 07:50:23 2017 UTC (6 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.27: +5 -5
lines
Diff to previous 1.27 (colored)
Update to 2.88 Upstream changes: $Revision: 2.88 $ $Date: 2016/11/29 23:29:23 $ ! t/taint.t Pulled: Fix test t/taint.t to pass when Encode::ConfigLocal is present https://github.com/dankogai/p5-encode/pull/83 ! Makefile.PL Unicode/Makefile.PL bin/enc2xs lib/Encode/Alias.pm t/Aliases.t t/enc_data.t t/enc_module.t t/encoding.t t/jperl.t Pulled: various fixes https://github.com/dankogai/p5-encode/pull/82 ! t/mime-header.t Pulled: Fix test t/mime-header.t to pass on HP-UX 11.23/64 U with perl v5.8.3 https://github.com/dankogai/p5-encode/pull/81 ! t/Encode.t Pulled: Extend COW tests for UTF-8 and Latin1 https://github.com/dankogai/p5-encode/pull/80 ! Encode.xs Unicode/Unicode.xs Pulled: Rmv impediment to compiling under C++11 https://github.com/dankogai/p5-encode/pull/78 ! Encode.xs Unicode/Unicode.xs Pulled: Do not use expressions in macros SvTRUE, SvPV, SvIV, attr and attr_true https://github.com/dankogai/p5-encode/pull/77 ! Unicode/Unicode.xs t/magic.t Pulled: Fix handling of undef, COW and magic scalar argument in Unicode.xs https://github.com/dankogai/p5-encode/pull/76 ! Encode.xs encoding.pm Fix 2 of 3 problems Steve Hay found. 1. C89 compiler failures (patch attached). 2. encoding.pm has changed slightly but has no $VERSION++ Message-Id: <CADED=K6ve_DAzRXPX=EsjtUDnZppAaw+BP1Ziw_fU5f32k+Wyg@mail.gmail.com>
Revision 1.27 / (download) - annotate - [select for diffs], Mon Nov 28 12:22:23 2016 UTC (6 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.26: +5 -5
lines
Diff to previous 1.26 (colored)
Update to 2.87 Upstream changes: $Revision: 2.87 $ $Date: 2016/10/28 05:03:52 $ ! Encode.xs t/taint.t Pulled: Disable _utf8_on and _utf8_off for tainted values https://github.com/dankogai/p5-encode/pull/74 ! Encode.xs MANIFEST t/rt65541.t t/rt76824.t t/rt86327.t Pulled: Fix crash 'panic: sv_setpvn called with negative strlen' https://github.com/dankogai/p5-encode/pull/73 ! Encode.xs MANIFEST t/rt113164.t Pulled: Fix crash caused by undefined behaviour between two sequence points https://github.com/dankogai/p5-encode/pull/72 ! Encode.xs MANIFEST lib/Encode/CN/HZ.pm lib/Encode/Encoder.pm t/decode.t t/magic.t t/rt85489.t t/utf8ref.t Pulled: Fix handling of undef, ref, typeglob, UTF8, COW and magic scalar argument in all XS functions https://github.com/dankogai/p5-encode/pull/70 ! Encode/_T.e2x t/at-cn.t t/at-tw.t t/enc_data.t t/enc_module.t t/encoding-locale.t t/encoding.t t/jperl.t t/mime-name.t t/undef.t Pulled: Fix unit tests https://github.com/dankogai/p5-encode/pull/69 ! Encode.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Name.pm t/mime-header.t t/mime-name.t t/taint.t Pulled: Encode::MIME::Header clean up https://github.com/dankogai/p5-encode/pull/68 ! Encode.xs Pulled: Generate CHECK value functions with newCONSTSUB() instead with direct XS https://github.com/dankogai/p5-encode/pull/67 ! Encode.xs Pulled: Encode::utf8: Fix count of replacement characters for overflowed and overlong UTF-8 sequences https://github.com/dankogai/p5-encode/pull/65 ! Encode.xs t/fallback.t t/utf8strict.t Pulled: Encode::utf8: Fix processing invalid UTF-8 subsequences https://github.com/dankogai/p5-encode/pull/63 ! Encode.pm t/utf8ref.t Pulled: Fix return value of Encode::encode_utf8(undef) https://rt.cpan.org/Ticket/Display.html?id=116904 https://github.com/dankogai/p5-encode/pull/62
Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 10 23:41:44 2016 UTC (7 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.25: +5 -5
lines
Diff to previous 1.25 (colored)
Update to 2.86 Upstream changes: $Revision: 2.86 $ $Date: 2016/08/10 18:08:45 $ ! encoding.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t t/encoding.t t/jperl.t Fixed: #116196: [PATCH] Synchronize encoding.pm with blead https://rt.cpan.org/Ticket/Display.html?id=116196 ! Byte/Makefile.PL Patched: #111421: Won't build with statically built perls https://rt.cpan.org/Public/Bug/Display.html?id=111421 ! Encode.xs encoding.pm Pulled: Fixes for 5.8.x compilation failures https://github.com/dankogai/p5-encode/pull/60 ! Encode.xs Patched: RT#116817 [PATCH] Avoid a C++ comment https://rt.cpan.org/Ticket/Display.html?id=116817
Revision 1.25 / (download) - annotate - [select for diffs], Tue Aug 9 13:50:45 2016 UTC (7 years, 1 month ago) by mef
Branch: MAIN
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
Updated textproc/p5-Encode to 2.85 ---------------------------------- Revision: 2.85 Date: 2016/08/04 03:15:58 ! Encode.pm bin/enc2xs bin/encguess bin/piconv bin/ucmlint bin/unidump Pulled: CVE-2016-1238: avoid loading optional modules from . https://github.com/dankogai/p5-encode/pull/58 ! Encode.pm t/utf8warnings.t Pulled: Rethrow 'utf8' warnings in from_to as well #57 https://github.com/dankogai/p5-encode/pull/57 ! Encode.xs Pulled and fixed: Encode::utf8: Performance optimization for strict UTF-8 encoder #56 https://github.com/dankogai/p5-encode/pull/56 ! t/Encode.t s/use Test/use Test::More/ ! t/Encode.t t/decode.t Skip tests that pass typeglobs to decode if perl < v5.16 ! Encode.xs t/cow.t Patched: #115540 (from_to affecting COW strings) https://rt.cpan.org/Ticket/Display.html?id=115540 ! Encode.xs t/Encode.t t/decode.t Merged: RT#115168: [PATCH] Passing regex globals to decode() results in wrong result https://rt.cpan.org/Ticket/Display.html?id=115168 ! Makefile.pl Pulled: t/encoding-locale.t fails with Test::More@0.80 or before. https://github.com/dankogai/p5-encode/pull/55 ! Encode.pm Pulled: In-place modifications made explicit in docs for encode(), decode() and decode_utf8() https://github.com/dankogai/p5-encode/pull/54
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jun 9 13:09:53 2016 UTC (7 years, 3 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.23: +5 -5
lines
Diff to previous 1.23 (colored)
Updated textproc/p5-Encode to 2.84 ---------------------------------- Revision: 2.84 Date: 2016/04/11 07:17:02 ! lib/Encode/MIME/Header.pm Pulled: Encode::MIME::Header: Update description that this module is only for unstructured header https://github.com/dankogai/p5-encode/pull/53 ! lib/Encode/MIME/Header.pm t/mime-header.t Pulled: Encode::MIME::Header: Fix valid_q_chars, '-' needs to be escaped https://github.com/dankogai/p5-encode/pull/52 2.83 2016/03/24 07:49:54 ! lib/Encode/MIME/Header.pm t/mime-header.t Both decoder and encoder are rewritten by Pali Rohár. Encoder should be now fully compliant of RFC 2047. Decoder is less strict to be able to decode strings generated by old versions of this module. https://github.com/dankogai/p5-encode/pull/51 ! t/mime-header.t Add more test vectors from RFC2047, pp.11-12 ! lib/Encode/Supported.pod merge: Autrijus -> Audrey https://github.com/dankogai/p5-encode/pull/50 2.82 2016/02/06 20:17:24 ! lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm t/mime-header.t Reverted to 2.80 upon the request of whom submitted pull/48 2.81 2016/02/06 19:25:22 ! lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm t/mime-header.t Merged: Encode::MIME::Header: Fix decoder and rewrite encoder > Encoder should be now fully compliant of RFC 2047. > Decoder is less strict to be able to decode strings > generated by old versions of this module. https://github.com/dankogai/p5-encode/pull/48 ! t/mime-header.t merge t/mime-header.t @ https://github.com/asjo/p5-encode https://github.com/asjo/p5-encode/commit/19dcbff63e71909ffda7c151a73c5baaffe2976c ! t/mime-header.t Add more test vectors from RFC2047, pp.11-12
Revision 1.23 / (download) - annotate - [select for diffs], Wed Feb 3 12:54:32 2016 UTC (7 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored)
Update 2.78 to 2.80 ------------------- # Revision history for Perl extension Encode. # # $Id: Changes,v 2.80 2016/01/25 14:54:13 dankogai Exp dankogai $ # $Revision: 2.80 $ $Date: 2016/01/25 14:54:13 $ ! lib/Encode/MIME/Header.pm t/mime-header.t Address #111417: 2.79 breaks Email-MIME-1.936 tests https://rt.cpan.org/Ticket/Display.html?id=111417 2.79 2016/01/22 06:44:53 ! lib/Encode/MIME/Header.pm t/mime-header.t Address: #88717: encode('MIME-Header') does not find word boundaries correctly By addressing this age-old bug, many other open RTs will be closed. https://rt.cpan.org/Ticket/Display.html?id=88717 ! lib/Encode/MIME/Header.pm Address RT#107775: Inserts an empty line in an encoded header field https://rt.cpan.org/Ticket/Display.html?id=107775 ! lib/Encode/Alias.pm Pulled: Update Alias.pm https://github.com/dankogai/p5-encode/pull/47 ! Encode.xs Unicode/Unicode.xs Pulled: static funcs in Encode.xs and Unicode.xs https://github.com/dankogai/p5-encode/pull/46 ! Unicode/Unicode.pm Pulled: Unicode.pm: Fix POD error https://github.com/dankogai/p5-encode/pull/45 - META.yml ! MANIFEST META.yml should not be included in the dist file. It is also obsolete.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:43 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 30 12:46:22 2015 UTC (7 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
Update 2.76 to 2.78 ------------------- Revision: 2.78 Date: 2015/09/24 02:19:21 ! Makefile.PL Mend pull/42 again. This time correctly. ! lib/Encode/Supported.pod Applied: RT#107146: [PATCH] fix a spelling mistake https://rt.cpan.org/Public/Bug/Display.html?id=107146 2.77 2015/09/15 13:53:27 ! Unicode/Unicode.xs Unicode/Unicode.pm Address RT#107043: If no BOM is found, the routine dies. When you decode from UTF-(16|32) without -BE or LE without BOM, Encode now assumes BE accordingly to RFC2781 and the Unicode Standard version 8.0 https://rt.cpan.org/Public/Bug/Display.html?id=107043 ! Makefile.PL encoding.t Mend pull/42 ! Encode.xs Makefile.PL encoding.pm encoding.t Pulled: precompile 1252 table as that is now the Pod::Simple default https://github.com/dankogai/p5-encode/pull/42
Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 7 03:21:03 2015 UTC (8 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
Update 2.73 to 2.76 ------------------- $Revision: 2.76 $ $Date: 2015/07/31 02:18:28 $ ! ucm/koi8-u.ucm Pulled: Fix 0x95 https://github.com/dankogai/p5-encode/pull/41 2.75 2015/06/30 09:59:53 ! Unicode/Unicode.pm Unicode/Unicode.xs encoding.pm VERSION++'ed to make bleadperl happy Message-Id: <CADED=K4QjMxGFAOLEuZUx3OtN-d-hokhurr4BYBE2E3okoxA7g@mail.gmail.com> 2.74 2015/06/25 ! Unicode/Unicode.xs Applied: #101486: [PATCH] reduce compiler warnings and stderr noise (again) https://rt.cpan.org/Ticket/Display.html?id=101486 ! bin/enc2xs Applied patch: #105471: make Encode build with -pedantic https://rt.cpan.org/Ticket/Display.html?id=105471 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL JP/Makefile.PL KR/Makefile.PL Makefile.PL Symbol/Makefile.PL TW/Makefile.PL Applied patch: #102826: non-deterministic Makefiles https://rt.cpan.org/Ticket/Display.html?id=102826
Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 26 08:25:12 2015 UTC (8 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
Update 2.64 to 2.73 ------------------- Revision: 2.73 Date: 2015/04/15 23:14:01 ! MANIFEST + t/isa.t ! Encode.pm Addressed RT#103253: Encode::XS does not inherit from Encode::Encoding https://rt.cpan.org/Public/Bug/Display.html?id=103253 ! encoding.pm + t/encoding-locale.t Pulled: Rewrite of encoding::_get_locale_encoding for more portability #40 ! encoding.pm Pulled: encoding.pm: more inlining #39 https://github.com/dankogai/p5-encode/pull/39 2.72 2015/03/14 02:44:39 ! encoding.pm Copied from bleadperl to be in sync with it again. http://www.nntp.perl.org/group/perl.perl5.porters/2015/03/msg226576.html 2.71 2015/03/12 00:03:52 ! encoding.pm Pulled: Don't fail 'no encoding' on EBCDIC https://github.com/dankogai/p5-encode/pull/38 ! lib/Encode/Alias.pm t/Aliases.t Add cp65000 => UTF-7 and cp65001 => utf-8-strict https://github.com/dankogai/p5-encode/issues/37 ! encoding.pm Sync w/ bleadperl https://github.com/dankogai/p5-encode/pull/36 ! bin/encguess Pulled: show encguess example per #33 https://github.com/dankogai/p5-encode/pull/34 2.70 2015/02/05 10:53:00 ! Makefile.PL add bin/encguess to EXE_FILES 2.69 2015/02/05 10:35:11 ! bin/encguess Refactored so that * does not depend on non-core module (File::Slurp in particular) * PODified document * -s "encA encB" to -s encA,encB which is more shell-friendly * and more ! MANIFEST + bin/encguess Pulled: Added CLI wrapper for Encode::Guess https://github.com/dankogai/p5-encode/pull/32 ! Unicode/Unicode.pm Pulled: Bump $VERSION in module changed since Encode-2.60 https://github.com/dankogai/p5-encode/pull/31 2.68 2015/01/22 10:17:32 ! Pulled: Fix C++ build on Windows with VC++ https://github.com/dankogai/p5-encode/pull/30 https://rt.cpan.org/Public/Bug/Display.html?id=82897 ! lib/Encode/MIME/Header.pm t/taint.t Pulled: maintain taint flag when encoding MIME on old perl https://github.com/dankogai/p5-encode/pull/29 ! Encode.pm POD fixes https://github.com/dankogai/p5-encode/pull/27 ! bin/enc2xs Addressed: RT#101345: [PATCH] reduce compiler warnings and stderr noise enc2xs no longer emits verbose messages to STDERR unless -v switch or $ENV{ENC2XS_VERBOSE} is set. https://rt.cpan.org/Public/Bug/Display.html?id=101345 2.67 2014/12/04 20:13:00 ! t/taint.t Now skips nonexistent methods like Encode::Detect->encode() should that be installed. This resolves RT#100105. https://rt.cpan.org/Ticket/Display.html?id=100105 2.66 2014/12/02 23:30:34 $ ! bin/enc2xs Resolved RT#100656: enc2xs -C fails if URL::Encode::XS is installed https://rt.cpan.org/Ticket/Display.html?id=100656 2.65 2014/11/27 14:08:33 ! Changes Encode.xs bin/enc2xs Applied 3 patches from jhi: 0001-For-C-don-t-use-the-array-size-in-forward-declaratiotion 0002-Unused-variables 0003-1-needs-casting-to-STRLEN Message-Id: <54753674.6070909@iki.fi>
Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 23 14:35:54 2014 UTC (8 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
Update to 2.64. From the changelog: ! t/utf8warnings.t MANIFEST Retouch pull #26 so it works with perl < 5.14 ! Encode.pm + t/utf8warnings.t Pulled: Catch and re-issue utf8 warnings at a higher level https://github.com/dankogai/p5-encode/pull/26 + Encode.xs Pulled: Validate continuations in the incremental UTF-X decoder https://github.com/dankogai/p5-encode/pull/25 ! Encode.xs Applied: RT #99264: call_pv() can reallocate the stack https://rt.cpan.org/Ticket/Display.html?id=99264 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.xs JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs encengine.c Pulled: add PERL_NO_GET_CONTEXT to all dynamic libs https://github.com/dankogai/p5-encode/pull/24
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 15 20:36:42 2014 UTC (9 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Update to 2.62. From the changelog: 2.62 2014/05/31 12:12:39 ! Encode.pm s/2013/2014/ on COPYRIGHT section ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode/Makefile_PL.e2x Encode.xs JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs Merged from perl.git: "Fix Encode 2.60 with g++" http://perl5.git.perl.org/perl.git/commit/89c2544cd3 2.61 2014/05/31 09:48:48 ! bin/piconv Applied: piconv nit + Better error handling when the encoding name is nonexistent Message-Id: <537139A0.1000503@iki.fi> ! Encode.xs Applied: RT #95466: fallback definition of SvIsCOW() is wrong (and hence breaks on 5.8.2 and earlier) https://rt.cpan.org/Ticket/Display.html?id=95466 2.60 2014/04/29 16:25:06 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode/Makefile_PL.e2x Encode/encode.h JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs encengine.c Applied: more Fix Windows build (of Encode) with VC++ 6.0 http://perl5.git.perl.org/perl.git/commit/9e9002efd1609c7d154f98af43a026320df7582c ! Unicode/Unicode.xs Addressed: sign extension issue found by Coverity #21 https://github.com/dankogai/p5-encode/issues/21 ! Encode/encode.h Encode.xs Unicode/Unicode.xs removed #define U8 U8 https://rt.perl.org/Ticket/Display.html?id=121554 http://perl5.git.perl.org/perl.git/commit/2f2b4ff2c154a8e461857f2e82cb815c238d0d94 2.59 2014/04/06 17:23:55 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.pm Encode.xs Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs Restored the signature of Encode_XSEncoding() to address RT#94478 * While https://github.com/dankogai/p5-encode/pull/20 pulls the symnames via argument thus breaks the compatibility with Encode::XX modules with *.ucm, the restored version pulls the symanmes via enc->name[0] so the added 2nd argument is no longer needed. https://rt.cpan.org/Public/Bug/Display.html?id=94478 2.58 2014/03/28 02:37:42 ! bin/piconv Addressed: piconv bug of decoding UTF-16 (with fix) https://github.com/dankogai/p5-encode/issues/19 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.pm Encode.xs Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs Pulled: Remap symname [RT #94221] https://github.com/dankogai/p5-encode/pull/20 https://rt.cpan.org/Public/Bug/Display.html?id=94221 ! Encode.pm Pulled: [doc] clarify that CHECK coderefs return octets #18 https://github.com/dankogai/p5-encode/pull/18
Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 16 11:41:34 2014 UTC (9 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
Bring package for Perl5 module Encode in sync with core module taking recent version from CPAN into devel/p5-Encode. Upstream changes: $Revision: 2.57 $ $Date: 2014/01/03 04:52:36 $ ! encengine.c Pulled: sun compiler (maybe others) doesn't like UTF-8 in the source https://github.com/dankogai/p5-encode/pull/17 ! bin/enc2xs Merged RT#91763: POD errors https://rt.cpan.org/Ticket/Display.html?id=91763 2.56 2013/12/22 13:40:00 ! Encode.pm t/Encode.t Merged RT#91569: [PATCH] decode_utf8 and non-PVs https://rt.cpan.org/Ticket/Display.html?id=91569 2.55 2013/09/14 07:51:59 ! Encode.pm Makefile.PL Unicode/Unicode.pm lib/Encode/Alias.pm lib/Encode/CN/HZ.pm lib/Encode/Encoder.pm lib/Encode/Encoding.pm lib/Encode/GSM0338.pm lib/Encode/Guess.pm lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm lib/Encode/Unicode/UTF7.pm t/Encoder.t replaced 'use base' with 'use parent' base.pm is an heavy module for what it is used for. Fortunately it has a tiny replacement, parent.pm that is on CPAN but also in perl core since 5.10.1. https://github.com/dankogai/p5-encode/pull/15
Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 5 19:58:14 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Update to 2.54: $Revision: 2.54 $ $Date: 2013/08/29 16:47:39 $ ! Encode.xs + t/cow.t Addressed: COW breakage with _utf8_on() https://rt.cpan.org/Ticket/Display.html?id=88230 ! Encode.pm Reverted the document accordingly to #11 https://github.com/dankogai/p5-encode/pull/10 + t/decode.t Unit test for decoding behavior change in #11 https://github.com/dankogai/p5-encode/pull/12 2.53 2013/08/29 15:20:31 ! Encode.pm Merged: Do not short-circuit decode_utf8 with utf8 flags https://github.com/dankogai/p5-encode/pull/11 Merged: document decode_utf8 behaviour more precise https://github.com/dankogai/p5-encode/pull/10 ! Makefile.PL Added repository cpan metadata https://github.com/dankogai/p5-encode/pull/9 2.52 2013/08/14 02:29:54 ! ucm/*.ucm Addressed: Unicode Mappping tables are missing Unicode Inc. license notification All files including "as long as this notice remains attached" now have that notice attached in the comment section. (cp* and mac* do not since their source files do not include that notice) https://rt.cpan.org/Ticket/Display.html?id=87340 ! lib/Encode/MIME/Header.pm t/mime-header.t Addressed: encoding "0" with MIME-Headers gets a blank string https://rt.cpan.org/Ticket/Display.html?id=87831 ! Encode.pm Addressed: Documentation buglet https://rt.cpan.org/Ticket/Display.html?id=84992 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL Applied: Patch to output #includes in deterministic order https://rt.cpan.org/Ticket/Display.html?id=86974 2.51 2013/04/29 22:19:11 ! Encode.xs Addressed: Encode.xs doesn't compile with Microsoft C compiler https://rt.cpan.org/Public/Bug/Display.html?id=84920 ! MANIFEST Addressed: t/taint.t missing https://rt.cpan.org/Public/Bug/Display.html?id=84919 2.50 2013/04/26 18:30:46 ! Encode.xs Unicode/Unicode.xs lib/Encode/Unicode/UTF7.pm lib/CN/HZ.pm lib/Encode/GSM0338.pm t/taint.t Addressed: Encode::encode and Encode::decode gratuitously launders tainted data Taintedness now propagates as it should. https://rt.cpan.org/Ticket/Display.html?id=84879 ! encoding.pm Addressed: 5.18 deprecation https://rt.cpan.org/Ticket/Display.html?id=84709 ! bin/piconv Applied: Update piconv documentation https://rt.cpan.org/Ticket/Display.html?id=84695 2.49 2013/03/05 03:12:49 ! Encode.xs Addressed: Encoding objects leak memory if decoding fails https://github.com/dankogai/p5-encode/issues/8 2.48 2013/02/18 02:23:56 ! encoding.pm t/Mod_EUCJP.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t t/encoding.t t/jperl.t [PATCH] Deprecate encoding.pm https://rt.cpan.org/Ticket/Display.html?id=81255 ! Encode/Supported.pod Fixed: Pod errors https://rt.cpan.org/Ticket/Display.html?id=81426 ! Encode.pm t/Encode.t [PATCH] Fix for shared hash key scalars https://rt.cpan.org/Ticket/Display.html?id=80608 ! Encode.pm Fixed: Uninitialized value warning from Encode->encodings() https://rt.cpan.org/Ticket/Display.html?id=80181 ! Makefile.PL Install to 'site' instead of 'perl' when perl version is 5.11+ https://rt.cpan.org/Ticket/Display.html?id=78917 ! Encode/Makefile_PL.e2x find enc2xs.bat if it works on windows. https://github.com/dankogai/p5-encode/pull/7 ! t/piconv.t Fix finding piconv in t/piconv.t https://github.com/dankogai/p5-encode/pull/6
Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 21 23:10:14 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Update to 2.47: $Revision: 2.47 $ $Date: 2012/08/15 05:36:16 $ ! Encode.pm POD Fixes: Copyright and mail address ! Makefile.PL Added LICENSE => 'perl' ! lib/Encode/GSM0338.pm t/gsm0338.t REALLY fixed RT#75670: Wrong decoding for GSM 3.38 character \x09 ucm/gsm0338.ucm is dropped from MANIFEST since 2.25 but I was fixing the wrong file! https://rt.cpan.org/Ticket/Display.html?id=75670 ! 2.46 2012/08/12 05:49:30 ! Encode.pm Fixed: RT#78917 for I18N-Charset: Fails with Encode 2.45 To be more exact, 2.45 broke Encode->encodings(':all') https://rt.cpan.org/Ticket/Display.html?id=78917 2.45 2012/08/05 23:08:49 ! lib/Encode/Alias.pm Addressed RT#78125: Missed Mac Alias x-mac-ce https://rt.cpan.org/Ticket/Display.html?id=78125 ! lib/Encode/Unicode/UTF7.pm Applied the patch in RT#76711 https://rt.cpan.org/Ticket/Display.html?id=76711 ! ucm/gsm0338.ucm Addressed RT#75670: Wrong decoding for GSM 3.38 character \x09 https://rt.cpan.org/Ticket/Display.html?id=75670 ! Encode.pm Applied the patch in RT#72519 https://rt.cpan.org/Ticket/Display.html?id=72519 ! Unicode/Unicode.xs t/Unicode.t Bug fixes in Unicode.xs by chansen https://github.com/dankogai/p5-encode/pull/5 ! Encode.pm various POD improvements by daxim https://github.com/dankogai/p5-encode/pull/4
Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 11 07:47:01 2011 UTC (11 years, 10 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Updated p5-Encode to 2.44. Changes from previous: $Revision: 2.44 $ $Date: 2011/08/09 07:49:44 $ ! Unicode/Unicode.xs Addressed the following: Date: Fri, 22 Jul 2011 13:58:43 +0200 From: Robert Zacek <zacek@avast.com> To: perl5-security-report@perl.org Subject: Unicode.xs!decode_xs n-byte heap-overflow ! Encode.pm encoding.pm ! lib/Encode/Alias.pm lib/Encode/Encoder.pm lib/Encode/Guess.pm Applied: RT#69735: patch for use constant DEBUG => https://rt.cpan.org/Ticket/Update.html?id=69735 2.43 2011/05/21 23:14:43 ! lib/Encode/Alias.pm Addressed RT#68361: Encode::Bytes x-mac-... aliases missing https://rt.cpan.org/Ticket/Display.html?id=68361 ! Encode.pm Applied the 0001-Fix-typo-in-pod.patch https://rt.cpan.org/Ticket/Update.html?id=64381 Addressed RT#65796 Deep recursion error finding invalid charset https://rt.cpan.org/Ticket/Update.html?id=65796 Applied a jumbo doc patch by Tom Christiansen Message-Id: <14795.1304618434@chthon> 2.42 2010/12/31 22:48:48 ! Encode.xs ! Unicode/Unicode.xs Applied: RT#64371: Update for 5.14 API changes http://rt.cpan.org/Ticket/Display.html?id=64371 2.41 2010/12/23 11:05:58 ! lib/Encode/MIME/Header.pm Applied: RT#63387 encode of MIME-Header inserts too much whitespace http://rt.cpan.org/Ticket/Display.html?id=63387 ! t/Aliases.t lib/Encode/Alias.pm Applied: RT#63286: Various Encode::Alias improvements http://rt.cpan.org/Ticket/Display.html?id=63286
Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 19 11:07:30 2010 UTC (13 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to 2.40: $Revision: 2.40 $ $Date: 2010/09/18 18:39:51 $ ! Encode.pm Encode.xs + t/utf8ref.t Addressed: RT#59981: find_encoding("UTF-8")->encode crashes decode_utf8() is now a little faster, too. http://rt.cpan.org/Ticket/Display.html?id=59981 http://rt.cpan.org/Ticket/Display.html?id=58541 ! lib/Encode/Unicode/UTF7.pm Addressed: RT#56443 utf-8 flag is not turned off after calling Encode::encode('UTF-7', $string) to encode an ascii string http://rt.cpan.org/Ticket/Display.html?id=56443 ! t/utf8strict.t Addressed: RT#57799 http://rt.cpan.org/Ticket/Display.html?id=57799 ! lib/Encode/Guess.pm Addressed: RT#46080: guess_encoding documentation http://rt.cpan.org/Ticket/Display.html?id=46080 ! ucm/nextstep.ucm Addressed: RT#59668: nextstep encoding is broken - missing ASCII characters http://rt.cpan.org/Ticket/Display.html?id=59668 ! lib/Encode/MIME/Header.pm t/mime-header.t Addressed: RT#52103: Encode::MIME::Header encoded words not separated by white space http://rt.cpan.org/Ticket/Display.html?id=52103 ! t/guess.t lib/Encode/Guess.pm Addressed: Encode: silenced a warning by from_to(..., 'Guess', ...) http://coderepos.org/share/changeset/37731
Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 15 13:12:35 2009 UTC (13 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update to 2.39: # $Id: Changes,v 2.39 2009/11/26 09:23:59 dankogai Exp dankogai $ ! Encode.xs t/fallback.t $utf8 = decode('utf8', $malformed, sub{ ... }) # now works! http://rt.cpan.org/Ticket/Display.html?id=51204 ! t/CJKT.t t/guess.t t/perlio.t $ENV{'PERL_CORE'} tricks removed since they are no longer necessary. Message-Id: <20091116161513.GA25556@bestpractical.com>
Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 21 15:05:52 2009 UTC (13 years, 10 months ago) by sno
Branch: MAIN
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Updating textproc/p5-Encode from 2.37 to 2.38 Upstream changes: $Revision: 2.38 $ $Date: 2009/11/16 14:08:13 $ ! Encode.xs Addressed: Encode memory corruption [perl #70528] Message-Id: <alpine.LFD.2.00.0911152328070.9483@ein.m-l.org> ! t/Unicode.t Unicode/Unicode.xs Patched: #51263: set magic is not applied when modifying encode arguments http://rt.cpan.org/Ticket/Display.html?id=51263 ! Encode.xs Patched: #51204: Callback CHECK not supported for UTF-8 decoder/encoder http://rt.cpan.org/Ticket/Display.html?id=51204 ! Byte/Byte.pm CN/CN.pm Changes JP/JP.pm KR/KR.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs lib/Encode/Supported.pod Fix URLs http://rt.cpan.org/Ticket/Display.html?id=49776 ! t/CJKT.t t/guess.t t/perlio.t t/piconv.t $PERL_CORE trick is now off for perl 5.11 or better. Message-Id: <b77c1dce0909070245s59b294bq8a8a8166e7342793@mail.gmail.com> Message-Id: <E7FADA6C-D5A7-4ECA-BE4C-85911A97677E@dan.co.jp> Message-Id: <20090907154908.GS60303@plum.flirble.org> Message-Id: <20090907161509.GN8057@iabyn.com>
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 12 21:42:08 2009 UTC (14 years ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Updating textproc/p5-Encode from 2.35 to 2.37 Upstream changes: ! Encode.xs fixed: compilation failure on compilers not supporting C99 http://rt.cpan.org/Ticket/Display.html?id=49466 2.37 2009/09/06 09:03:07 ! Encode.xs fixed: 'find_encoding("utf8")->decode(undef)' causes segmentation fault http://rt.cpan.org/Ticket/Display.html?id=49462
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 18 18:07:25 2009 UTC (14 years, 2 months ago) by sno
Branch: MAIN
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
pkgsrc changes: - Updating package for p5 module Encode from 2.33 to 2.35 - Adding perl license as license Upstream changes: $Revision: 2.35 $ $Date: 2009/07/13 02:06:30 $ ! lib/Encode/MIME/Header.pm Addressed RT #40027: decode of MIME-Header removes too much whitespace http://rt.cpan.org/Ticket/Display.html?id=40027 http://rt.cpan.org/Ticket/Display.html?id=42902 ! t/piconv.t Addressed by CSJEWELL: t/piconv.t loops infinitely on Win32 http://rt.cpan.org/Ticket/Display.html?id=47760 2.34 2009/07/08 13:34:15 ! bin/piconv duplicate-BOM problem now fixed. Message-Id: <10ECB9B7-006E-4570-9EB6-51C49F04ADCF@dan.co.jp> ! bin/piconv + t/piconv.t patches and tests by SREZIC Message-Id: <4A5366DA.8050801@iconmobile.com> ! Makefile.PL man* removed on behalf of blead Message-Id: <20090326135219.GU18164@plum.flirble.org>
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 12 00:42:50 2009 UTC (14 years, 5 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
PkgSrc changes: - Updating package to 2.33 Upstream changes: $Revision: 2.33 $ $Date: 2009/03/25 07:55:57 $ ! lib/Encode/MIME/Header.pm Decontaminated $& which sneaked in on 2.31. <67FC9F3A39C746DA95AAB6BB01539099@robmhp> <693254b90903242352x2dc26ba6p5e68deb871fa88ae@mail.gmail.com> http://coderepos.org/share/changeset/31542
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 9 20:22:44 2009 UTC (14 years, 6 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
- updated to 2.32 ChangeLog: ! lib/Encode/Alias.pm t/Alias.t Encode now resolves 'en_US.UTF-8' to utf-8-strict like 'ja_JP.euc' Those who set locale on their shells should be happier now. ! AUTHORS added tokuhirom ! Encode.pm "encode(undef, 'str') should die earlier" http://coderepos.org/share/changeset/30790
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 1 21:53:39 2009 UTC (14 years, 6 months ago) by sno
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
pkgsrc changes: - update module to 2.31 Upstream changes $Revision: 2.31 $ $Date: 2009/02/16 06:18:09 $ ! lib/Encode/MIME/Header.pm "Revert [29767] and [29771] since it breaks perl 5.8" by miyagawa http://coderepos.org/share/changeset/30111 2.30 2009/02/15 17:44:13 ! encoding.pm fixed regexes, et cetera. by drry http://coderepos.org/share/changeset/29767 ! lib/Encode/MIME/Header.pm Addressed: Encode::MIME::Header::decode should respect CHECK http://rt.cpan.org/Ticket/Display.html?id=43204 http://coderepos.org/share/changeset/29767
Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 10 16:40:04 2009 UTC (14 years, 7 months ago) by rhaen
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
! Encode.pm VERSION++ just to make PAUSE happy Message-Id: <877i4anwwt.fsf@k75.linux.bogus> 2.28 Date: 2009/02/01 12:30:18 ! Unicode/Unicode.xs Latest refactoring broke the backward compatibility w/ Perl 5.8.6 and before now restored Message-Id: <1233185156.DABa130.74940@basic2.hostingcompartido.com> Message-Id: <693254b90902010027x277a5d0fm4f5700ba2f276239@mail.gmail.com> ! lib/Encode/MIME/Header.pm Addressed: Split header lines are joined incorrectly http://rt.cpan.org/Ticket/Display.html?id=42902 2.27 2009/01/21 22:55:07 ! lib/Encode/MIME/Header.pm t/mime-header.t Addressed: Encode::MIME::Header MIME-Q encoding truncates trailing zeros in some circumstances http://rt.cpan.org/Ticket/Display.html?id=42627 ! lib/Encode/Alias.pm Added alias: unicode-1-1-utf-7 http://rt.cpan.org/Ticket/Display.html?id=38558 ! Encode.pm Documented: _utf8_on() does not work for tainted values http://rt.cpan.org/Ticket/Display.html?id=41163 ! bin/enc2xs s[oss.software.ibm.com/icu][www.icu-project.org]g http://rt.cpan.org/Ticket/Display.html?id=40245 ! lib/Encode/Guess.pm t/guess.t Addressed:Empty file should produce an error message http://rt.cpan.org/Ticket/Display.html?id=38652 ! Unicode/Unicode.xs AUTHORS Refactored by Alex Davies http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-10/msg00745.html Message-Id: <7637669B2E3D46B187591747DA27F4C8@Amelie>
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 22 13:39:18 2008 UTC (15 years, 2 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
updated to 2.26 took maintainership ChangeLog: # Revision history for Perl extension Encode. # # $Id: Changes,v 2.26 2008/07/01 20:56:17 dankogai Exp dankogai $ # $Revision: 2.26 $ $Date: 2008/07/01 20:56:17 $ ! Encode.pm Absense of Encode::ConfigLocal no longer carps no matter what. https://bugzilla.redhat.com/show_bug.cgi?id=435505#c2 https://rt.cpan.org/Ticket/Display.html?id=28638 https://rt.cpan.org/Ticket/Display.html?id=11511 ! lib/Encode/JIS7.pm use encoding 'utf8' and 'iso-2022-jp' glitches on perl 5.10 Thanks, MIYAGAWA Message-Id: <693254b90807011224h3ab50d76v50c6fea87baf223c@mail.gmail.com> ! lib/Encode/Alias.pm t/Aliases.t macintosh' not recognize as MacRoman http://rt.cpan.org/Ticket/Display.html?id=36326 ! Makefile.PL s{INC => "-I./Encode"} {INC => '-I' . File::Spec->catfile( '.', 'Encode' )} To prevent some platforms from forgetting to include Encode/encode.h. http://rt.cpan.org/Ticket/Display.html?id=36348 2.25 2008/05/07 20:56:05 ! Encode.pm added ':default' to Exporter option. ! lib/Encode/GSM0338.pm GSM0338 now handles coderef in CHECK http://rt.cpan.org/Ticket/Display.html?id=31335 ! Makefile.PL Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processing Message-Id: <961C2A4F-92B3-416D-A9F9-E7B0ADA9F134@fsck.com> ! lib/Encode/Alias.pm "This fix for Encode::Alias should make Solaris happy:" Message-ID: <47D886D9.6060001@iki.fi> 2.24 2008/03/12 09:51:11 ! lib/Encode/Config.pm adds and fixes also adds cp858 support. ! Encode.pm encoding.pm lib/Encode/Alias.pm ucm/cp858.ucm Merged perl@33486. > Change 33486 by rgs@scipion on 2008/03/12 08:50:11 An unfortunate side-effect of Encode and Encode::Alias use'ing each other, and Encode::Alias exporting functions into Encode for it to use as methods, broke the loading of the find_alias() Encode method in some cases since 5.10. Breaking the recursive inheritance fixes it. Message-Id: <b77c1dce0803120151o4166c3a0gfcfd14681ab7e10d@mail.gmail.com> ! Encode.pm POD fix by tels Message-Id: <200711281835.36125@bloodgate.com> ! bin/ucmlint Fix by MIYAGAWA via CodeRepos http://coderepos.org/share/changeset/1791 ! encoding.pm t/mime_header_iso2022jp.t ported back from Perl 5.10-RC1 2.23 2007/05/29 18:15:32 ! Encode.xs got rid of global fallback_cb; encode_method() now takes one more argument which is a coderef to fallback. This should make encode_method() thread-safe. ! Encode.pm Added perluniintro, perlunifaq, and perlunitut to POD ! Encode.xs Plug a memory leak in Encode -- by rgs Message-Id: <b77c1dce0705290858v2be239c3o2d726e3d59091493@mail.gmail.com> ! Unicode/Unicode.pm POD fixes on UTF-16LE http://aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3486118 ! Makefile.PL man page generation is now conditional; yes by default but no if $PERL_CORE Message-Id: <b77c1dce0705290237h5c4667cdlf79a48b839170add@mail.gmail.com> 2.22 2007/05/29 07:35:27 ! Encode.pm from_to() does not honor the check while decoding. That's a feature. To make sure it is a feature it is mentioned in the POD. http://rt.cpan.org/NoAuth/Bug.html?id=27277 ! Makefile.pl Encode used to suppress man page generation. Now it does. http://rt.cpan.org/NoAuth/Bug.html?id=27200 ! Encode.pm Encode.xs t/fallback.t Addressed: (de|en)code("ascii", "\x{3000}", sub{ $_[0] }) segfaults Reported by MIYAGAWA 2.21 2007/05/12 06:42:19 + lib/Encode/MIME/Name.pm t/mime-name.t ! Encode.pm Encode.xs lib/Encode/Encoding.pm new method: mime_name() inspired by: MIYAGAWA ! t/encoding.t Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH] From: Marc Lehmann <schmorp@schmorp.de> Date: Thu, 12 Apr 2007 08:41:53 +0200 Message-ID: <20070412064153.GA22475@schmorp.de> http://public.activestate.com/cgi-bin/perlbrowse/p/31194 ! Unicode/Unicode.pm POD fix. Message-Id: <20070417220547.GA11999@zetta.zet> 2.20 2007/04/22 14:56:12 ! Encode.pm Pod fixes. Now find_encoding() is explained more in details. + lib/Encode/GSM0338.pm - ucm/gsm0338.ucm ! lib/Encode/Supported.pod lib/Encode/Config.pm Bytes/Makefile.PL t/gsm0338.t ESTI GSM 03.38 support is relocated from Encode::Byte to Encode::GSM0338. This encoding is so kaputt it is unfit for Encode::XS! Though it was okay for general cases and escape sequences, '\0' => '@' IFF '\0\0' => '\0' had gliches. So kaputt even t/gsm0338 wrongly interpreted that. ref. http://www.csoft.co.uk/sms/character_sets/gsm.htm ! encoding.pm t/Aliases.t Imported from bleedperl #31015 2.19 2007/04/06 12:53:41 ! lib/Encode/JP/JIS7.pm + t/jis7-fallback.t encode('iso-2022-jp') fallback support added by MIYAGAWA++ decode()'s fallback remains unchanged (FB_PERLQQ) since UTF-8 contains all characters in iso-2022-jp so there's no need for fancy stuff. Message-Id: <693254b90704060526s6d850320h71cdda50dfbf7eba@mail.gmail.com> ! Encode.pm #25216 ([PATCH] Encode.pm: postpone the load of Encode::Encoding) http://rt.cpan.org/NoAuth/Bug.html?id=25216 ! lib/Encode/MIME/Header.pm t/mime-header.t #24418 (Encode::MIME::Header: wrong encoding with latin1 characters) http://rt.cpan.org/NoAuth/Bug.html?id=24418 ! Encode.pm #23876 (Add documentation for LEAVE_SRC) http://rt.cpan.org/NoAuth/Bug.html?id=23876 ! lib/Encode/Alias.pm t/Aliases.t #20781: Thai encoding needs alias for tis-620 http://rt.cpan.org/NoAuth/Bug.html?id=20781 ! bin/piconv AUTHORS #20344: piconv: wrong conversion of utf-16le encoded files (with PATCH) http://rt.cpan.org/NoAuth/Bug.html?id=20344 ! Encode.pm Encode.xs bin/enc2xs encoding.pm t/Aliases.t t/utf8strict.t Imported from bleedperl's 2.18_01
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 24 14:09:43 2006 UTC (16 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update p5-Encode to 2.18. Patch provided by Martin Wilke via PR 34419. Changes: ! bin/enc2xs overhauled the -C option - added ascii-ctrl', 'null', 'utf-8-strict' to core - auto-generated Encode::ConfigLocal no longer use v-string for version - now searches modules via File::Find so Encode/JP/Mobile is happy ! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm use strict added; though all they do is load XS, it's still better a practice ! *.pm use warnings added to all of them for better practices' sake. 2.17 ! encode.pm 'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true but chin is not china or chinese. http://d.hatena.ne.jp/jankogai/20060508/1147090316 ! Encode.xs Integrated maintperl change (27824|27824) which I overlooked -- sorry, Nicholas and Coverity Scan. 2.16 ! bin/piconv --xmlcref and --htmlcref added. ! Encode.pm Copyright Notice Added. http://rt.cpan.org/NoAuth/Bug.html?id=#19056 ! * Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20 And all .pm's are now perltidy-ed. Changes: ! bin/enc2xs overhauled the -C option - added ascii-ctrl', 'null', 'utf-8-strict' to core - auto-generated Encode::ConfigLocal no longer use v-string for version - now searches modules via File::Find so Encode/JP/Mobile is happy ! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm use strict added; though all they do is load XS, it's still better a practice ! *.pm use warnings added to all of them for better practices' sake. 2.17 ! encode.pm 'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true but chin is not china or chinese. http://d.hatena.ne.jp/jankogai/20060508/1147090316 ! Encode.xs Integrated maintperl change (27824|27824) which I overlooked -- sorry, Nicholas and Coverity Scan. 2.16 ! bin/piconv --xmlcref and --htmlcref added. ! Encode.pm Copyright Notice Added. http://rt.cpan.org/NoAuth/Bug.html?id=#19056 ! * Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20 And all .pm's are now perltidy-ed. Changes: 2.18 ! bin/enc2xs overhauled the -C option - added ascii-ctrl', 'null', 'utf-8-strict' to core - auto-generated Encode::ConfigLocal no longer use v-string for version - now searches modules via File::Find so Encode/JP/Mobile is happy ! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm use strict added; though all they do is load XS, it's still better a practice ! *.pm use warnings added to all of them for better practices' sake. 2.17 ! encode.pm 'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true but chin is not china or chinese. http://d.hatena.ne.jp/jankogai/20060508/1147090316 ! Encode.xs Integrated maintperl change (27824|27824) which I overlooked -- sorry, Nicholas and Coverity Scan. 2.16 ! bin/piconv --xmlcref and --htmlcref added. ! Encode.pm Copyright Notice Added. http://rt.cpan.org/NoAuth/Bug.html?id=#19056 ! * Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20 And all .pm's are now perltidy-ed. 2.15 2006/04/06 15:44:11 ! Unicode/Unicode.xs Addressed: UTF-16, UTF-32, UCS, UTF-7 decoders mishandle illegal characters http://rt.cpan.org/NoAuth/Bug.html?id=#18556 ! Encode.pm added str2bytes() as an alias to encode() and bytes2str() as an alias to decode() http://rt.cpan.org/NoAuth/Bug.html?id=#17103 ! Encode.xs Change 26922: Avoid warning with MS Visual C compiler. Message-Id: <200601231245.k0NCj2dw009484@smtp3.ActiveState.com> ! t/perlio.t Change 26067: As using -C to turn on utf8 IO is equivalent to the open pragma Message-Id: <200511092227.jA9MRcYD009025@smtp3.ActiveState.com>
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Apr 13 19:45:41 2006 UTC (17 years, 5 months ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import p5-Encode from pkgsrc-wip. Packaged by Roman Kulik. The "Encode" module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 13 19:45:41 2006 UTC (17 years, 5 months ago) by minskim
Branch: MAIN
Initial revision