summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Digest-MD5: Consolidate byte-swapping pathsMatt Turner2019-10-083-157/+3
| | | | | | | | | | | | The code guarded by #ifndef U32_ALIGNMENT_REQUIRED attempts to optimize byte-swapping by doing unaligned loads, but accessing data through unaligned pointers is undefined behavior in C. Moreover, compilers are more than capable of recognizing these open-coded byte-swap patterns and emitting a bswap instruction, or an unaligned load instruction, or a combined load, etc. There's no need for multiple paths to attain the desired result. See https://rt.perl.org/Ticket/Display.html?id=133495
* Update Test-Simple to CPAN version 1.302168Chad Granum2019-09-1367-78/+143
| | | | | | | | | | | | 1.302168 2019-09-06 07:40:18-07:00 America/Los_Angeles - Fix Typo in a Test2::API::Breakage warning (Thanks E. Choroba) - Delay loading of Term::Table until needed (Thanks Graham Knop) 1.302167 2019-08-23 14:07:58-07:00 America/Los_Angeles - add test2_is_testing_done api method - Fix string compare warning
* Update Scalar-List-Utils from 1.50 to 1.52Max Maischein2019-09-138-24/+92
| | | | | | | | | This updates the following modules from 1.50 to 1.52: List::Util List::Util::XS Scalar::Util Sub::Util
* Update Module-Metadata to CPAN version 1.000037Chris 'BinGOs' Williams2019-09-132-18/+44
| | | | | | | [DELTA] 1.000037 2019-09-07 18:32:44Z - add decode_pod option for automatic =encoding handling
* Update ExtUtils-MakeMaker to CPAN version 7.38Chris 'BinGOs' Williams2019-09-1334-39/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 7.38 Wed 11 Sep 10:01:46 BST 2019 No changes since v7.37_04 7.37_04 Thu 22 Aug 15:20:34 BST 2019 Bug fixes: - Fix static linking on macOS 7.37_03 Sat Aug 3 12:37:29 BST 2019 Enhancements: - Improved mandoc section detection 7.37_02 Thu Jun 27 11:10:39 BST 2019 Test fixes: - Fix test failures in 02-xsdynamic.t on Android native builds Github issue #337 7.37_01 Fri Jun 7 11:21:39 BST 2019 Test fixes: - [rt.cpan.org #129763] fixed test errors with latest Pod::Simple
* Fix parent directory in pod2usage auxiliary script.Craig A. Berry2019-08-301-1/+1
| | | | | | | | | | | | | | File::Basename::dirname does not always remove the last component of the path if that component is already a directory, depending on platform. This behavior is documented. pod2usage.t has been failing on VMS because we get the wrong directory into @INC. So, since we already have File::Spec loaded, just use the more obvious and portable method for getting the parent directory. Reported upstream at: <https://rt.cpan.org/Ticket/Display.html?id=130418>
* Update Test-Simple to CPAN version 1.302166Chad Granum2019-08-1967-71/+145
| | | | | | | | | | | 1.302166 2019-08-15 10:37:01-07:00 America/Los_Angeles - Fix context test on older perls 1.302165 2019-08-15 10:21:09-07:00 America/Los_Angeles - Better diagnostics when a context is destroyed unexpectedly - Add an event to notify when END phase starts
* Revert "Update Scalar-List-Utils to CPAN version 1.51"Chris 'BinGOs' Williams2019-08-178-87/+24
| | | | | | This reverts commit 96684a73b5f81ca2a88309182dbc2dca9ab1601a. Failures with uselongdouble
* Getopt::Long: sync with CPAN version 2.51Johan Vromans2019-08-141-14/+19
|
* Update IO-Compress to CPAN version 2.087Chris 'BinGOs' Williams2019-08-1230-129/+175
| | | | | | | | | | | | | [DELTA] 2.087 10 August 2019 * IO::Uncompress::Unzip nextStream not updating filehandle correctly https://github.com/pmqs/IO-Compress/issues/3 25152f04f5b1bd9341502e42a5877c72eac3f291 * Added travis & appveyor files for CI in GitHub
* Update Compress-Raw-Bzip2 to CPAN version 2.087Chris 'BinGOs' Williams2019-08-122-2/+2
| | | | | | | | [DELTA] 2.087 10 August 2019 * No Changes
* Update Compress-Raw-Zlib to CPAN version 2.087Chris 'BinGOs' Williams2019-08-121-1/+1
| | | | | | | | | | | [DELTA] 2.087 10 August 2019 * clang warning in ppport.h update to latest ppport.h https://github.com/pmqs/Compress-Raw-Zlib/issues/1 664a5fbacf778acdd4cfbcc571997f3df5ee43d3
* Update Scalar-List-Utils to CPAN version 1.51Chris 'BinGOs' Williams2019-08-128-24/+87
| | | | | | | | | | | | | [DELTA] 1.51 -- 2019-08-08 14:31:32 [CHANGES] * Add TO_JSON to List::Util::_Pair (thanks ilmari) * Various minor docs fixes [BUGFIXES] * Don't segfault in subname() on deleted stashes (thanks ilmari) * Fix uniqnum for large floats and numeric strings (thanks ilmari)
* Update Win32 to CPAN version 0.53Chris 'BinGOs' Williams2019-08-063-22/+70
| | | | | | | | | | | | | | | | | | | [DELTA] 0.53 [2019-08-05] - improve Win32::GetOSDisplayName - added Win2016/2019 detection and version information by Richard Leach [PR/15] - Include wchar.h to allow building with g++ by Tony Cook [rt#127836] 0.52_02 [2018-11-02] by Reini Urban - added () usage croaks. - Fixed a -Warray-bounds buffer overflow in LONGPATH, - Fix various -Wunused warnings and two -Wmaybe-uninitialized. 0.52_01 [2017-11-30] - add missing const
* Update IPC-Cmd to CPAN version 1.04Chris 'BinGOs' Williams2019-07-141-2/+2
| | | | | | | | | [DELTA] 1.04 Sat Jul 13 10:08:08 BST 2019 Bug fixes: - Fixed usage of setsid()
* Update Pod::Simple from version 3.38 to 3.39Steve Hay2019-07-0429-37/+54
|
* Update JSON::PP from version 4.02 to 4.04Steve Hay2019-07-043-7/+18
|
* [PATCH] Updates CPAN.pm to ANDK/CPAN-2.27-TRIAL2.tar.gzAndreas Koenig2019-06-208-96/+567
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-06-09 k <andk@cpan.org> * release 2.27-TRIAL2 * bugfix: omit the new POSIX::setsid call and the waitpid with WNOHANG on Windows * bugfix: the signalhandler has to kill the new process group spawned for running the tests * adding the README file that was generated during the release of 2.27-TRIAL 2019-05-31 k <andk@cpan.org> * release 2.27-TRIAL * two new options to protect against accidental downgrades: allow_installing_outdated_dists and allow_installing_module_downgrades * two new options to tune the automatic determination of the nearest peers: urllist_ping_external and urllist_ping_verbose; NOTE: this feature was developed during the Perl Toolchain Summit 2019 in Marlow; thanks to the sponsors: Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter, Cogendo, Elastic, OpenCage Data, Perl Services, Zoopla, Archer Education, OpusVL, Oetiker+Partner, SureVoIP, YEF * reveal the size of PERL5LIB in diagnostic output * new semantics for parameter ftpstats_size: setting to '0' or lower, disables download statistics * bugfix: under certain circumstances, failing dependencies via recommends and suggests could abort a build; this is now fixed * bugfix: protect bundle processing against unavailable bundle files and missing build directories * bugfix: fix broken permissions after untar * bugfix: protect against exceptions from unzip * bugfix: add one level of fork+setsid for testing to prevent that a test can kill the process group that CPAN.pm is running in. Learned from experience with testing VIZDOM/DBD-JDBC-0.71.tar.gz * fix plugins: all early returns from all methods, that are accessible for plugins, now call the post* plugins * new question answered in the FAQ: "How can I switch to sudo instead of local::lib" (thanks to Amos Bird for asking the question on irc) * plenty of new and updated distroprefs documents, among which are some important ones to prevent Module::AutoInstall from switching to CPANPLUS and taking over (and harming) the build
* Update DB_File to CPAN version 1.852Chris 'BinGOs' Williams2019-06-033-927/+956
| | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.852 21 April Feb 2019 * ParseOpenInfo() leaks if it croaks DB_File_type memory not freed when ParseOpenInfo croaks. https://github.com/pmqs/DB_File/issues/1 * Fix whitespace in DB_File.xs 1.851 4 April Feb 2019 * Fix typo in MANIFEST with .travis.yml file 1.850 10 Feb 2019 * Added soure to github https://github.com/pmqs/DB_File * Added .travis.yml * Added t/meta-json.t & t/meta-yaml.t
* Update Test-Simple to CPAN version 1.302164Chris 'BinGOs' Williams2019-06-0366-75/+103
| | | | | | | | | | | | | [DELTA] 1.302164 2019-04-27 01:43:44-07:00 America/Los_Angeles 1.302163 2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE) - Do not use threads::Shared in Test::Tester::Capture (#826) - Add missing version info to Info/Table - Fix event in global destruction bug (#827) - Proper fix for todo = '' (#812, #829)
* Update CPAN to CPAN version 2.26Chris 'BinGOs' Williams2019-06-039-42/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2019-03-19 k <andk@cpan.org> * release 2.26 * testfix release, no functional change * 97-run.t is now skipped when test is run by root user because perldoc often fails for root user (thanks to Binarus for reporting) * small additions to distroprefs and to the Makefile.PL 2019-03-03 k <andk@cpan.org> * release 2.25 * two weeks after the TRIAL release cpantesters have produced 298 pass and 2 fail reports on 108 different configurations; the two fails are outliers I don't understand * no functional change over 2.25-TRIAL; only a couple in the distroprefs directory which is not used per default 2019-02-16 k <andk@cpan.org> * release 2.25-TRIAL * fix: Avoid a warning when prompting install_help intro (Nicolas R/atoomic) * testfix: load the tested module early, before juggling with @INC * testfix: replace an exec with system and exit (greetings to Windows) * two more distroprefs lines 2019-02-14 k <andk@cpan.org> * release 2.24-TRIAL * fix: set internal error state on writemakefile=NO in a rare case without any output * test fix: avoid a so far unreflected dependency on perldoc * a few more distroprefs 2019-02-10 k <andk@cpan.org> * release 2.23-TRIAL * fix: when option cleanup_after_install is active, prevent rerunning make install after a cleanup; allow it only with the help of force; also prevent that it is triggered too early * fix: address #121162: support distroprefs for install.env * fix: the option h on cpan script now really ignores all other options and arguments * fix: Local::Null::Logger on cpan script did not honour CPANSCRIPT_LOGLEVEL * address #122520: exit 1 on unknown options on cpan script * address #94941: refuse to generate reports with CPAN::Reporter lower than 1.2011 * fix: distropref method "goto" now inherits CALLED_FOR and other attributes from caller * fix: correct a buggy version comparison when testing version of Net::Ping * portability fix: ensure that Compress::Zlib supports gzopen() * internal fix: never overwrite internal attribute CALLED_FOR (no known user-relevant implications) * tiny test fixed uncovered by cpantesters, various tiny typo corrections * a couple of new and updated distroprefs files
* Update IO-Compress to CPAN version 2.086Chris 'BinGOs' Williams2019-06-0334-150/+573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.086 31 March 2019 * IO::Compress::Zip & IO::Uncompress::Unzip Added support for Language Encoding Flag via the EFS option. Starting point was pull request https://github.com/pmqs/IO-Compress/pull/1 * zipdetails - some support for MVS (Z390) zip files * IO::Uncompress::Base Issue with trailing data after zip archive #128626 for IO-Compress: mainframe zip archive * t/cz-14gzopen.t cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231 Perl has this: "Not enough arguments for Compress::Zlib::gzopen" cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen" * Handlers being called when optional modules are not installed #128538: $SIG{__DIE__} * #128194: Beef up diag when system returns error * Moved source to github https://github.com/pmqs/IO-Compress * Add META_MERGE to Makefile.PL * Added meta-json.t & meta-yaml.t
* Update Compress-Raw-Bzip2 to CPAN version 2.086Chris 'BinGOs' Williams2019-06-033-7/+29
| | | | | | | | | | | | [DELTA] 2.086 31 March 2019 * Moved source to github https://github.com/pmqs/Compress-Raw-Bzip2 * Add META_MERGE to Makefile.PL * Added meta-json.t & meta-yaml.t
* Update Compress-Raw-Zlib to CPAN version 2.086Chris 'BinGOs' Williams2019-06-032-6/+28
| | | | | | | | | | | | [DELTA] 2.086 31 March 2019 * Moved source to github https://github.com/pmqs/Compress-Raw-Zlib * Add META_MERGE to Makefile.PL * Added meta-json.t & meta-yaml.t
* Update podlators to CPAN version 4.12Chris 'BinGOs' Williams2019-06-037-10/+16
| | | | | | | | | | [DELTA] podlators 4.12 (2019-05-31) Skip the man/no-encode.t test if Encode is already loaded while running the test suite, which seems to happen sometimes with CPAN Testers tests.
* Update Pod-Simple to CPAN version 3.38Chris 'BinGOs' Williams2019-06-0328-28/+28
| | | | | | | | | | | | | | [DELTA] * Release 3.38 2019-05-30 Karl Williamson <khw@cpan.org> Removed some alien files that somehow got in the tar, including a copy of Pod::Escapes. Spotted by Petr Pisar++ * Release 3.37 2019-05-30 Karl Williamson <khw@cpan.org> Suppressed some expected diagnostics under harness Pod::Simple now depends on the 'if' module
* Update ExtUtils-MakeMaker to CPAN version 7.36Chris 'BinGOs' Williams2019-06-0242-124/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 7.36 Sun Apr 28 16:28:20 BST 2019 No changes since v7.35_14 This release was made possible by the kind sponsors of the 2019 Perl Toolchain Summit held in Marlow, UK: Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter, Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services, Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF 7.35_14 Sun Apr 28 14:12:22 BST 2019 Win32 fixes: - Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE 7.35_13 Sun Apr 28 11:57:57 BST 2019 Bug fixes: - Suppress warnings from EUMM::Locale code page workaround 7.35_12 Sat Apr 27 22:37:26 BST 2019 Enhancements: - add AppVeyor CI configuration see <https://github.com/rivy/CI.AppVeyor.helpers-perl> for more information Bug fixes: - Resolve RTs 127028 && 127316 on Mojave system perl - Honour man page disablement under INSTALL_BASE - fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target - suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()' - fix perl image (aka, executable) quoting for `dmake` builds - skip broken test for Win32 strawberry perl v5.10 (and some earlier versions) - add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' and 'cp65001' 7.35_11 Thu Apr 25 11:53:59 BST 2019 Bug fixes: - Fix RT#128004 gcc AIX builds broken 7.35_10 Wed Feb 20 10:03:50 GMT 2019 Test fixes: - Skip "merged /usr" tests on MSWin32 7.35_09 Mon Feb 18 10:05:42 GMT 2019 Bug fixes: - stringify version before comparing Test fixes: - Changed wording of skip message for xsstatic QA fixes: - travis is deprecating container-based environments 7.35_08 Thu Dec 6 10:22:02 GMT 2018 Enhancements: - propagate all variables used by Buildroot to subdirs 7.35_07 Fri Nov 23 11:34:27 GMT 2018 Bug fixes: - Avoid mangling /bin non-perl shebangs on merged-/usr systems VMS fixes: - Handle PERL_ARCHLIBDEP and DESTINSTALL... macros on VMS. - Remove trailing space from multi-in.PL in PL_FILES.t - Skip "merged /usr" tests on VMS. 7.35_06 Thu Jul 19 20:30:55 BST 2018 Enhancements: - Override shebang with PERL_MM_SHEBANG=relocatable env var Bug fixes: - Refactored Liblist::Kid tests, enabling UNIX testing 7.35_05 Tue Jul 10 09:44:25 BST 2018 Win32 fixes: - add Visual C parallel building support 7.35_04 Mon Jul 9 10:21:59 BST 2018 Bug fixes: - Fix manification on MSWin32 Doc fixes: - Mention manifypods target in FAQ for man creation on non-un*x OS 7.35_03 Fri Apr 27 14:28:21 BST 2018 Enhancements: - Allow specifying extra inputs for PL_FILES scripts 7.35_02 Tue Apr 24 11:38:39 BST 2018 Core fixes: - Win32 fixes for gmake 4.2.1 in quoting literals 7.35_01 Thu Apr 19 13:17:35 BST 2018 Core fixes: - use tr instead of eval on $VERSION - Fix PUREPERL_ONLY warnings
* PATCH: [perl #119439] Remove Pod::Parser from coreKarl Williamson2019-05-3043-7327/+0
| | | | | Pod::Simple now has the needed capabilities to completely replace Pod::Parser.
* Update Pod-Simple to CPAN version 3.36Karl Williamson2019-05-2745-407/+2310
| | | | | | | | | | | | | | | | [DELTA] 3.36 Added Pod::Simple::JustPod to extract the pod lines from a file Improved detection of input encoding CP1252 vs UTF-8 Fixed github issue #79, =cut event out of order Fixed github issue #85, verbatim_indent doesn't work on HTML Fixed github issue #89, css files refer to themselves Fixed github issue #92, broken RTF with Unicode inputs Extended RTF to handle Unicode code points above 0xFFFF Nested L<> is now flagged as an error Turned off negative repeat count does nothing warnings Fixed/improved some docs about this distribution
* Revert "Bump Pod::Simple from 3.35 to 3.36"Sawyer X2019-05-2445-2310/+407
| | | | | | This reverts commit 314f4963bff4d23e773eee5559e5fd1de2dc6cbc. This is causing testing failures on FreeBSD-11, raised by Jim Keenan.
* Bump Socket.pm from 2.027 to 2.029Sawyer X2019-05-243-9/+28
|
* Bump Pod::Simple from 3.35 to 3.36Sawyer X2019-05-2445-407/+2310
|
* upgrade Module-Metadata to 1.000036Karen Etheridge2019-04-185-11/+20
| | | | | 1.000036 2019-04-18 18:25:15Z - properly clean up temp dirs after testing
* Revert "ignore new temp dirs"Karen Etheridge2019-04-181-1/+0
| | | | | | | This reverts commit 94945d95701937a050ccc231eafa0087c9a74ee3. These temp dirs should never be created in the repository itself (if they are, that's a bug!)
* ignore new temp dirsKaren Etheridge2019-04-171-0/+1
|
* upgrade Module-Metadata to 1.000035Karen Etheridge2019-04-176-50/+56
| | | | | | | | | 1.000035 2019-04-18 02:43:11Z - quieten noisy tests (issue #31) 1.000034 2018-07-19 20:26:18Z (TRIAL RELEASE) - fix how relative paths are absolutized, so they work properly on MSWin32 (Christian Walde, PR#24)
* Fix $JSON::PP::Boolean::VERSIONZak B. Elep2019-03-211-1/+1
| | | | | Match to the correct version of JSON::PP already installed in commit 929e53be972b0c811eca54a3c7017db116f62e4a.
* Encode: synch with CPAN version 3.01Dan Kogai2019-03-123-15/+20
|
* upgrade ExtUtils::Manifest from version 1.71 to 1.72Karen Etheridge2019-03-103-12/+15
|
* upgrade cpan/JSON-PP from 4.00 to 4.02David Mitchell2019-02-233-8/+18
| | | | | | | | | 4.02 2019-02-23 - fix a test that breaks if perl is compiled with -Dquadmath (RT-128589) 4.01 2019-02-22 - allow to pass indent_length to json_pp (GH#46)
* Update JSON-PP to CPAN version 4.00Nicolas R2019-02-1437-392/+840
| | | | | | | | | | | | | | | | | | | [DELTA] 4.00 2018-12-07 - production release 3.99_01 2018-12-03 - BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled allow_nonref by default, JSON::PP also enabled allow_nonref by default - implement allow_tags that was introduced by JSON::XS 3.0 - add boolean_values that was introduced by JSON::XS 4.0 - allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does - allow PERL_JSON_PP_USE_B environmental variable to restore old number detection behavior for compatibility - various doc updates
* Update Test-Simple to CPAN version 1.302162Chris 'BinGOs' Williams2019-02-1464-65/+65
| | | | | | | | [DELTA] 1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles - Typo fixes in documentation
* Update Module-Load to CPAN version 0.34Nicolas R2019-02-131-3/+21
| | | | | | | | [DELTA] 0.34 Sun Feb 10 13:56:54 GMT 2019 * Added SEE ALSO section to documentation. RT#100575 * Unreachable code cleanup (https://github.com/jib/cpanplus-devel/pull/15)
* Update Encode to CPAN version 3.00Chris 'BinGOs' Williams2019-01-315-22/+36
| | | | | | | | | | | | | | | | [DELTA] $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.
* Update Test-Simple to CPAN version 1.302161Chris 'BinGOs' Williams2019-01-2966-422/+87
| | | | | | | | [DELTA] 1.302161 2019-01-29 09:34:27-08:00 America/Los_Angeles (TRIAL RELEASE) - Remove SHM Optimization
* Update perlfaq to CPAN version 5.20190126Chris 'BinGOs' Williams2019-01-2812-31/+35
| | | | | | | | | [DELTA] 5.20190126 2019-01-26 04:39:37Z * Many typos and pod markup fixed (PR#75, #76) thanks, Joaquin Ferrero!) * Added reference in perlfaq to new ~ syntax in indented here-docs (PR#77, thanks Celejar!)
* Encode: synch with CPAN version 2.99Dan Kogai2019-01-2110-578/+1605
|
* Update Test-Simple to CPAN version 1.302160Chris 'BinGOs' Williams2019-01-1974-211/+889
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles - No Changes since last trial release 1.302159 2019-01-09 13:21:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Add table support to ctx->fail and ctx->fail_and_return - Fix Instance.t on haiku-os 1.302158 2019-01-08 15:36:24-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix TAP test on windows - Fix math errors in table indentation - Devel requires Term::Table 1.302157 2019-01-08 14:10:29-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix minor typos and missing doc sections - Add table support in info facet and TAP formatter 1.302156 2019-01-07 11:13:07-08:00 America/Los_Angeles - No changes from last trial 1.302155 2019-01-04 11:25:17-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix test not to fail in non-english locales 1.302154 2019-01-04 10:20:54-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM pid checking for some platforms in Instance.t - Add SHM errno/msg to warning about SHM going away 1.302153 2019-01-03 08:39:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM verification and state awareness 1.302152 2018-12-26 12:21:32-08:00 America/Los_Angeles (TRIAL RELEASE) - More Instance.t improvements - Add trace to SHM error when possible 1.302151 2018-12-20 11:05:47-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix another locale error in Instance.t 1.302150 2018-12-20 10:57:09-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix locale error in Instance.t - Windows test fixes - perl 5.6 test fixes 1.302149 2018-12-20 09:47:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Even more SHM error improvements 1.302148 2018-12-17 13:08:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Further Improve SHM error message 1.302147 2018-12-17 12:59:14-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM error message 1.302146 2018-12-17 09:06:44-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM test to work on machines without SHM 1.302145 2018-12-12 11:26:32-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix localization error in new test (#820) 1.302144 2018-12-12 09:51:25-08:00 America/Los_Angeles (TRIAL RELEASE) - Add tests for shmwrite fix (#815) 1.302143 2018-12-11 19:10:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix failure to check error code on shmwrite (#815) 1.302142 2018-12-11 11:55:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix #814 Windows fork+test failure - Fix #819 Documentation updates - Fix #810 Verbose TAP newline regression - Fix #817 local $TODO bug - Fix #812 Another local $TODO bug - Fix #815 shm read warning - Merge doc fix PR's from magnolia-k (thanks!)
* Update Math-BigInt-FastCalc to CPAN version 0.5008Chris 'BinGOs' Williams2019-01-181-1/+1
| | | | | | | | | | | | [DELTA] 0.5008 2018-10-09 * Update MANIFEST.SKIP. * Sync test files with Math-BigInt. * Better Makefile.PL.
* Update Math-BigInt to CPAN version 1.999816Chris 'BinGOs' Williams2019-01-1811-558/+3791
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.999816 2018-10-26 * bnok() for Math::BigInt and Math::BigFloat now support the full Kronenburg extension. The behaviour is identical to the behaviour of the Maple and Mathematica function for negative integers n, k. Add tests. This closes CPAN RT #95628. * Fix POD errors. This closes CPAN RT #125141. 1.999815 2018-10-19 * Move bitwise operators signed and, signed or, and signed xor from lib/Math/BigInt/CalcEmu.pm into lib/Math/BigInt/Lib.pm. The file lib/Math/BigInt/CalcEmu.pm is no longer needed and thus removed. 1.999814 2018-10-01 * Add to_base() and from_base() to Math::BigInt and corresponding library methods _to_base() and _from_base() to Math::BigInt::Lib. This was inspired by CPAN RT #122681. * Fix Makefile.PL to reflect that Test::More is only needed for testing, not for building. * In the documentation for each of the to_(bin|hex|oct|bytes) methods, add a reference to the corresponding from_(bin|hex|oct|bytes) method.