This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Carp: Speed up longmess some more
[perl5.git] / dist / constant / t /
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in dist
2016-06-05 Dominic Hargreavesconstant: don't skip the E2BIG test on Hurd, but improv...
2016-06-04 Dominic Hargreavesconstant: skip E2BIG test on GNU/Hurd
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-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 Chrysostomosconstant.pm: Make list constants read-only
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-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
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/