summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* [rt #111654] properly propgate tainted errorsTony Cook2012-03-121-1/+1
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-3/+3
* prune faulty dead logic in pp_flockZefram2012-02-171-1/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-10/+0
* Call FETCH once for stacked filetest opsFather Chrysostomos2012-01-241-1/+1
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-231-86/+108
* Warn for stat(*unopened) after statting fileFather Chrysostomos2012-01-201-0/+1
* pp_sys.c:pp_stat: Change scope of havefp varFather Chrysostomos2012-01-201-2/+2
* [perl #71002] stat() on unopened fh _Father Chrysostomos2012-01-201-1/+1
* pp_sys.c: compiler warningFather Chrysostomos2012-01-191-1/+1
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-1/+1
* Make lstat($ioref) and lstat($gv) consistentFather Chrysostomos2012-01-141-7/+4
* pp_sys.c: goto mustn’t skip initialisationFather Chrysostomos2012-01-141-1/+2
* -T "unreadable file" should set stat info consistentlyFather Chrysostomos2012-01-141-1/+5
* 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-141-0/+1
* Make -T HANDLE and -B HANDLE always set last stat typeFather Chrysostomos2012-01-131-1/+1
* 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-131-1/+1
* pp_sys.c: Remove space from lstat($ioref) warningFather Chrysostomos2012-01-131-1/+3
* pp_sys.c:pp_fttext: Don’t extend the stack after poppingFather Chrysostomos2012-01-131-1/+3
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-1/+5
* stat $ioref should reset the internal stat typeFather Chrysostomos2012-01-131-0/+1
* Make -T HANDLE set the last stat typeFather Chrysostomos2012-01-121-0/+1
* Simplify logic in pp_sys.c:pp_ftttyFather Chrysostomos2012-01-121-7/+2
* [perl #77388] Make stacked -T and -B workFather Chrysostomos2012-01-121-0/+2
* Make -t, -T and -B with a handle pop it off the stackFather Chrysostomos2012-01-121-6/+7
* In pp_sys.c:pp_fttext, don’t call cGVOP_gv on an UNOPFather Chrysostomos2012-01-121-1/+1
* [perl #90064] warn once for dbmopen with undef 3rd argFather Chrysostomos2012-01-051-0/+3
* Block SIGCHLD during system() call (per POSIX)Leon Timmermans2011-12-311-0/+17
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+7
* Turn on AvREAL for tied arraysFather Chrysostomos2011-12-271-0/+7
* select() can return undef when defoutgv is setFather Chrysostomos2011-12-241-9/+5
* select() sometimes returns invalid stringFather Chrysostomos2011-12-241-1/+4
* [perl #97980] Stop tied() from returning a copyFather Chrysostomos2011-11-261-4/+1
* Make sselect call fetch onceFather Chrysostomos2011-11-241-2/+5
* Avoid a redundant copy in pp_globFather Chrysostomos2011-11-191-3/+3
* Fix CORE::globFather Chrysostomos2011-10-261-0/+5
* Use HEKfFather Chrysostomos2011-10-071-16/+16
* use SSize_t for string offsets instead of int or socklen_tTony Cook2011-10-071-6/+8
* pp_sys.c: pp_select UTF8 cleanup.Brian Fraser2011-10-061-1/+1
* pp_sys.c: Make warnings utf8-cleanBrian Fraser2011-10-061-19/+23
* pp_sys.c: pp_tie and untie UTF8 cleanup.Brian Fraser2011-10-061-4/+2
* Make stacked -l workFather Chrysostomos2011-09-171-0/+1
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-4/+0
* Add diag_listed_as for lstat error msgFather Chrysostomos2011-09-121-0/+1
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-121-14/+5
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-111-20/+8
* Stop filetest ops from calling FETCH on parent op’s argFather Chrysostomos2011-09-101-2/+2
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-11/+2