2020-09-02 15:15:09 by Juraj Lutter | Files touched by this commit (2) |
Log message:
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
|
2020-09-02 14:26:11 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(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.c \
om>
! 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
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message:
Follow some remaining search.cpan.org redirects.
|
2019-04-07 09:28:23 by Wen Heping | Files touched by this commit (2) |
Log message:
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
|
2019-02-09 09:41:37 by Wen Heping | Files touched by this commit (2) |
Log message:
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.
|
2019-01-25 13:38:36 by Wen Heping | Files touched by this commit (2) |
Log message:
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
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-02 15:29:36 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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
|