Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rurban/perl-compiler

Tags

1.57

Toggle 1.57's commit message
Hotfix Release 1.57

Makefile.PL: fix wrong t/modules.pm dependency

1.56

Toggle 1.56's commit message
Release 1.56

with updated log.modules and docs.
fixup log. version suffices in the Makefile.
Update t/CORE results.

1.55_10

Toggle 1.55_10's commit message
travis: update

1.55_09

Toggle 1.55_09's commit message
C.xs: silence -Wunused-variable targ

1.55_08

Toggle 1.55_08's commit message
Release 1.55_08

fixed REGEXP since 5.27.3, issue 143.

1.55_07

Toggle 1.55_07's commit message
Release 1.55_07

to be tested with cperl 5.27.3c

1.55_04

Toggle 1.55_04's commit message
C: fix %cvstashname, add t/testc/sh 411

fix mingw importlib name.

use the B $padlist->id, $padlist->outid methods,
remove our variant from C.xs,
I've overlooked these. (undocumented in B).

1.55_03

Toggle 1.55_03's commit message
B::C: 1.55_03 after 5.26.0

5.26.0 is still not supported though.
just syncing latest fixes from cperl, which is supported.

1.55_02

Toggle 1.55_02's commit message
B::C 1.55_02: various fixes

Fix hints/522_patched.pl dependency on C.so [cpan #120161]
Fixed t/sigs.t test TODOs
More 5.24 CC and 5.25 TODOs
re-add appveyor.yml (but with mingw)

1.55_01

Toggle 1.55_01's commit message
C 1.54_17/1.55_01: pushre/split optimization with 5.26

pushre was replaced by the new split PMOP.