Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (47m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 11:18:03 UTC Now

2023-12-16 10:39:49 UTC MAIN commitmail json YAML

(devel/p5-Devel-NYTProf) Updated 6.12 to 6.14

  Changes in Devel::NYTProf 6.14 - 18th Oct 2023
    There should be no significant differences in the performance of
    Devel-NYTProf from that of the previous release. This release is
    primarily maintenance- focused.

    More build-time warnings using recent versions of C compilers have been
    eliminated, particularly with recent production releases of Perl. Thanks
    to Karl Williamson for guidance on updating ppport.h and using it to
    update NYTProf.xs.

  Changes in Devel::NYTProf 6.13 - 10th Oct 2023
    There should be no significant differences in the performance of
    Devel-NYTProf from that of the previous release. This release is
    primarily maintenance- focused.

    The largest difference in the distribution is the removal of the
    nytprofpf program (GH 206
    <https://github.com/timbunce/devel-nytprof/pull/206>). This program was
    written for an open-source software competition which is no longer being
    held.

    Other changes include:

    Removal of remaining reference to Travis CI (GH 202
    <https://github.com/timbunce/devel-nytprof/pull/202>).

    Elimination of 'bad-function-cast' warnings during 'make' (GH 205
    <https://github.com/timbunce/devel-nytprof/pull/205>).

    Correction of typographic error in nytprofhtml thanks to Amory Meltzer
    (GH 210 <https://github.com/timbunce/devel-nytprof/pull/210>).

    Depending on Per version, skip one test file that was exercising 'given'
    and 'when' keywords (now deprecated) (GH 211
    <https://github.com/timbunce/devel-nytprof/pull/211>).

    Elimination of the 'register' keyword from NYTProf.xs (partial
    resolution of GH 191
    <https://github.com/timbunce/devel-nytprof/issues/191>) which is
    forbidden as of ISO C++17.

(mef)