CPAN-Changes

 view release on metacpan or  search on metacpan

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

          ],
          "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)"
        },
        {
          "line" => 30,
          "raw" => "\t* perlcc (2.17): Accept -A for -DALLOW_PERL_OPTIONS\n",
          "style" => "*",
          "text" => "perlcc (2.17): Accept -A for -DALLOW_PERL_OPTIONS"
        },
        {
          "line" => 31,
          "raw" => "\t* t/testc.sh: Accept -A for -DALLOW_PERL_OPTIONS\n\n",
          "style" => "*",
          "text" => "t/testc.sh: Accept -A for -DALLOW_PERL_OPTIONS"
        }
      ],
      "line" => 10,
      "note" => "rurban",
      "raw" => "1.44\t2014-02-10 rurban\n",
      "raw_date" => "2014-02-10",
      "version" => "1.44"
    },
    {
      "date" => "2014-01-15",
      "entries" => [
        {
          "line" => 34,
          "raw" => "\tnew 5.16, and partial 5.18, 5.20 and windows support.\n",
          "style" => "",
          "text" => "new 5.16, and partial 5.18, 5.20 and windows support."
        },
        {
          "line" => 35,
          "raw" => "        Many more fixes and testcases.\n",
          "style" => "",
          "text" => "Many more fixes and testcases."
        },
        {
          "line" => 36,
          "raw" => "        Bytecode is still broken on 5.18, esp non-threaded. 5.20 looks pretty good though.\n\n",
          "style" => "",
          "text" => "Bytecode is still broken on 5.18, esp non-threaded. 5.20 looks pretty good though."
        },
        {
          "line" => 38,
          "raw" => "        * C: Fix -u<module> without file extension.\n\tWith hek do not drop FAKE, only for const pv.\n\tFixed \$\$ (\$PID) to be dynamic, issue 108. Thanks to flexvault for reporting this.\n        Fixed double precision to 16 dig...
          "style" => "*",
          "text" => "C: Fix -u<module> without file extension. With hek do not drop FAKE, only for const pv. Fixed \$\$ (\$PID) to be dynamic, issue 108. Thanks to flexvault for reporting this. Fixed double precision to 16 digits. The nbody shootout ...
        },
        {
          "line" => 101,
          "raw" => "        * perlcc (2.14): new option --dryrun, -v5 does not -Dsp,-v\n         new option -f passthru to C and CC\n",
          "style" => "*",
          "text" => "perlcc (2.14): new option --dryrun, -v5 does not -Dsp,-v new option -f passthru to C and CC"
        },
        {
          "line" => 103,
          "raw" => "        * perlcc (2.15): fixed default --spawn: use waitpid which was broken for parallel builds.\n        fixed warning Prototype mismatch: sub main::gettimeofday: none vs () at perlcc line 261\n        improved --version\n      ...
          "style" => "*",
          "text" => "perlcc (2.15): fixed default --spawn: use waitpid which was broken for parallel builds. fixed warning Prototype mismatch: sub main::gettimeofday: none vs () at perlcc line 261 improved --version added --perlopts to handle -DALLOW...
        },
        {
          "line" => 107,
          "raw" => "        * perlcc (2.16): changed output name rules:\n        Without given output file name we use the name of the input file (in the subdir)\n        or with -e a.out resp. a.exe and a randomized intermediate C filename.\n       ...
          "style" => "*",
          "text" => "perlcc (2.16): changed output name rules: Without given output file name we use the name of the input file (in the subdir) or with -e a.out resp. a.exe and a randomized intermediate C filename. If the input file is an absolute pa...
        },
        {
          "line" => 111,
          "raw" => "\t* CC (1.13): Use the B::C integer and double precision logic (ivx, nvx).\n        Fixed double precision to 16 digits. The nbody shootout is now 2x faster than perl.\n        Added optimizations: -fno-magic, -fno-autovivify, -fa...
          "style" => "*",
          "text" => "CC (1.13): Use the B::C integer and double precision logic (ivx, nvx). Fixed double precision to 16 digits. The nbody shootout is now 2x faster than perl. Added optimizations: -fno-magic, -fno-autovivify, -faelem Detect \"no auto...
        },
        {
          "line" => 118,
          "raw" => "\t* Bytecode (1.14): fixed require and op_first, issue 97\n\tFixed regex_pad offset in threaded perls >= 5.11, issue 68.\n        New type B::PAD isa B::AV (PADLIST for 5.17.5),\n        New bytecodes newpadlx, padl_name, padl_sym...
          "style" => "*",
          "text" => "Bytecode (1.14): fixed require and op_first, issue 97 Fixed regex_pad offset in threaded perls >= 5.11, issue 68. New type B::PAD isa B::AV (PADLIST for 5.17.5), New bytecodes newpadlx, padl_name, padl_sym (PADLIST for 5.17.5) Fi...
        },
        {
          "line" => 132,
          "raw" => "\t* ByteLoader (0.10): set sv_refcnt to 1 in newsv to skip most defaults\n",
          "style" => "*",
          "text" => "ByteLoader (0.10): set sv_refcnt to 1 in newsv to skip most defaults"
        },
        {
          "line" => 133,
          "raw" => "        * Assembler (1.11): allow \"newpadlx 0\"\n",
          "style" => "*",
          "text" => "Assembler (1.11): allow \"newpadlx 0\""
        },
        {
          "line" => 134,
          "raw" => "        * Disassembler (1.12): use B::Concise op_flags and private_flags\n",
          "style" => "*",
          "text" => "Disassembler (1.12): use B::Concise op_flags and private_flags"
        },
        {
          "line" => 135,
          "raw" => "\t* Stash (1.03): fix compilation for 5.8.8 and below: gv_fetchsv missing\n",
          "style" => "*",
          "text" => "Stash (1.03): fix compilation for 5.8.8 and below: gv_fetchsv missing"
        },
        {
          "line" => 136,
          "raw" => "\t* t/perldoc.t: perlcc fails with 5.8 because Cwd disturbs the\n\t  fragile method package finder for File::Spec. Use cc_harness.\n\n",
          "style" => "*",
          "text" => "t/perldoc.t: perlcc fails with 5.8 because Cwd disturbs the fragile method package finder for File::Spec. Use cc_harness."



( run in 1.160 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )