This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In runenv.t, don't automatically add -I../lib to the test program's arguments.
[perl5.git] / t / comp / hints.t
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.