summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-232-5/+8
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-0/+4
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-01-231-3/+1
* Don’t allow read-only regexps to be tiedFather Chrysostomos2012-01-231-0/+10
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+13
* [perl #108794] Call special blocks in void contextFather Chrysostomos2012-01-221-1/+19
* [rt.cpan.org #72767] Don’t propagate warnings into do-fileFather Chrysostomos2012-01-221-0/+22
* Regen known_pod_issues.datChris 'BinGOs' Williams2012-01-221-0/+11
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-211-0/+2
* perluniintro: Shorten too-long verbatim linesKarl Williamson2012-01-211-1/+0
* VMS-specific symlink tweak for stat.tCraig A. Berry2012-01-201-1/+3
* Warn for stat(*unopened) after statting fileFather Chrysostomos2012-01-201-0/+5
* [perl #71002] stat() on unopened fh _Father Chrysostomos2012-01-201-1/+11
* regen pod issuesFather Chrysostomos2012-01-191-1/+0
* re/reg_fold.t: Add and revise commentsKarl Williamson2012-01-191-2/+3
* reg_fold.t: Test bracketed character classesKarl Williamson2012-01-191-1/+2
* re/reg_fold.t: Test more code pointsKarl Williamson2012-01-191-1/+0
* re/reg_fold.t: Remove fixed TODOsKarl Williamson2012-01-191-11/+2
* re/reg_fold.t: Use /u rules for Unicode testsKarl Williamson2012-01-191-1/+1
* regex: Fix some tricky fold problemsKarl Williamson2012-01-191-3/+3
* regexp_noamp.t: Add commentKarl Williamson2012-01-191-0/+2
* t/re/re_tests: Add some testsKarl Williamson2012-01-191-1/+6
* t/re/re_tests: revise testKarl Williamson2012-01-191-1/+5
* t/re/re_tests: Update commentKarl Williamson2012-01-191-2/+2
* regen pod issuesFather Chrysostomos2012-01-181-1/+0
* [perl #108480] $cow |= number undefines $cowFather Chrysostomos2012-01-171-1/+13
* Don’t crash on @a =~ // warningFather Chrysostomos2012-01-171-1/+8
* [perl #106726] Don’t crash on length(@arr) warningFather Chrysostomos2012-01-171-1/+8
* Avoid 'defined(@array) is deprecated' warnings in tests.Nicholas Clark2012-01-174-5/+20
* Purge references to --netscape and --libpods, no longer in Pod::HtmlNicholas Clark2012-01-171-2/+2
* defined(@array) now also warns for package variables.Nicholas Clark2012-01-162-1/+2
* Test that defined warns for package arrays and hashes.Nicholas Clark2012-01-161-0/+13
* stat.t: Avoid unconditional lstat on file nameFather Chrysostomos2012-01-151-4/+8
* stat.t, filetest.t: Actually gen rand file namesFather Chrysostomos2012-01-152-2/+2
* Make lstat($ioref) and lstat($gv) consistentFather Chrysostomos2012-01-141-1/+8
* stat.t: Make test for -T _ and lstat more robustFather Chrysostomos2012-01-141-2/+2
* magic.t: Correct miniperl skip countFather Chrysostomos2012-01-141-1/+1
* -T "unreadable file" should set stat info consistentlyFather Chrysostomos2012-01-142-2/+13
* stat.t: Add bug numberFather Chrysostomos2012-01-141-0/+1
* Make -T BADHANDLE set errno with fatal warningsFather Chrysostomos2012-01-141-2/+12
* Make -l HANDLE set PL_laststatval with fatal warningsFather Chrysostomos2012-01-141-1/+7
* Make -T HANDLE and -B HANDLE always set last stat typeFather Chrysostomos2012-01-131-2/+8
* Make -T _ and -B _ always set PL_laststatvalFather Chrysostomos2012-01-131-2/+8
* pp_sys.c: Remove space from lstat($ioref) warningFather Chrysostomos2012-01-131-0/+2
* Make failed filetests consistent with & w/out fatal warningsFather Chrysostomos2012-01-131-1/+28
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-3/+15
* stat $ioref should reset the internal stat typeFather Chrysostomos2012-01-131-1/+10
* Set PL_statgv to null when freed or coercedFather Chrysostomos2012-01-131-3/+22
* Suppress confusing uninit warning from -T _Father Chrysostomos2012-01-131-1/+4
* defined *{"+"} should not stop %+ from workingFather Chrysostomos2012-01-131-1/+19