summaryrefslogtreecommitdiff
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Update Module::CoreList for 5.32.0Sawyer X2020-05-303-2/+46
|
* dist/IO/t/cachepropagate-unix.t: Add os390 to TODO listKarl Williamson2020-05-271-2/+2
| | | | To TODO a test for
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-229-13/+13
| | | | | Mostly in comments and docs, but some in diagnostic messages and one case of 'or die die'.
* io_unix.t: make tests run on Windows builds if threads + AF_UNIXRichard Leach2020-05-211-6/+18
| | | | | | io_unix.t: simplify AF_UNIX check on Windows io_unix.t: make tests run on Windows builds if threads + AF_UNIX
* Fixed typemap in perlxs.Håkon Hægland2020-05-101-2/+2
| | | | | | Fixed quoting and string concatenation mistakes in C++ typemap in perlxs. Committer: Håkon Hægland is now a Perl author.
* Update repository and bugtracker meta for Module-CoreListChris 'BinGOs' Williams2020-04-291-2/+2
|
* Bump Module::CoreList for 5.31.12Sawyer X2020-04-293-2/+31
|
* Update Module::CoreList for 5.31.11Sawyer X2020-04-283-14/+81
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-093-5/+5
|
* DragonFly BSD doesn't support SO_PROTOCOL for AF_UNIX socketsTomasz Konojacki2020-04-031-2/+2
|
* Storable: Fix t/huge.t PERL_TEST_MEMORY diagnostic messagesDagfinn Ilmari Mannsåker2020-04-021-2/+2
| | | | | | Commit be827e1bf8824a339ec2b5f6f58542e456157bce fixed the checks to match what was actually required, but failed to adjus the diagnostic messages when the requirement was not satisfied.
* apparently HP-UX and solaris also don't support SO_PROTOCOL for AF_UNIXTony Cook2020-03-271-2/+2
|
* Bump Module::CoreList in Maintainers, update restSawyer X2020-03-212-2/+2
|
* Update Module::CoreList for 5.32.0Sawyer X2020-03-213-2/+47
|
* Module::CoreList - Add entry for forthcoming 5.31.10 to ChangesSteve Hay2020-03-141-0/+3
| | | | This got missed by 4b9ba9feb3.
* Module::CoreList - Fix date of 5.30.2Steve Hay2020-03-141-1/+1
| | | | This got missed by 30107e92e6 on the maint-5.30 branch.
* Update Module-CoreList with data for 5.30.2Steve Hay2020-03-143-0/+30
|
* Add strict and warnings to some .PL filesNicolas R2020-03-132-5/+17
| | | | | use a convoluted incantation to be able to set 'use strict; use warnings' only for Perl > 5.6
* undef Tie::File objects before untie-ing arraysJames E Keenan2020-03-011-3/+3
| | | | | | | | | | | | | | | This test file was added before we converted all .pm and .t files under dist/Tie-File to 'use strict' and 'use warnings'. So at that point the test ran without warnings. Once we subsequently began to run with warnings, we failed to note two instances of "untie attempted while 1 inner references still exist" warnings. So we should undef the Tie::File objects before calling 'untie' on the arrays holding records of tied files. (Indeed, undef-ing the Tie::File objects may in itself be sufficient to avert these warnings. However, the pre-existing SYNOPSIS shows use of 'untie', so we'll include it in this file, whose point is to test what is asserted in that document.)
* bump $Storable::VERSION and update ChangeLogTony Cook2020-02-272-1/+6
|
* Storable: fix a format string vs argument errorTony Cook2020-02-271-2/+2
|
* Shim update of Module::CoreList for v5.31.10Chris 'BinGOs' Williams2020-02-212-2/+26
|
* Update Module::CoreList for 5.31.9reneeb2020-02-201-0/+36
|
* Storable: linkify alternatives referencesDagfinn Ilmari Mannsåker2020-02-161-3/+3
| | | | Also fix typo Serial → Sereal.
* Don't reopen open file in Tie-File/t/43_synopsis.tCraig A. Berry2020-02-131-4/+5
| | | | | | Move the untie earlier and destroy the object holding the file open. Otherwise the next test fails with "file currently locked by another user" on OS's that open with exclusive locking.
* Tie::File - Document use of binmode on filehandlesRichard Leach2020-02-101-0/+5
| | | Documentation fix for #17497, where the user passed a filehandle in, but the lack of binmode meant that the :crlf layer on Windows caused problems when the file was later used on Linux.
* Make Tie::File distro conform to strict and warnings.Todd Rinaldo2020-02-1039-161/+198
| | | | Fixes #17495
* Remove %newkeys from Tie::File::_oadjustTodd Rinaldo2020-02-101-12/+0
| | | | | Recent efforts to add strict have shown this variable wasn't even being used.
* Sync Tie-File changelog with CPANTodd Rinaldo2020-02-101-0/+6
|
* Update Devel-PPPort to CPAN version 3.57Chris 'BinGOs' Williams2020-02-0778-459/+920
| | | | | | | | | | | | | | | | [DELTA] 3.57 - 2020-01-31 * Fix eval_sv for Perl versions prior to 5.6.0 (Pali) * Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali) * Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali) * Fix SV_NOSTEAL on 5.7.2 (Karl Williamson) * Fix multiple unit test issues (Craig A. Berry, Karl Williamson, Pali) * Avoid generating warnings on early Perls (Karl Williamson) * Backport memCHRs (Karl Williamson) * Implement sv_setsv_flags() with SV_NOSTEAL and SV_GMAGIC flags for Perl versions < 5.7.3 (Pali) * Implement UTF8f format and its UTF8fARG macro (Pali)
* Make it possible to remove a closed IO::Socket handle from IO::Select.Todd Rinaldo2020-02-042-2/+45
| | | | Fixes #17447
* Tie::File: use unique tmp filename in 29a_upcopy.tDavid Mitchell2020-02-031-1/+1
| | | | | | | This is a followup to v5.31.7-92-g0a1552bada which made each Tie::File test script use a separate prefix for its test file names. However, there are two test files with prefixes 29_ and 29a_, and that commit made them both use "29" for the temp file. Make it "29a" instead.
* Fix minor grammar nit in threads docsPaul Johnson2020-01-291-3/+3
| | | | Committer: Increment $VERSION.
* Correct misleading entries in SYNOPSISJames E Keenan2020-01-282-4/+201
| | | | | | | | | Correct documentation as per suggestion from T.E. Hofmann. Add a new test file demonstrating correctness of the synopsis. For: GH 17499 Originally reported 2004-03-30 by T.E. Hofmann in Tie-File RT queue: https://rt.cpan.org/Ticket/Display.html?id=5837
* bump $IO::VERSIONTony Cook2020-01-292-2/+2
|
* NetBSD, Darwin, Cygwin don't appear to support SO_PROTOCOLTony Cook2020-01-291-2/+19
| | | | | | | | | | | at least on AF_UNIX sockets. We supply zero for protocol when creating AF_UNIX sockets, and we no longer cache that incorrect value. On systems such as NetBSD that don't implement SO_PROTOCOL this means we can't fetch the protocol and the protocol() method will hence return undef. The same applies to Darwin and Cygwin.
* Only cache io_socket_proto if protocol is truthyAndrew Hewus Fresh2020-01-291-1/+6
| | | | | | | | | | | | | | | | | | | According to socket(2): A value of 0 for protocol will let the system select an appropriate protocol for the requested socket type. While linux, and possibly others, return 0 for this, OpenBSD recently got support for SO_PROTOCOL in getsockopt(2) and instead of returning 0, indicating it will choose the correct protocol, it instead returns the protocol that was chosen. That means caching "0" as the chosen protocol means that what $sock->protocol returns is not the same as what getsockopt($sock, SOL_SOCKET, SO_PROTOCOL) returns. While there is ongoing discussion about whether returning 0 vs something else is correct, the current situation shows that this value is implementation specific and we should not cache something that might not be right.
* Bump version on Tie::File to 1.05Todd Rinaldo2020-01-271-1/+1
|
* Remove silly version change test for Tie::FileTodd Rinaldo2020-01-271-22/+0
| | | | | | | The only thing that t/00_version.t seems to do is require you to change it when VERSION is updated. Also corrected spaces not tabs in MANIFEST.
* Add Changelog to Tie::File to make CPAN updates easier.Todd Rinaldo2020-01-272-1/+123
|
* bump $Storable::VERSION and update ChangeLogTony Cook2020-01-272-1/+15
|
* Storable/t/recurse.t: note may not be availableTony Cook2020-01-271-2/+2
| | | | | | | | If this wasn't a trivial change, I'd just drop support for 5.6.2, but 5.6.2 has a Test::More without note() and modern Test::More depends on Storable, so ensure we work without note(). partial fix for #17422
* Storable/Makefile.PL: fix dependenciesTony Cook2020-01-271-3/+17
| | | | partial fix for #17422
* Update ExtUtils-CBuilder to 0.280234Alberto Simoes2020-01-2117-19/+25
|
* Update Module::CoreList for 5.31.9Matthew Horsfall2020-01-203-2/+31
|
* Update Module::CoreList for v5.31.8 releaseMatthew Horsfall2020-01-202-2/+119
|
* Update dist/IO after release to CPANTodd Rinaldo2020-01-203-26/+42
| | | | | Bugtracker and repo now point at perl/perl5. Hopefully this will encourage people to report IO bugs there.
* Update Changelog for Locale::Maketext after 1.29 release to CPANTodd Rinaldo2020-01-201-1/+9
| | | | Also update RT link in the changelog to point to its new location
* Skip the new open pragma tests for no ":utf8" under PERL_UNICODE.Nicholas Clark2020-01-191-5/+10
| | | | | PERL_UNICODE can implement an implicit use open ":utf8", which defeats the intent of what we're testing here.
* IO: update ChangeLog for new trial releaseRicardo Signes2020-01-191-0/+5
|