This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix assertion failure with $x[CONST->[0]]
[perl5.git] / t / comp / hints.t
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-09-03 Father ChrysostomosGet t/comp/hints.t working under miniperl
2014-08-24 Father ChrysostomosPartial minitest fix-up
2012-06-15 Father ChrysostomosLet hints.t run at the top level
2012-04-16 Father Chrysostomos[perl #112444] Don’t leak %^H autovivified by destructor
2012-04-11 David Mitchellstop %^H pointing to being-freed hash; #112326
2012-01-27 Father ChrysostomosAllow ${^WARNING_BITS} to turn off lexical warnings
2011-12-23 Father ChrysostomosDon’t double-free hint hash if copying dies
2011-12-21 Father ChrysostomosCopy hints from tied hh to inner compile scopes
2011-12-20 Father Chrysostomos[perl #106282] Don’t crash cloning tied %^H
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2010-03-03 Jan DuboisSetup @INC at compile time because commit ec34a119...
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2009-10-16 Nicholas ClarkMove tests for $[ from comp/hints.t to op/array_base.t
2009-10-09 Nicholas ClarkMove the require './test.pl' to the end of t/comp/hints.t
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-20 Robin Houston[TEST PATCH] %^H can now propagate into eval
2004-03-26 Dave Mitchellfix for change #22594; if using test.pl, must tell...
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-06 Rafael Garcia-SuarezMore regression tests for $^H and %^H.
2002-04-30 Rafael Garcia-SuarezFix bug id 20020427.004 on %^H.