CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/B-C.parsed  view on Meta::CPAN

{
  "preamble" => "-*- change-log -*-\n\tStarted on CPAN with B-C-1.04_12\n\tThe Perl compiler was in CORE from alpha4 until Perl 5.9.4\n\tand worked quite fine with Perl 5.6 and 5.8",
  "raw_preamble" => "-*- change-log -*-\n\tStarted on CPAN with B-C-1.04_12\n\tThe Perl compiler was in CORE from alpha4 until Perl 5.9.4\n\tand worked quite fine with Perl 5.6 and 5.8\n\n",
  "releases" => [
    {
      "date" => "2014-02-11",
      "entries" => [
        {
          "line" => 7,
          "raw" => "        * C: reset PL_stack_sp on init (was one too far). no effects on code.\n",
          "style" => "*",
          "text" => "C: reset PL_stack_sp on init (was one too far). no effects on code."
        },
        {
          "line" => 8,
          "raw" => "        * t/issue281.t: fix wrong test (\$[ vs \$])\n\n",
          "style" => "*",
          "text" => "t/issue281.t: fix wrong test (\$[ vs \$])"
        }
      ],
      "line" => 6,
      "note" => "rurban",
      "raw" => "1.45\t2014-02-11 rurban\n",
      "raw_date" => "2014-02-11",
      "version" => "1.45"
    },
    {
      "date" => "2014-02-10",
      "entries" => [
        {
          "line" => 11,
          "raw" => "        added adjusted CORE testsuite for 5.14. passes for 5.14.4-nt, not for 5.18.2-nt\n",
          "style" => "",
          "text" => "added adjusted CORE testsuite for 5.14. passes for 5.14.4-nt, not for 5.18.2-nt"
        },
        {
          "line" => 12,
          "raw" => "\t(cPanel code_monkeys)\n",
          "style" => "",
          "text" => "(cPanel code_monkeys)"
        },
        {
          "entries" => [
            {
              "line" => 14,
              "raw" => "\t  - global destruction (use lexicals!),\n",
              "style" => "-",
              "text" => "global destruction (use lexicals!),"
            },
            {
              "line" => 15,
              "raw" => "\t  - attribute handlers,\n",
              "style" => "-",
              "text" => "attribute handlers,"
            },
            {
              "line" => 16,
              "raw" => "\t  - compile-time perlio layers\n\n",
              "style" => "-",
              "text" => "compile-time perlio layers"
            }
          ],
          "line" => 13,
          "raw" => "\tstill missing in general are:\n",
          "style" => "",
          "text" => "still missing in general are:"
        },
        {
          "line" => 18,
          "raw" => "        * C: Fix -O3 with ~ and ~~ formatstrings (#277)\n\tFix SvLEN and PV ptr for empty shared hash keys (#272)\n        Use the natural \@dl_modules boot order, just put attributes to the front (#259)\n\tStore cop_hints to supp...
          "style" => "*",
          "text" => "C: Fix -O3 with ~ and ~~ formatstrings (#277) Fix SvLEN and PV ptr for empty shared hash keys (#272) Use the natural \@dl_modules boot order, just put attributes to the front (#259) Store cop_hints to support lexical numeric hint...
        },
        {
          "line" => 29,
          "raw" => "\t* CC (1.14): Skip saving non-existing methods analog to B::C 1.43_06 (CC test 50)\n",
          "style" => "*",
          "text" => "CC (1.14): Skip saving non-existing methods analog to B::C 1.43_06 (CC test 50)"

corpus/dists/B-C.parsed  view on Meta::CPAN

          "raw" => "\tfail sometimes. Tested ok with strawberry 5.10.1\n\n",
          "style" => "",
          "text" => "fail sometimes. Tested ok with strawberry 5.10.1"
        },
        {
          "line" => 715,
          "raw" => "\t* C.pm: fixed evaltry (test 12) mostly, NVX was shared with 2 xpad_cop_seq ints\n\t  which accidently just worked before 1.17 with %s, but not after changing\n\t  to the %g representation.\n\tIgnore unused random (overlong) xpvi...
          "style" => "*",
          "text" => "C.pm: fixed evaltry (test 12) mostly, NVX was shared with 2 xpad_cop_seq ints which accidently just worked before 1.17 with %s, but not after changing to the %g representation. Ignore unused random (overlong) xpviv IV, causing \"...
        },
        {
          "line" => 726,
          "raw" => "\t* CC.pm (1.07): added -fslow-signals.\n\tDisabled inlined pp_enter: Fails on empty cxstack.\n\tBacked out inlining of enterloop: GIMME_V fails on freebsd7\n\tRemove strawberry PerlProc_setjmp definition, #define PERL_CORE fixed ...
          "style" => "*",
          "text" => "CC.pm (1.07): added -fslow-signals. Disabled inlined pp_enter: Fails on empty cxstack. Backed out inlining of enterloop: GIMME_V fails on freebsd7 Remove strawberry PerlProc_setjmp definition, #define PERL_CORE fixed that"
        },
        {
          "line" => 730,
          "raw" => "\t* Bytecode.pm (1.06): same NVX => xpad_cop_seq fix as in C.pm, added 2 new\n\t  bytecodes (cop_seq_low, cop_seq_high), fixed tests 9,10,12. Passes\n\t  all tests > 5.6 now.\n",
          "style" => "*",
          "text" => "Bytecode.pm (1.06): same NVX => xpad_cop_seq fix as in C.pm, added 2 new bytecodes (cop_seq_low, cop_seq_high), fixed tests 9,10,12. Passes all tests > 5.6 now."
        },
        {
          "line" => 733,
          "raw" => "\t* bytecode.pl: added cop_seq_low (155), cop_seq_high (156) instead of xnv.\n\t  No conversion code for loading older bytecode needed, but fragile (double => 2 int)\n",
          "style" => "*",
          "text" => "bytecode.pl: added cop_seq_low (155), cop_seq_high (156) instead of xnv. No conversion code for loading older bytecode needed, but fragile (double => 2 int)"
        },
        {
          "line" => 735,
          "raw" => "\t* t/modules.t: refactored by Todd Rinaldo (toddr). 4*tests per module:\n\t  -s a, exitcode 0, ok, no warnings on stderr\n",
          "style" => "*",
          "text" => "t/modules.t: refactored by Todd Rinaldo (toddr). 4*tests per module: -s a, exitcode 0, ok, no warnings on stderr"
        },
        {
          "line" => 737,
          "raw" => "\t* t/TESTS: added 38, failing on CC (Nick Koston).\n\tadded 39, failing everywhere.\n",
          "style" => "*",
          "text" => "t/TESTS: added 38, failing on CC (Nick Koston). added 39, failing everywhere."
        },
        {
          "line" => 739,
          "raw" => "\t* t/test.pl: refactor: Try to timeout on all tests (compiler and exec) if\n\t  IPC::Run is installed\n",
          "style" => "*",
          "text" => "t/test.pl: refactor: Try to timeout on all tests (compiler and exec) if IPC::Run is installed"
        },
        {
          "line" => 741,
          "raw" => "\t* MANIFEST, *.pod: Moved conference pods to ramblings,\n\tremoved lib/B/Asmdata.pm again, added t/qr_loaded_module.pm\n",
          "style" => "*",
          "text" => "MANIFEST, *.pod: Moved conference pods to ramblings, removed lib/B/Asmdata.pm again, added t/qr_loaded_module.pm"
        },
        {
          "line" => 743,
          "raw" => "\t* t/testm.sh, t/modules.pm: added, -t not working yet though\n",
          "style" => "*",
          "text" => "t/testm.sh, t/modules.pm: added, -t not working yet though"
        },
        {
          "line" => 744,
          "raw" => "\t* t/b.t: \$[ => \$]\n\n",
          "style" => "*",
          "text" => "t/b.t: \$[ => \$]"
        }
      ],
      "line" => 711,
      "note" => "rurban",
      "raw" => "1.19\t2010-02-13 rurban\n",
      "raw_date" => "2010-02-13",
      "version" => "1.19"
    },
    {
      "date" => "2010-02-06",
      "entries" => [
        {
          "line" => 747,
          "raw" => "\tevaltry (test 12) still broken on most systems.\n\n",
          "style" => "",
          "text" => "evaltry (test 12) still broken on most systems."
        },
        {
          "line" => 749,
          "raw" => "\t* C.pm, C.xs: fixed r-magic for 5.6 (ExtUtils::Install,\n\t  File::Temp, Template::Stash). need tests for run-time checks (33).\n\t  5.6 misses MG->pregcomp\n",
          "style" => "*",
          "text" => "C.pm, C.xs: fixed r-magic for 5.6 (ExtUtils::Install, File::Temp, Template::Stash). need tests for run-time checks (33). 5.6 misses MG->pregcomp"
        },
        {
          "line" => 752,
          "raw" => "\t* t/modules.t: check for a.out (test from toddr)\n",
          "style" => "*",
          "text" => "t/modules.t: check for a.out (test from toddr)"
        },
        {
          "line" => 753,
          "raw" => "\t* Makefile.PL: create lib/B/Asmdata.pm beforehand (toddr)\n",
          "style" => "*",
          "text" => "Makefile.PL: create lib/B/Asmdata.pm beforehand (toddr)"
        },
        {
          "line" => 754,
          "raw" => "\t* ByteLoader: fixed duplicate + missing bl_header for bsd and Darwin\n\t  (test from toddr)\n",
          "style" => "*",
          "text" => "ByteLoader: fixed duplicate + missing bl_header for bsd and Darwin (test from toddr)"
        },
        {
          "line" => 756,
          "raw" => "\t* test 37 added - AV self-refs, analog to HVs (never failed, just to\n\t  be sure).\n\tRemoved -qq from 5.6 tests.\n\n",
          "style" => "*",
          "text" => "test 37 added - AV self-refs, analog to HVs (never failed, just to be sure). Removed -qq from 5.6 tests."
        }
      ],
      "line" => 746,
      "note" => "rurban",
      "raw" => "1.18\t2010-02-06 rurban\n",
      "raw_date" => "2010-02-06",
      "version" => "1.18"
    },
    {
      "date" => "2010-02-03",
      "entries" => [
        {
          "line" => 761,
          "raw" => "\tFixed now most module failures, non-threaded at least: bootstrap was in\n",



( run in 1.047 second using v1.01-cache-2.11-cpan-364913b4093 )