summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [perl #104084] Make exec call FETCH once under -Tsmoke-me/exec-magicFather Chrysostomos2012-01-162-15/+31
* [perl #104084] Make system call FETCH in parent procFather Chrysostomos2012-01-166-24/+41
* Increase $Math::BigInt::VERSION to 1.998Father Chrysostomos2012-01-161-1/+1
* BigInt.pm: Suppress overload warningFather Chrysostomos2012-01-161-0/+3
* perldiag.pod: Document overload’s invalid arg warningFather Chrysostomos2012-01-161-0/+5
* overload.pm: Combine two loopsFather Chrysostomos2012-01-161-3/+2
* Test invalid arg warning from overloadFather Chrysostomos2012-01-161-1/+13
* overload.pm: Put invalid arg warning in "overload" categoryFather Chrysostomos2012-01-161-1/+1
* Suppress ‘useless’ warning in overload.pmFather Chrysostomos2012-01-161-1/+1
* Emit a warning if an attempt is made to overload an invalid (e.g., misspelled...jkeenan2012-01-161-17/+30
* defined(@array) now also warns for package variables.Nicholas Clark2012-01-164-7/+6
* Test that defined warns for package arrays and hashes.Nicholas Clark2012-01-161-0/+13
* In Perl_feature_is_enabled() use cBOOL to convert the pointer to a "bool".Nicholas Clark2012-01-161-5/+2
* Shuffle my entry around to use my name instead of old emailSteffen Mueller2012-01-161-9/+10
* Correct Hojung Youn's name in AUTHORSHojung Youn2012-01-161-1/+1
* Bump ExtUtils::Manifest version due to commits 97bae9c5 and bf081550Chris 'BinGOs' Williams2012-01-151-1/+1
* Bump autouse version due to commit f965e9d4aChris 'BinGOs' Williams2012-01-151-1/+1
* 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
* perldelta up to 55b5114f4Father Chrysostomos2012-01-141-1/+22
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-142-1/+45
* perldelta up to 9f71cfe6ef2Father Chrysostomos2012-01-141-3/+95
* In vmsify, leave ../ path components alone.Craig A. Berry2012-01-142-9/+4
* Un-TODO some VMS file spec tests under EFS.Craig A. Berry2012-01-141-6/+6
* Make lstat($ioref) and lstat($gv) consistentFather Chrysostomos2012-01-142-8/+12
* stat.t: Make test for -T _ and lstat more robustFather Chrysostomos2012-01-141-2/+2
* Document the data columns in vms/ext/filespec.t.Craig A. Berry2012-01-141-0/+9
* Stop inadvertently skipping Spec.t on VMS.Craig A. Berry2012-01-141-4/+4
* pp_sys.c: goto mustn’t skip initialisationFather Chrysostomos2012-01-141-1/+2
* perldelta up to 7c2b3c783bFather Chrysostomos2012-01-141-2/+25
* magic.t: Correct miniperl skip countFather Chrysostomos2012-01-141-1/+1
* -T "unreadable file" should set stat info consistentlyFather Chrysostomos2012-01-143-3/+18
* stat.t: Add bug numberFather Chrysostomos2012-01-141-0/+1
* Don’t emit unopened warning for other stat(HANDLE) errorFather Chrysostomos2012-01-141-1/+4
* Make -T BADHANDLE set errno with fatal warningsFather Chrysostomos2012-01-142-2/+13
* Make -l HANDLE set PL_laststatval with fatal warningsFather Chrysostomos2012-01-142-2/+9
* Make -T HANDLE and -B HANDLE always set last stat typeFather Chrysostomos2012-01-132-3/+9
* pp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_statname)Father Chrysostomos2012-01-131-2/+1
* Make -T _ and -B _ always set PL_laststatvalFather Chrysostomos2012-01-132-3/+9
* pp_sys.c: Remove space from lstat($ioref) warningFather Chrysostomos2012-01-133-2/+6
* pp_sys.c:pp_fttext: Don’t extend the stack after poppingFather Chrysostomos2012-01-131-1/+3
* Squash repetitititive code in doio.c:my_stat_flagsFather Chrysostomos2012-01-131-8/+3
* Make failed filetests consistent with & w/out fatal warningsFather Chrysostomos2012-01-132-3/+32
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-134-5/+23
* stat $ioref should reset the internal stat typeFather Chrysostomos2012-01-132-1/+11
* Set PL_statgv to null when freed or coercedFather Chrysostomos2012-01-132-3/+26
* Suppress confusing uninit warning from -T _Father Chrysostomos2012-01-132-2/+5
* defined *{"+"} should not stop %+ from workingFather Chrysostomos2012-01-132-1/+23
* defined *{"!"} should not stop %! from workingFather Chrysostomos2012-01-132-2/+14
* Squash repetititive code in util.c:report_evil_fhFather Chrysostomos2012-01-131-17/+9