summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blead 25801: Symbian batch of todayJarkko Hietaniemi2005-10-191-3/+17
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-2/+2
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-5/+5
* assorted blead build help for VMS (mostly ithreads-related)Craig A. Berry2005-10-021-1/+1
* Revert change #24223 : select() will continueRafael Garcia-Suarez2005-09-161-4/+1
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-11/+11
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-4/+4
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-1/+1
* blead help for VMSCraig A. Berry2005-07-241-4/+4
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-2/+2
* Final (hopefully) fix for fchdirSteve Peters2005-07-191-1/+1
* Re: AIX 5.2 localtime bug attackCampo Weijerman2005-07-181-2/+4
* The continuing plod through embed.fncAndy Lester2005-07-181-7/+9
* Re: fchmod, fchown, fchdirGisle Aas2005-07-161-7/+42
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-4/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* [perl #36470] 'undef $@; die' gives uninint value warningDave Mitchell2005-07-061-1/+4
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-1/+2
* Make warnings.t pass with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* Stop "Possible use before definition" warning following change 24997Steve Hay2005-06-281-2/+2
* Need to pass a my_perl to S_my_localtime to make threaded builds build.Nicholas Clark2005-06-261-2/+2
* Workaround localtime edge case where TZ makes time go beyondH.Merijn Brand2005-06-241-0/+51
* Pre-YAPC consting funAndy Lester2005-06-231-2/+2
* Warning suppression.Rafael Garcia-Suarez2005-06-231-1/+1
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-231-2/+2
* Const Boy II: The LocalizingAndy Lester2005-06-231-46/+34