summaryrefslogtreecommitdiff
path: root/vxs.inc
Commit message (Expand)AuthorAgeFilesLines
* Correct build time warning for vxs.incTodd Rinaldo2020-10-051-1/+1
* Update version to CPAN version 0.9928Todd Rinaldo2020-10-021-22/+5
* move the implementation of %-, %+ into coreTony Cook2019-12-041-1/+1
* Synch cpan/version/* and other files with CPAN version 0.9921.John Peacock2018-04-121-1/+1
* get rid of "implicit fallthrough" warnings with gcc 7Lukas Mai2017-10-131-1/+1
* Update core with version 0.9918John Peacock2017-06-011-5/+6
* vxs.inc: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-1/+1
* Import version.pm 0.9914 from CPANJohn Peacock2016-03-171-12/+6
* vutil.c, vxs.inc: Avoid warnings from -Wmissing-prototypes -Wundef -Wunused-l...Brian Fraser2014-02-041-1/+1
* And now the rest of the sync to 0.9908John Peacock2014-02-041-36/+45
* Lots of C optimizations for both speed/correctnessJohn Peacock2014-01-181-78/+81
* vxs.inc: Move code to after declarationsKarl Williamson2014-01-041-1/+2
* Ensure that version::_VERSION is always exportedJohn Peacock2014-01-041-4/+3
* Grab latest changes from CPAN 0.9905John Peacock2014-01-041-1/+1
* Integrate CPAN version.pm release into coreJohn Peacock2014-01-041-2/+2
* vxs.inc: Fix thinkoFather Chrysostomos2014-01-041-2/+2
* Use VXS_ prefix for XSUB bodies in CPAN versionFather Chrysostomos2014-01-041-40/+43
* Integrate the rest of CPAN’s vxs.incFather Chrysostomos2014-01-041-62/+49
* vxs.inc: Disallow multiple args to XS_version_normalFather Chrysostomos2014-01-041-7/+7
* [rt.cpan.org #88495] bad string comparison in version->qvFather Chrysostomos2014-01-041-2/+2
* vxs.inc: Integrate the CPAN version of version_newFather Chrysostomos2014-01-041-38/+48
* [rt.cpan.org #88495] version->new str cmp bugFather Chrysostomos2014-01-041-1/+2
* vxs.inc: Import UNIVERSAL::VERSION from CPANFather Chrysostomos2014-01-041-30/+56
* vxs.inc: arg list checking for UNIVERSAL::VERSIONFather Chrysostomos2014-01-041-0/+3
* vxs.inc: Add dVAR define for CPAN useFather Chrysostomos2014-01-041-0/+4
* vxs.inc: Don’t hard-code class nameFather Chrysostomos2014-01-041-28/+42
* Extract version routines into two new filesFather Chrysostomos2014-01-041-0/+411