summaryrefslogtreecommitdiff
path: root/t/op/magic.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #105024] UNIVERSAL::AUTOLOAD and %+Father Chrysostomos2011-11-301-1/+19
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* Reimplement $[ as a moduleFather Chrysostomos2011-10-211-1/+1
* Where available, use _NSGetExecutablePath() to make $^X absolute.Nicholas Clark2011-09-271-1/+2
* Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.Nicholas Clark2011-09-271-2/+3
* [perl #97492] Tests & delta for defined ${"::!"}Father Chrysostomos2011-09-011-2/+2
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-2/+2
* skip the defined *+ and *- tests on miniperlTony Cook2011-08-221-1/+8
* Add tests for defined(*builtin)Father Chrysostomos2011-08-211-15/+48
* In magic.t, restore $$ after modifying it.Nicholas Clark2011-06-141-0/+2
* Make $$ writable, but still magicalFather Chrysostomos2011-06-131-3/+17
* skip some tests under -UusedlDavid Mitchell2011-03-261-9/+12
* Refactor 4 tests to use skip_if_miniperl().Nicholas Clark2011-03-071-3/+2
* Fix magic.t's expectation for $^X under minitest when the OS makes $^X absoluteNicholas Clark2011-03-061-3/+2
* Move the tests that blow away %ENV to the end of t/op/magic.tNicholas Clark2011-02-231-82/+87
* Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"}Nicholas Clark2011-02-221-1/+20
* Break out the test for #27839 into a new test file.Nicholas Clark2011-02-211-23/+1
* Replaced 'unlink' with 'unlink_all' in t/op/magic.tBrad Gilbert2010-12-081-1/+4
* move the fresh_perl() tests above the environment testsTony Cook2010-06-011-12/+13
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-291-1/+14
* follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151David Mitchell2010-04-211-1/+1
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-1/+32
* mark two magic.t tests as TODODavid Mitchell2010-04-151-0/+1
* Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-1/+10
* Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.Nicholas Clark2010-02-161-1/+7
* Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-231-1/+1
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-20/+9
* Make test pass with -tRafael Garcia-Suarez2009-07-291-3/+6
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Assuming that $SIG{PIPE} is not set can be bogus when running in a cron job.Nicholas Clark2009-06-041-1/+1
* patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.John E. Malmberg2009-05-261-0/+5
* TODO must be on same line as message for TAP.Craig A. Berry2009-05-221-1/+1
* Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undefNicholas Clark2009-05-201-2/+26
* Convert t/op/magic.t to use test.plNicholas Clark2009-05-201-113/+98
* Fix test count that was missed in #34092Steve Hay2008-07-031-1/+1
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-2/+18
* Fix t/op/magic.t failures under CygwinJerry D. Hedden2007-09-071-1/+11
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+4
* op/magic failure on cygwin after 1.5.19-4Yitzchak Scott-Thoennes2006-02-201-1/+1
* Remove some hardcoded references to ./perl in testsRafael Garcia-Suarez2005-12-201-4/+5
* [patch@25334] t/op/magic.t - Last 3 tests invalid on VMSJohn E. Malmberg2005-08-301-1/+7
* Add regression test for change 25062Steve Hay2005-07-041-1/+9
* [perl #36434] assigning shared consts (eg __PACKAGE__) to magic varsDave Mitchell2005-06-301-3/+6
* Add TODO tests for bug #36434Rafael Garcia-Suarez2005-06-301-1/+13
* Store the xhv_aux structure after the main array.Nicholas Clark2005-06-011-1/+1
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-0/+3
* mintest will pass if I skip the correct number of tests. D'oh!Nicholas Clark2004-03-241-1/+1
* Fix bug [perl #27839] returning @+ out of scope loses its value :Hugo van der Sanden2004-03-231-1/+13
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-021-16/+22
* magic.tIlya Zakharevich2003-09-171-1/+2