summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Omnibus removal of register declarationsKarl Williamson2012-08-181-39/+39
* Don’t crash when undefining handle of active formatFather Chrysostomos2012-08-051-4/+2
* Recursive formats and closures in formats.Father Chrysostomos2012-08-051-1/+5
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-32/+0
* Comment the code with how filetest operators interact with the Perl stack.Nicholas Clark2012-07-281-0/+7
* Eliminate the macros FT_RETURN_FALSE() and FT_RETURN_TRUE().Nicholas Clark2012-07-281-12/+7
* Refactor the macro FT_RETURN_TRUE() into the function S_ft_return_true()Nicholas Clark2012-07-281-12/+12
* Consolidate the code for returning false values from filetest operators.Nicholas Clark2012-07-281-12/+7
* Reorder S_ft_stacking_return_false().Nicholas Clark2012-07-281-4/+6
* Remove dSP from all filetest ops.Nicholas Clark2012-07-281-13/+8
* Replace the macro RETURNX() with its expansion in FT_RETURN_{FALSE,TRUE}Nicholas Clark2012-07-281-8/+14
* [perl #113872] Fix leavewrite’s stack handlingFather Chrysostomos2012-07-261-8/+2
* Stop truncate(word) from falling back to file nameFather Chrysostomos2012-07-251-3/+3
* Magic flags harmonization.Chip Salzenberg2012-07-151-7/+12
* use right type for offset in sysread() or syswrite()Chip Salzenberg2012-07-111-1/+1
* [perl #113980] pp_syscall: "I32 retval" truncates the returned valueOleg Nesterov2012-07-041-1/+1
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-1/+1
* pp_sys.c: Squelch compiler warningFather Chrysostomos2012-06-251-1/+1
* fix stack handling in write() [perl #73690]Jesse Luehrs2012-06-251-4/+9
* Make warn treat $@=3 and $@="3" the sameFather Chrysostomos2012-06-071-1/+1
* Make warn handle magic vars (fixes [perl #97480])Father Chrysostomos2012-06-071-7/+16
* Use the same top format error for ""Father Chrysostomos2012-06-071-4/+1
* Get rid of ‘Not a format reference’Father Chrysostomos2012-06-071-7/+2
* Make setdefout accept only NNFather Chrysostomos2012-06-071-1/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Block signals during fork (fixes RT#82580)Leon Timmermans2012-05-251-0/+21
* Fix non-GCC compilationFather Chrysostomos2012-05-211-2/+2
* pp_sys.c:S_try_amagic_ftest: Remove SPAGAINFather Chrysostomos2012-05-211-2/+0
* pp_sys.c: Remove SPAGAIN after my_(l)stat_flagsFather Chrysostomos2012-05-211-4/+0
* Move stack extension into FT_* macrosFather Chrysostomos2012-05-211-7/+3
* Make -t BAREWORD extend the stackFather Chrysostomos2012-05-211-0/+1
* Make filetest ops fiddle the stack lessFather Chrysostomos2012-05-211-27/+17
* [perl #111864] Don’t leave obj on stack for -x $overloadedFather Chrysostomos2012-03-281-2/+6
* [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