summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-2/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-8/+8
* [perl #38464] chdir() on closed handles Peter Dintelmann2006-02-081-0/+6
* Handle unused argsAndy Lester2006-02-081-2/+2
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-1/+4
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-12/+12
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-16/+16
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-2/+2
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-2/+2
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-4/+4
* Re: Today's compiling adventureKen Hirsch2006-01-131-23/+0
* It's the Barbie bus patchAndy Lester2006-01-101-21/+23
* hv_fetchs() supportAndy Lester2006-01-061-3/+3
* sprinkle dVARJarkko Hietaniemi2006-01-061-63/+82
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-1/+1
* Update copyright year.Steve Peters2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-1/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-13/+13
* Add warnings for the various other *dir() functions when attemptedSteve Peters2006-01-041-10/+27
* Attemting to readdir() something that isn't a dirhandle should causeSteve Peters2006-01-031-2/+7
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-1/+1
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-6/+6
* Use PL_op_desc rather than literal strings in pp_ioctlNicholas Clark2005-12-151-1/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+1
* const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double c...Steve Peters2005-11-111-1/+1
* Const & local: Special Victims UnitAndy Lester2005-11-111-60/+45
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-119/+82
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-051-6/+10