2016-05-03 05:04:43 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated to devel/p5-List-MoreUtils 0.415
----------------------------------------
0.415 2016-05-01
- Release 0.414_001 as 0.415 without further changes
0.414_001 2016-04-13
- fix RT#75727 - after's XS implementation call XSRETURN(-1) when it
doesn't find an element (2nd patch provided by Reini Urban,
regression test provided by Tony Cook)
- fix RT#113117 - XS's minmax() sometimes return undef (perl >= 5.20),
thanks PERLANCAR and SREZIC
- explicit test for thesis in RT#110998 - XS implementation of pairwise
fails with memory allocation error when there are more return values
than in original lists -- thesis is proven wrong
- efficiency improvements by bulk88
- improve some tests to get clearer reports
- distinguish between "Makefile.PL find's a .git directory" and
"Makefile.PL runs in maintainer mode"
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
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.
|
2015-06-14 18:46:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.413:
0.413 2015-06-10
- Fix compiling in c++ mode (depreciated, but some people seem to
require it). Solves RT#104690
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-05-23 02:04:47 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.410 to 0.412
---------------------
0.412 2015-05-19
- release 0.411_001 without further changes
0.411_001 2015-05-11
- move generation of test endpoints to author stage as requested per issue/#9
- add a rough guide for contributors
- fix rt#103251 to avoid removing bundled stuff by accident
- Fix compilation errors under cl (Thanks to jddurand)
|
2015-04-03 00:44:46 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.410:
0.410 2015-03-30
- release 0.409_003 after no further issues came up
0.409_003 2015-03-27
- update bundled bootstrap modules
* Data::Tumbler to 0.010
* Test::WriteVariants to 0.012
* Config::AutoConf to 0.311
- fix spelling (and add stop-words for names etc. in author tests)
0.409_002 2015-03-23
- fix multiple mg_get can break weird tie's (thanks to leont)
- fix test run using PERL5OPT=d:Confess (thanks kentl & ribasushi)
- use base instead of parent, cause parent isn't bundled before 5.10.1
(smoke report from SREZIC)
- update bundled modules (for bootstrapping) and ppport.h (from 3.25
to 3.31)
0.409_001 2015-03-21
- fix RT#102885: uniq bug broke tied array (reported by louying@pwrd.com)
- fix issue/8: Macros introduced in dfd851147f cause problems with MSVC
(reported by A. Sinan Unur)
- Update ppport.h from 3.25 to 3.31
0.408 2015-03-18
- fix RT#102840: uniq broken for call-by-function-return (reported by
Jean-Damien Durand), with a new test case thanks to Thomas Sibley
- fix RT#102853: hent_val accesses (reported by Brad Forschinger with
a reasonable patch)
- fix RT#102833: Compilation error with perl 5.21.7+ (reported by
Slaven Rezic)
- fix regex for RT#44518 test
0.407 2015-03-17
- Added one(), onlyidx(), onlyval() (RT#73134, MHASCH) and onlyres()
- improve XS maintainability
- document how uniq/distinct deal with undef (RT#49800)
- add bsearchidx to satisfy RT#63470
- add singleton to satisfy RT#94382
- fix RT#82039 - uniq changes the type of its arguments
- fix RT#44518 again
|
2015-03-05 08:01:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.406:
0.406 2015-03-03
- add new functions firstres and lastres in addition to firstidx, lastidx,
firstval and lastval
- regenerate MANIFEST to bundle README.md
|
2015-02-17 14:12:14 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.405:
0.405 2015-02-14
- fix RT#78527 - first_val/last_val in documentation
- fix RT#102055 - ExtUtils::MakeMaker required version absurdly high
- update README (deploy it as README.md now)
- fix compiler issue for older/ansi-c89 compilers
- remove local compat workarounds in favour for ppport.h
|
2015-02-01 19:27:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.404:
0.404 2015-01-28
- fix ancient toolchains (PREREQ_PM &Co. set appropriately),
reported by ilmari
- bump version required of Test::More to 0.96 (#toolchain
calls it a "sane subset")
- fix some meta-data #toolchain pointed out
|
2015-01-28 23:15:09 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.403:
0.403 2015-01-27
- remove most recent stable perl recommendation from meta to
workaround misbehaving CPAN clients blocking update
- update copyright date
- ensure AUTHOR is a string on older toolchains
|