This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_unwind_loop(): remove opname param
[perl5.git] / vxs.inc
2014-02-04 Brian Fraservutil.c, vxs.inc: Avoid warnings from -Wmissing-prototy...
2014-02-04 John PeacockAnd now the rest of the sync to 0.9908
2014-01-19 John PeacockLots of C optimizations for both speed/correctness
2014-01-04 Karl Williamsonvxs.inc: Move code to after declarations
2014-01-04 John PeacockEnsure that version::_VERSION is always exported
2014-01-04 John PeacockGrab latest changes from CPAN 0.9905
2014-01-04 John PeacockIntegrate CPAN version.pm release into core
2014-01-04 Father Chrysostomosvxs.inc: Fix thinko
2014-01-04 Father ChrysostomosUse VXS_ prefix for XSUB bodies in CPAN version
2014-01-04 Father ChrysostomosIntegrate the rest of CPAN’s vxs.inc
2014-01-04 Father Chrysostomosvxs.inc: Disallow multiple args to XS_version_normal
2014-01-04 Father Chrysostomos[rt.cpan.org #88495] bad string comparison in version->qv
2014-01-04 Father Chrysostomosvxs.inc: Integrate the CPAN version of version_new
2014-01-04 Father Chrysostomos[rt.cpan.org #88495] version->new str cmp bug
2014-01-04 Father Chrysostomosvxs.inc: Import UNIVERSAL::VERSION from CPAN
2014-01-04 Father Chrysostomosvxs.inc: arg list checking for UNIVERSAL::VERSION
2014-01-04 Father Chrysostomosvxs.inc: Add dVAR define for CPAN use
2014-01-04 Father Chrysostomosvxs.inc: Don’t hard-code class name
2014-01-04 Father ChrysostomosExtract version routines into two new files