summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pp_semop can fit within Perl_pp_shmwrite().Nicholas Clark2005-11-041-13/+3
* The remaining special logic in pp_syswrite can be moved into pp_send,Nicholas Clark2005-11-041-32/+37
* Fix a Win32 linker error following change #25972Steve Hay2005-11-041-4/+4
* Merge msgsnd, msgrcv with Perl_pp_shmwrite().Nicholas Clark2005-11-041-27/+14
* ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be mergedNicholas Clark2005-11-041-125/+74
* PERL_EFF_ACCESS_[RWX]_OK can go.Nicholas Clark2005-11-041-15/+8
* The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, soNicholas Clark2005-11-041-20/+16
* bad semicolon in pp_ftrownedAndy Lester2005-11-041-1/+1
* Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,Nicholas Clark2005-11-031-20/+41
* Avoiding source code duplication for the lstat() on filehandle %sNicholas Clark2005-11-031-3/+3
* unlink chmod utime kill can be merged into Perl_pp_chown().Nicholas Clark2005-11-021-41/+1
* Move the conditonal compiles that report absence of kill and chownNicholas Clark2005-11-021-8/+0
* Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.Nicholas Clark2005-11-021-48/+34
* Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe intoNicholas Clark2005-11-021-101/+38
* Avoid a pad panic by attempting to use dTARGET; in an op that didn'tNicholas Clark2005-11-021-3/+6
* Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftisNicholas Clark2005-11-021-57/+24
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-311-140/+0
* Simplify the implementation of the "unimplemented" message in theNicholas Clark2005-10-311-60/+4
* Etta James presents: More constingAndy Lester2005-10-311-47/+34
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+2
* allow "" as select bitmask [PATCH]Gisle Aas2005-10-211-5/+5
* wrong maxlen in sselect [PATCH]Gisle Aas2005-10-211-3/+7