This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid uninit warning for qq|${\<<FOO}|
[perl5.git] / t / op / magic.t
2012-08-15 Steve HayFix t/op/magic.t on Windows
2012-08-04 Steve HayRemove CR characters from raw input in op/magic.t on...
2012-08-04 Tony Cookavoid decoding on input in the new tests added in 613c63b4
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-01-14 Father Chrysostomosmagic.t: Correct miniperl skip count
2012-01-14 Father Chrysostomosdefined *{"+"} should not stop %+ from working
2012-01-14 Father Chrysostomosdefined *{"!"} should not stop %! from working
2012-01-10 Father Chrysostomos[perl #24237] @& should not stop $& from working
2011-12-01 Father Chrysostomos[perl #105024] UNIVERSAL::AUTOLOAD and %+
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-09-27 Nicholas ClarkWhere available, use _NSGetExecutablePath() to make...
2011-09-27 Nicholas ClarkWhere available, use sysctl() with KERN_PROC_PATHNAME...
2011-09-01 Father Chrysostomos[perl #97492] Tests & delta for defined ${"::!"}
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-22 Tony Cookskip the defined *+ and *- tests on miniperl
2011-08-22 Father ChrysostomosAdd tests for defined(*builtin)
2011-06-14 Nicholas ClarkIn magic.t, restore $$ after modifying it.
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-03-26 David Mitchellskip some tests under -Uusedl
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-03-06 Nicholas ClarkFix magic.t's expectation for $^X under minitest when...
2011-02-23 Nicholas ClarkMove the tests that blow away %ENV to the end of t...
2011-02-22 Nicholas ClarkAvoid loading modules for %! and %+ on meeting %{...
2011-02-21 Nicholas ClarkBreak out the test for #27839 into a new test file.
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/magic.t
2010-05-31 Tony Cookmove the fresh_perl() tests above the environment tests
2010-05-29 Nicholas ClarkWhen assigning to $^P, don't zero $DB::single, $DB...
2010-04-21 David Mitchellfollow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchellmark two magic.t tests as TODO
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2010-02-16 Nicholas ClarkFix #72850 - reading $! shouldn't SEGV if Strerror...
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-07-29 Rafael Garcia-SuarezMake test pass with -t
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-04 Nicholas ClarkAssuming that $SIG{PIPE} is not set can be bogus when...
2009-05-26 John E. Malmbergpatch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-22 Craig A. BerryTODO must be on same line as message for TAP.
2009-05-20 Nicholas ClarkPerl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 Nicholas ClarkConvert t/op/magic.t to use test.pl
2008-07-03 Steve HayFix test count that was missed in #34092
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2007-09-07 Jerry D. HeddenFix t/op/magic.t failures under Cygwin
2007-04-19 Brandon BlackRe: new C3 MRO patch
2006-02-20 Yitzchak Scott-Tho... op/magic failure on cygwin after 1.5.19-4
2005-12-20 Rafael Garcia-SuarezRemove some hardcoded references to ./perl in tests
2005-08-30 John E. Malmberg[patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
2005-07-04 Steve HayAdd regression test for change 25062
2005-06-30 Dave Mitchell[perl #36434] assigning shared consts (eg __PACKAGE__...
2005-06-30 Rafael Garcia-SuarezAdd TODO tests for bug #36434
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2004-12-01 Ingo Weinhold[perl #32717] BeOS specific Updates
2004-03-24 Nicholas Clarkmintest will pass if I skip the correct number of tests...
2004-03-23 Hugo van der SandenFix bug [perl #27839] returning @+ out of scope loses...
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
2003-09-17 Ilya Zakharevichmagic.t
2003-08-25 Marcus Holland-Moritzvalgrind update
2003-07-03 Slaven Rezict/op/magic.t on FreeBSD
2003-07-02 Jarkko HietaniemiIt would seem that in Linux 2.2 there is no way
2003-07-02 Jarkko Hietaniemi...and getting the comma right, too.
2003-07-02 Jarkko HietaniemiGetting the whitespace right.
2003-07-02 Jarkko HietaniemiFreeBSD $0 dance.
2003-07-02 Jarkko HietaniemiFix from Enache Adrian for the magic.t failure in
2003-07-02 Jarkko HietaniemiVMS: with this, 100% make test in Compaq C V6.5-001
2003-07-01 Adrian M. EnacheB:: fixes + 'When were CVOPs gone ?'
2003-06-30 Jarkko Hietaniemi$0 test tweaks from Andreas.
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-03-02 Anders JohnsonRE: [perl #20613] Perl_magic_setsig/clearsig problems...
2002-12-30 Rafael Garcia-SuarezRe: [perl #19330] Uneffective increment of $\
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-11-22 Rafael Garcia-SuarezA new test for $^S, based on a patch by Iain 'Spoon...
2002-08-22 Slaven Rezictodo test for linux $0 modification
2002-07-10 Jarkko HietaniemiRetract #17455, #17427, #17425 on t/op/magic.t (but...
2002-07-09 Craig A. Berryfix 17425 for VMS
2002-07-08 Jim Cromiepatch against t/op/magic.t
2002-07-08 Jarkko HietaniemiIntegrate maint patches #17421, #17424:
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2002-04-15 Jarkko HietaniemiThe #15921 made the 'no warnings' unnecessary.
2002-04-15 Mark-Jason DominusCheck to make sure @- and @+ interpolation bug is ...
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Nikola Knezevicmagic.t tweak
2001-12-07 Michael G. SchwernPuut... The TODO... Beck!
2001-12-05 Michael G. SchwernRemoving a TODO
2001-11-25 Michael G. Schwern$$ readonly, take two
2001-11-20 Nick Ing-Simmonsperl.c change to use HAS_PROCSELFEXE, also
2001-11-11 Craig A. BerryRe: [PATCH] resurrect t/op/magic.t on VMS
2001-10-15 Blair ZajacRe: [PATCH t/op/magic.t] missing tests on Win32
2001-10-08 Michael G. SchwernRe: [PATCH mg.c gv.c and others] ${^TAINT}
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-24 Gurusamy Sarathytest number mismatch
2001-09-22 Michael G. SchwernRe: Weird $ENV{FOO} = undef warning
2001-08-14 Nikola Knezevicmagic.t
2001-08-05 Gurusamy Sarathyremove hardcoded cmd shell in testsuite
2001-06-22 Jarkko HietaniemiMore MPE/iX tweaks from Mark Bixby.
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
next