summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few segfaults and a when() bugjosh2007-10-171-1/+6
* sixth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-1/+1
* fifth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-14/+1
* misc blead stuffJarkko Hietaniemi2007-08-301-1/+1
* Re: t/op/taint.t failed on EBCDIC platformRick Delaney2007-08-181-1/+1
* fourth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-07-161-3/+1
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-3/+9
* Silence compiler warningsJerry D. Hedden2007-06-071-2/+2
* pp_sys.c: gethostbyaddrJarkko Hietaniemi2007-05-211-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-10/+2
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-1/+1
* Add two deprecation warnings:Rafael Garcia-Suarez2007-03-301-0/+8
* Prefer dirhandles to filehandles when passing a bareword typeglobSteve Peters2007-03-091-4/+3
* Need to extend the stack when using warn() withoutRafael Garcia-Suarez2007-03-081-0/+1
* Compilation warnings fixes by Jerry D. HeddenRafael Garcia-Suarez2007-03-031-1/+1
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-2/+2
* Re: AW: umask handling in File::TempGisle Aas2007-01-131-2/+6
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-2/+2
* 4th patch from: Marcus Holland-Moritz2007-01-041-3/+3
* syswrite() wasn't reporting a warning when writing to a filehandleRafael Garcia-Suarez2006-12-231-3/+7
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-281-3/+3
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-071-0/+2
* Quiet a warning in pp_sys.c on AIX.Steve Peters2006-10-211-1/+1
* In pp_binmode, call mode_from_discipline() once and remember the result.Nicholas Clark2006-10-011-15/+16
* g++/Tru64: got perl linking once got the linkage rightJarkko Hietaniemi2006-08-211-5/+0
* lstat on *GLOB{IO} with warnings on would segfaultRafael Garcia-Suarez2006-08-101-1/+1
* g++: gethostbyaddr, and more Tru64 definesJarkko Hietaniemi2006-08-101-1/+1
* g++ large patchJarkko Hietaniemi2006-08-071-4/+5
* Tru64 oopsJarkko Hietaniemi2006-08-031-1/+1
* more g++ in Tru64Jarkko Hietaniemi2006-08-031-0/+5
* Change stat() and -X filetests so that they treat *FILE{IO} Steve Peters2006-07-281-8/+15
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-231-0/+11
* various safety/portability tweaksJarkko Hietaniemi2006-07-151-1/+2
* Convert some low hanging fruit to my_strlcpy/my_strlcat.Steve Peters2006-07-101-3/+4
* Allow stat() and -X file tests work on dirhandles.Steve Peters2006-07-031-3/+20
* pp_sys cleanup againAndy Lester2006-05-221-137/+136
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-1/+1
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-5/+5
* pp_sys.c: U8* castJarkko Hietaniemi2006-05-031-1/+1
* Fix two errors found by Coverity.Nicholas Clark2006-04-301-5/+14
* syswrite couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-37/+91
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-3/+3
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+2
* Coverity notes that we might be dereferencing fgv before a check thatNicholas Clark2006-04-161-8/+9
* Handle null io in leavewrite (not possible?) (Coverity)bah@longitude.com2006-04-151-3/+5
* pp_sys.c: some Coverity findings: NULL guards for format cvJarkko Hietaniemi2006-04-101-7/+5
* pp_sys.c: some Coverity findings: NULL guards for io pointersJarkko Hietaniemi2006-04-101-3/+3
* es: quiet some warnings (with a free AIX cpp insanity avoidance tip)Jarkko Hietaniemi2006-04-101-1/+0
* Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) withNicholas Clark2006-03-261-64/+50
* Add S_space_join_names_mortal() which joins a char** array with " "s,Nicholas Clark2006-03-251-34/+23