This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document string- and number-specific bitops in perlop
[perl5.git] / dist / constant /
2015-01-25 James RaspassAvoid constant.pm depending on vars.pm
2014-08-26 Father Chrysostomosconstant.pm: Document fully-qualified constant names
2014-08-26 Father Chrysostomosconstant.pm: Remove doc reference to compile-time checking
2014-08-26 Father Chrysostomosconstant.pm: Remove redundant truth checks
2014-08-26 Father Chrysostomosconstant.pm: outdated comment
2014-08-26 Father ChrysostomosIncrease $constant::VERSION to 1.32
2014-08-26 Father ChrysostomosAllow package name in ‘use constant’ constants
2014-08-25 Father ChrysostomosRemove compile-time checking of rv2?v with const kid
2013-12-27 Father ChrysostomosIncrease $constant::VERSION to 1.31
2013-12-27 Father ChrysostomosRemove constant.pm-specific behaviour from Internals...
2013-11-30 Father ChrysostomosIncrease $constant::VERSION to 1.30
2013-11-30 Father Chrysostomosconstant.pm: Make elements of list consts read-only
2013-11-14 Father Chrysostomosconstant.pm: Consistent spaces after dots in pod
2013-11-14 Father ChrysostomosIncrease $constant::VERSION to 1.29
2013-08-12 Father Chrysostomosconstant.pm: Note that list constants are not
2013-08-04 Father ChrysostomosDon’t let list const modification affect future retvals
2013-07-28 Father Chrysostomos[perl #119045] Make list constant mutable again
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father ChrysostomosUpdate constant.pm to reflect list inlinement
2013-07-26 Father Chrysostomosconstant.pm: Make list constants read-only
2013-07-26 Father ChrysostomosIncrease $constant::VERSION to 1.28
2013-07-26 Father ChrysostomosStop constant.pm from (ab)using subs for scalars
2013-07-26 Father Chrysostomosconstant.t: Correct version
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father ChrysostomosTest (im)mutability of constants and constant-like...
2013-03-20 Brad GilbertMake utf8 downgrading in constant.pm, version dependent
2013-03-18 Karl Williamsonconstant.pm: Rmv ref in pod to non-existent module
2013-01-19 James E KeenanRemove checks for Perl 5.6; adjust tests; bump version...
2012-12-06 Sébastien Aperghis... dist/constant/t/utf8.t: Skip tests for early Perls
2012-09-04 Sébastien Aperghis... Make dual-lived constant.pm work on 5.8 again
2011-10-06 Father ChrysostomosIncrease $constant::VERSION from 1.22 to 1.23
2011-10-06 Father Chrysostomosconstant.pm: Disable the UTF8 downgrade when unnecessary
2011-05-21 Father ChrysostomosRevert "Revert "Missing bug number in d12b49d""
2011-05-21 Father ChrysostomosIncrease constant’s version
2011-04-19 Father ChrysostomosRevert "Missing bug number in d12b49d"
2011-04-19 Father ChrysostomosMissing bug number in d12b49d
2011-04-18 Father ChrysostomosMake Unicode constants under use utf8 work again
2010-09-08 Florian RagwitzMove test for #76540 to op/gv.t
2010-07-24 David Mitchell[perl #76540] "print CONSTANT," gives double-free
2009-12-15 Zefram[perl #68640] Wrong error for undef constant name
2009-09-29 Nicholas ClarkMove constant from ext/ to dist/