summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-081-0/+12
* Modified unlink_all in t/test.pl to return the count of unlinked files This w...Brad Gilbert2010-12-081-1/+7
* Replaced '1 while unlink' with 'unlink_all' in t/uni/write.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/run/switches.tBrad Gilbert2010-12-081-2/+2
* Replaced 'unlink' with 'unlink_all' in t/re/qr.tBrad Gilbert2010-12-081-1/+1
* 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 'unlink' with 'unlink_all' in t/lib/deprecate.tBrad Gilbert2010-12-081-2/+2
* Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.tBrad Gilbert2010-12-081-5/+5
* Replaced 'unlink' with 'unlink_all' in t/io/nargv.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/fs.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/argv.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
* uni/fold.t: Prevent [] from being optimized outKarl Williamson2010-12-071-4/+5
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-1/+2
* stopgap hack for $@ as unwinding reason indicatorZefram2010-12-071-0/+74
* To-do tests for abnormal exiting from (?{})Father Chrysostomos2010-12-041-1/+17
* Hideous to-do tests for (?{}) scoping issuesFather Chrysostomos2010-12-041-0/+112
* Un-TODO and un-SKIP the [perl #22354] testsFather Chrysostomos2010-12-041-14/+3
* make empty string regexp stringify to the same thing regardless of unicode flagsYves Orton2010-12-041-1/+12
* 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
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-021-2/+14
* re/fold_grind.t: Add tests for NREFFU, REFFUKarl Williamson2010-12-011-2/+22
* re/fold_grind.t: Refactor to test utf8 patterns.Karl Williamson2010-12-011-11/+14
* regcomp.c: utf8 pattern defaults to Unicode semanticsKarl Williamson2010-12-011-0/+4
* re/reg_fold.t: use array size for test countsKarl Williamson2010-12-011-8/+1
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-011-1/+17
* Make next_edgecases.t easier to deal withFather Chrysostomos2010-12-011-1/+3
* Skip t/io/eintr.t on Cygwin, too - hangsJerry D. Hedden2010-11-301-1/+1
* Suppress warning from t/op/attrs.tFather Chrysostomos2010-11-301-2/+2
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-0/+8
* Use ' to avoid interpolationFather Chrysostomos2010-11-301-1/+1
* [perl #79152] super-linear cache can prevent a valid matchNick Cleaton2010-11-301-0/+5
* [perl #68560] calling closure prototype SEGVsFather Chrysostomos2010-11-291-0/+18
* Filehandle method calls load IO::File on demandDavid Golden2010-11-292-1/+36
* [perl #63540] bizarre closure lossageFather Chrysostomos2010-11-291-1/+13
* document why eintr.t needs to be skipped on Win32David Mitchell2010-11-291-0/+3
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-282-61/+55
* disable t/io/eintr.t on windowsDavid Mitchell2010-11-281-1/+1
* Skip eintr.t on VMS.Craig A. Berry2010-11-281-0/+5
* reg_fold.t: Add tests for simple Latin1 foldsKarl Williamson2010-11-281-0/+48
* reg_fold.t: Disable single char fold testingKarl Williamson2010-11-281-0/+1