summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #76026] match variables persist between calls to a sort subFather Chrysostomos2010-12-111-1/+31
* [perl #68712] caller() filenames broken by "use"Father Chrysostomos2010-12-101-2/+8
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-081-0/+12
* Replaced 'unlink' with 'unlink_all' in t/op/sysio.tBrad Gilbert2010-12-081-2/+2
* Replaced '1 while unlink' with 'unlink_all' in t/op/stat.tBrad Gilbert2010-12-081-2/+2
* Replaced 'unlink' with 'unlink_all' in t/op/magic.tBrad Gilbert2010-12-081-1/+4
* Replaced 'unlink' with 'unlink_all' in t/op/goto.tBrad Gilbert2010-12-081-1/+1
* Replaced 'unlink' with 'unlink_all' in t/op/filetest.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/op/write.tBrad Gilbert2010-12-081-8/+8
* [perl #19135] string eval turns off readonlyness on lexicalsFather Chrysostomos2010-12-081-1/+7
* stopgap hack for $@ as unwinding reason indicatorZefram2010-12-071-0/+74
* Deprecate tie $handle without *Father Chrysostomos2010-12-021-0/+23
* Fix up tests to work around tie $handleFather Chrysostomos2010-12-022-1/+5
* Revert "[perl #77496] tied gets scalars and globs confused"Father Chrysostomos2010-12-021-14/+0
* Revert "[perl #77688] tie $scalar can tie a handle"Father Chrysostomos2010-12-021-11/+0
* Revert "Make untie check the FAKE flag on globs"Father Chrysostomos2010-12-021-11/+3
* Suppress warning from t/op/attrs.tFather Chrysostomos2010-11-301-2/+2
* Use ' to avoid interpolationFather Chrysostomos2010-11-301-1/+1
* [perl #68560] calling closure prototype SEGVsFather Chrysostomos2010-11-291-0/+18
* [perl #63540] bizarre closure lossageFather Chrysostomos2010-11-291-1/+13
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-2/+55
* Suppress test warning added by 04698ff6Father Chrysostomos2010-11-271-1/+1
* [perl #79178] STORE/FETCH of tie()d hash get stringified keyFather Chrysostomos2010-11-271-1/+17
* [perl #78634] Conflict in defining constant INITFather Chrysostomos2010-11-261-1/+5
* Can't spawn fresh Perl interpreter with an empty PATHJan Dubois2010-11-251-0/+8
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-251-4/+4
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-4/+4
* [perl #77926] Glob reification during localisationFather Chrysostomos2010-11-201-1/+16
* Test that the stash and file of a sub's definition overrides those of its stub.Nicholas Clark2010-11-181-2/+31
* stash.t: The [perl #58530] test should not be skippedFather Chrysostomos2010-11-151-10/+10
* Correct an anonymisation test in stash.tFather Chrysostomos2010-11-151-3/+1
* Correct skip count in stash.tFather Chrysostomos2010-11-151-1/+1
* [perl #79208] %stash:: = () anonymises CVsFather Chrysostomos2010-11-151-2/+12
* Implement $^A taintingNiko Tyni2010-11-141-3/+6
* TODO tests for $^A taintingNiko Tyni2010-11-141-1/+22
* Make the new formline test fail more reliablyFather Chrysostomos2010-11-141-1/+2
* Fix a crash with a tainted formline() pictureNiko Tyni2010-11-141-1/+8
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+48
* Guard write test against miniperlH.Merijn Brand2010-11-121-1/+5
* Add a test to use duplicated frormat through globH.Merijn Brand2010-11-121-1/+11
* Add tests for cmp, eq, ne for UTF-8 vs octet representation.Nicholas Clark2010-11-111-2/+88
* Fix errors in the diagnostic output of t/op/cmp.tNicholas Clark2010-11-111-2/+2
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-081-1/+1
* fix for #23790.Marty Pauley2010-11-041-3/+9
* y///rFather Chrysostomos2010-11-021-1/+22
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-315-12/+471
* [perl #78580] Stop a simple *glob from calling get-magicFather Chrysostomos2010-10-311-1/+14
* RT 72246: rcatline memory leak on bad $/David Mitchell2010-10-311-2/+15
* Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into bleadDavid Mitchell2010-10-301-1/+1
|\
| * Suppress warning from gv.tFather Chrysostomos2010-10-301-1/+1