summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* re/pat.t: Skip tests on EBCDICKarl Williamson2010-11-221-2/+5
* Newly-created stashes may need effective names addedFather Chrysostomos2010-11-221-1/+20
* mro_package_moved must act on all effective namesFather Chrysostomos2010-11-221-1/+23
* Move the test for Win32's FindExt.pm to t/porting, and run it automatically.Nicholas Clark2010-11-211-0/+51
* [perl #77926] Glob reification during localisationFather Chrysostomos2010-11-201-1/+16
* Make hv_undef leave HvENAME aloneFather Chrysostomos2010-11-201-1/+20
* Add Unicode's minor 6.0 correctionKarl Williamson2010-11-191-6/+8
* Test that the stash and file of a sub's definition overrides those of its stub.Nicholas Clark2010-11-181-2/+31
* Test that lack of prototype on a sub's definition overrides any on its stub.Nicholas Clark2010-11-181-1/+41
* Create proper Cygwin $ENV{PATH} in test.plJerry D. Hedden2010-11-161-2/+6
* Don’t skip mro_package_moved if the parent stash is renamedFather Chrysostomos2010-11-161-1/+18
* Check for deleted stashes when reporting var namesFlorian Ragwitz2010-11-161-0/+7
* Keep MRO caches around during hv_clearFather Chrysostomos2010-11-151-1/+5
* 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
* Make changes to aliased *ISA workFather Chrysostomos2010-11-141-1/+13
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+48
* [perl #74022] Parser hangs on some Unicode charactersFather Chrysostomos2010-11-141-1/+6
* Oops. I need to learn how to use git add.Father Chrysostomos2010-11-131-0/+31
* Fix undef %Foo:: to update subclassesFather Chrysostomos2010-11-131-1/+9
* Make delete $package::{ISA} workFather Chrysostomos2010-11-131-1/+9
* Update isarev when clobbered class has subsubclassesFather Chrysostomos2010-11-121-1/+10
* 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
* Fix package assignment with nested aliased packagesFather Chrysostomos2010-11-111-1/+29
* [perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait-0.31.tar.gzFather Chrysostomos2010-11-111-1/+13
* PATCH: [perl #78994]: optimizer loses foldingKarl Williamson2010-11-111-0/+2
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+5
* 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
* Adjust t/run/switchd-78586.t to work under t/TEST and t/harness.Nicholas Clark2010-11-111-1/+7
* Test for [perl #78586]Tim Bunce2010-11-111-0/+40
* undef *glob should update isa(rev)Father Chrysostomos2010-11-111-1/+11
* Move ExtUtils-Command from cpan/ to dist/Florian Ragwitz2010-11-091-1/+1
* Move ExtUtils-Manifest from cpan/ to dist/Florian Ragwitz2010-11-091-1/+1
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-083-8/+35
* Excluding tests in sub-dirsJerry D. Hedden2010-11-081-1/+1
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+6
* localize $@ during binmode (RT#78844)David Golden2010-11-061-1/+0
* Added test for RT#78844David Golden2010-11-061-1/+9
* A hack for t/harness to restore the ability to run tests listed in @ARGVNicholas Clark2010-11-051-1/+4
* Document that the -Ci, -Co, and -CD options have file scopeNiko Tyni2010-11-051-1/+16
* fix for #23790.Marty Pauley2010-11-041-3/+9
* fix 68564: /g failure with zero-width patternsYves Orton2010-11-031-1/+8