summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Update tex-zapfchan to 2014markd3-11/+10
latest texlive version. changes unknown.
2015-04-25Updated devel/p5-File-ShareDir-ProjectDistDir to 1.000007mef1-1/+10
Updated devel/p5-Module-CoreList to 5.20150420 Updated devel/p5-PAR to 1.009 Updated devel/p5-Sub-Name to 0.14 Updated devel/p5-Tree-Simple to 1.25 Updated devel/p5-UNIVERSAL-require to 0.18 Updated devel/p5-Variable-Magic to 0.57 Updated devel/p5-Want to 0.25 Updated devel/p5-indirect to 0.35
2015-04-25Update tex-wasy{,-doc} to 2014markd6-44/+16
latest texlive version. changes unknown.
2015-04-25Update 0.33 to 0.35mef2-6/+6
------------------- 0.35 2015-04-06 22:20 UTC + Fix : The module could end being disabled in one thread if it was first loaded in another thread and that thread was immediately terminated. This is now fixed and should address test failures of t//09-load-threads.t and t/42-threads-global.t. 0.34 2015-04-02 19:50 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : [RT #100068] : add link to historical tchrist post The link has been added to the documentation. Thanks Olivier Mengué for reporting. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Fix : Be really compatible with the optional OP_PARENT feature. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/41-threads-teardown.t and t/50-external.t with unusual compilers (like icc) that link all their compiled objects to their own libraries.
2015-04-25Update tex-tipa{,-doc} to 1.3pl29349markd6-25/+27
latest texlive version. changes unknown.
2015-04-25Update 0.21 to 0.25mef2-7/+7
------------------- 0.22 Sun 15 Dec 2013 17:08:35 GMT - Prevent return from being optimised away by newer (>= 5.19.7) Perls. This is a patch supplied by @wolfsage: see https://github.com/robinhouston/Want/pull/1 0.23 Mon 24 Mar 2014 00:28:36 GMT - Accommodate a bleadperl change to the optree, made in 7d3c8a6837b55fff0e6294ebf8c94a1601367c76. This is bug #94086 for Want, and bug #121342 for perl5. 0.24 Tue 2 Dec 2014 10:22:39 GMT - Accommodate another bleadperl change. Patch provided by Father Chrysostomos at https://rt.cpan.org/Public/Bug/Display.html?id=100626 0.25 Wed 10 Dec 2014 19:31:03 GMT - Add support for the new OP_MULTIDEREF Perl has a new op, added as a performance optimisation in fedf30e1c349130b23648c022f5f3cb4ad7928f3, to represent a sequence of array/hash dereferences. This patch adds support for the new op.
2015-04-25Update tex-times to 2014markd3-76/+10
latest texlive version. changes unknown.
2015-04-25Update tex-symbol to 2014markd3-10/+10
latest texlive version. changes unknown.
2015-04-25Update 0.55 to 0.57mef2-6/+6
------------------- 0.57 2015-04-17 15:20 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Segfaults when the module is loaded in a thread, which spawns itself a new thread, and that child thread outlives its parent. + Fix : Small memory leaks of structures required for thread safety. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Tst : The global destruction test will now be exercised on any perl that has DEBUGGING set. + Tst : Optional capturing tests in t/17-ctl.t that were only run when Capture::Tiny was present were converted to an IPC::Open3 based helper and will now be run everywhere. 0.56 2015-03-11 15:15 UTC + Fix : [RT #101410] : Install fails in blead Even though the change that caused this error was reverted from blead, lvalue uses of ERRSV have been removed from this module so that there will be no breakage when this change is possibly reintroduced in the following months. Thanks Dave Rolsky for reporting. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/17-ctl.t with unusual compilers (like icc) that link all their compiled objects to their own libraries. + Tst : The global destruction test is now only run on perl 5.13.4 and higher, and only if either Perl::Destruct::Level is installed or PERL_DESTRUCT_LEVEL is set and the perl is a debugging perl. This will solve rare crashes of t/15-self.t on perl 5.13.3 and older.
2015-04-25Update tex-psnfss{,-doc} to 2014markd4-15/+14
latest texlive version. changes unknown.
2015-04-25Update tex-palatino to 2014markd3-29/+10
latest texlive version. changes unknown.
2015-04-25Update to 0.18mef2-6/+6
-------------- 0.18 2015-02-24 - Skip the taint test if Perl was compiled without taint support. RAZ++ - Changed use of "use vars" to "our" - Added strict and warnings to PREREQ_PM
2015-04-25Update tex-ncntrsbk to 2014markd3-26/+10
latest texlive version. changes unknown.
2015-04-251.25 Tue Jan 13 08:51:00 2014mef2-7/+6
- Fix logic in sub DESTROY for when children are/are not present. Reported by astortz. See https://github.com/stevan/tree-simple/issues/8. 1.24 Sat Sep 6 09:27:00 2014 - Abandon Test::Version and hence delete t/version.t. Putting version.t in xt/author/ is not a solution, because Test::Version has problems with Test::EOL and Test::Builder. Thanx to Kent Fredric for the github issue which started me investigating this issue.
2015-04-25Update tex-musixtex-fonts{,-doc} to 2014markd5-15/+38
latest texlive version. changes unknown.
2015-04-25Update to 0.14mef2-6/+6
-------------- 0.14 2015-04-24 03:26:54Z - remove mandatory dependencies for optional test - mark the test with B::C as TODO, as it seems to fail frequently and should not block normal installations
2015-04-25Update to 1.009mef2-6/+6
--------------- 1.009 2015-04-22 - Fix 103861 for PAR-Packer: Adding local directories to @INC for a pp executable fails - Get rid of included PerlIO.pm, parent.pm, obsolete Module::Install::Include and included Test::More.
2015-04-25Update tex-mfware to 2014markd3-10/+8
latest texlive version. changes unknown.
2015-04-25Update to 5.20150420mef2-6/+6
-------------------- 5.20150420 - Updated for v5.21.11
2015-04-25Update tex-metafont to 2014markd3-17/+8
latest texlive version. changes unknown.
2015-04-25Update 1.000005 to 1.000007mef2-6/+6
--------------------------- 1.000007 2015-04-22T05:48:43Z 274de7d [Documentation] - Apparently I can't link to myself right. 1.000006 2015-04-22T03:04:21Z f2105b9 [Documentation] - Add a deterrent notice.
2015-04-25Update tex-marvosym{,-doc} to 2.2amarkd6-32/+23
latest texlive version. changes unknown.
2015-04-25Update tex-luaotfload{,-doc} to 2.5.4markd6-49/+54
latest texlive version. changes unknown.
2015-04-25Update tex-japanese-otf{,-doc} to 1.7b6markd6-17/+214
latest texlive version. changes unknown.
2015-04-25Update tex-ipaex{,-doc} to 2014markd6-17/+22
latest texlive version. changes unknown.
2015-04-25Update tex-helvetic to 2014markd3-44/+10
latest texlive version. changes unknown.
2015-04-25Update tex-courier to 2014markd3-72/+10
latest texlive version. changes unknown.
2015-04-25Update tex-cmextra to 2014markd3-8/+29
latest texlive version. changes unknown.
2015-04-25Update tex-cm{,-doc} to 2014markd5-17/+15
latest texlive version. changes unknown.
2015-04-25Update tex-bookman to 2014markd3-24/+10
latest texlive version. changes unknown.
2015-04-25Update tex-bbold-type1{,-doc} to 2014markd5-32/+14
latest texlive version. changes unknown.
2015-04-25Update tex-avantgar to 2014markd3-24/+10
latest texlive version. changes unknown.
2015-04-25Update tex-adobemapping to 2014markd2-7/+7
latest texlive version. changes unknown.
2015-04-25Update tex-xunicode{,-doc} to 0.981markd4-14/+16
latest texlive version. changes unknown.
2015-04-25Update tex-xkeyval{,-doc} to 2.7amarkd6-16/+30
latest texlive version. changes unknown.
2015-04-25Update tex-xetexconfig to 2014markd3-9/+8
latest texlive version. changes unknown.
2015-04-25Update tex-xetex-def to 4.04markd2-7/+7
latest texlive version. changes unknown.
2015-04-25Update tex-ucs{,-doc} to 2.2markd6-95/+109
latest texlive version. changes unknown.
2015-04-25Update tex-tpslifonts{,-doc} to 0.6dmarkd5-17/+19
latest texlive version. changes unknown.
2015-04-25Update tex-tools{,-doc} to 2014markd5-16/+18
latest texlive version. changes unknown.
2015-04-25Update tex-tocloft{,-doc} to 2.3fmarkd4-14/+16
latest texlive version. changes unknown.
2015-04-25Update tex-titlesec{,-doc} to 2.10.0markd6-18/+21
latest texlive version. changes unknown.
2015-04-25Update tex-texlive-scripts to 2014markd2-7/+7
latest texlive version. changes unknown.
2015-04-25Update tex-texdoc{,-doc} to 2014markd4-15/+14
latest texlive version. changes unknown.
2015-04-25Update tex-texconfig{,-doc} to 2014markd4-14/+14
latest texlive version. changes unknown.
2015-04-25Update tex-tex to 3.14159265markd2-7/+7
latest texlive version. changes unknown.
2015-04-25Update tex-tetex{,-doc} to 3.0.36067markd4-21/+20
latest texlive version. changes unknown.
2015-04-25Update tex-sttools{,-doc} to 1.6markd6-25/+28
latest texlive version. changes unknown.
2015-04-25Update tex-skak{,-doc} to 1.5.2markd6-23/+25
latest texlive version. changes unknown.
2015-04-25Update tex-setspace to 6.7amarkd2-8/+8
latest texlive version. changes unknown.