summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* defined *{"!"} should not stop %! from workingFather Chrysostomos2012-01-131-2/+10
* perlop: Typos, too long lines, correctionsKarl Williamson2012-01-131-1/+1
* regcomp.c: Optimize a single Unicode property in a [character class]Karl Williamson2012-01-132-5/+12
* uni/cache.t: Fix to handle regex compile time Uni propsKarl Williamson2012-01-131-6/+12
* uni/class.t: Add testKarl Williamson2012-01-131-3/+6
* Make -T HANDLE set the last stat typeFather Chrysostomos2012-01-121-1/+11
* [perl #77388] Make stacked -T and -B workFather Chrysostomos2012-01-121-1/+1
* Make -t, -T and -B with a handle pop it off the stackFather Chrysostomos2012-01-121-1/+2
* [perl #24237] @& should not stop $& from workingFather Chrysostomos2012-01-101-1/+9
* [perl #35865, #43011] FETCH after autovivifyingFather Chrysostomos2012-01-102-6/+24
* Remove TODO functionality from assignwarn.tFather Chrysostomos2012-01-091-8/+4
* [perl #44895] += warning on uninit magic varFather Chrysostomos2012-01-091-4/+3
* Test for perl #43663Father Chrysostomos2012-01-091-1/+9
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-082-2/+16
* grep.t: require test.pl in BEGIN blockFather Chrysostomos2012-01-081-1/+1
* [perl #67490] Don’t call DELETE on scalar-tied elemFather Chrysostomos2012-01-081-0/+12
* [perl #85670] Copy magic to ary elems properlyFather Chrysostomos2012-01-061-1/+24
* [perl #107440] Save av/hv on mortals stack when clearingFather Chrysostomos2012-01-062-4/+21
* Pod-Perldoc now includes test documentsRicardo Signes2012-01-061-0/+4
* Uncomment evals in sort.tFather Chrysostomos2012-01-061-2/+2
* regen pod issuesFather Chrysostomos2012-01-051-1/+0
* [perl #90064] warn once for dbmopen with undef 3rd argFather Chrysostomos2012-01-051-1/+8
* regen pod issuesFather Chrysostomos2012-01-051-1/+1
* regen pod issuesFather Chrysostomos2012-01-051-2/+2
* [perl #90030] sort with no argumentsFather Chrysostomos2012-01-051-1/+12
* [perl #95548] Returned magical temps are not copiedFather Chrysostomos2012-01-041-0/+14
* Restrict $[ comp warning to constantsFather Chrysostomos2012-01-041-0/+18
* [perl #105912] local $_ should not FETCHFather Chrysostomos2012-01-031-4/+3
* Change wording of \E warningFather Chrysostomos2012-01-031-2/+2
* toke.c: Unpaired '\E's in double-quotish contexts should warn.Brian Fraser2012-01-021-0/+11