Fix for RT #52552.
[p5sagit/p5-mst-13.2.git] / pp_sys.c
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for io...
2006-04-10 Jarkko Hietaniemi es: quiet some warnings (with a free AIX cpp insanity...
2006-03-26 Nicholas Clark Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...)...
2006-03-25 Nicholas Clark Add S_space_join_names_mortal() which joins a char...
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-08 Peter Dintelmann [perl #38464] chdir() on closed handles
2006-02-08 Andy Lester Handle unused args
2006-02-07 Gisle Aas Allow bareword file handle as argument to chdir().
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-13 Ken Hirsch Re: Today's compiling adventure
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Andy Lester hv_fetchs() support
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Steve Peters Update copyright year.
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Steve Peters Add warnings for the various other *dir() functions...
2006-01-03 Steve Peters Attemting to readdir() something that isn't a dirhandle...
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-15 Nicholas Clark Use PL_op_desc rather than literal strings in pp_ioctl
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-11 Steve Peters const'ing Netdb_host_t broke HP-UX and created warnings...
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-07 Andy Lester Consting and localizing: Part LXVIII
2005-11-05 SADAHIRO Tomoyuki Re: A surprising segfault
2005-11-04 Nicholas Clark pp_semop can fit within Perl_pp_shmwrite().
2005-11-04 Nicholas Clark The remaining special logic in pp_syswrite can be moved...
2005-11-04 Steve Hay Fix a Win32 linker error following change #25972
2005-11-04 Nicholas Clark Merge msgsnd, msgrcv with Perl_pp_shmwrite().
2005-11-04 Nicholas Clark ftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-11-04 Nicholas Clark PERL_EFF_ACCESS_[RWX]_OK can go.
2005-11-04 Nicholas Clark The PERL_EFF_ACCESS_[RWX]_OK macros are all defined...
2005-11-04 Andy Lester bad semicolon in pp_ftrowned
2005-11-03 Nicholas Clark Perl_pp_symlink and Perl_pp_link can be merged. The...
2005-11-03 Nicholas Clark Avoiding source code duplication for the lstat() on...
2005-11-02 Nicholas Clark unlink chmod utime kill can be merged into Perl_pp_chown().
2005-11-02 Nicholas Clark Move the conditonal compiles that report absence of...
2005-11-02 Nicholas Clark Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
2005-11-02 Nicholas Clark Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
2005-11-02 Nicholas Clark Avoid a pad panic by attempting to use dTARGET; in...
2005-11-02 Nicholas Clark Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
2005-10-31 Nicholas Clark All the ops that are simply C<return some_other_op...
2005-10-31 Nicholas Clark Simplify the implementation of the "unimplemented"...
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-26 Nicholas Clark Most platforms don't actually need PL_pidstatus, or...
2005-10-21 Gisle Aas allow "" as select bitmask [PATCH]
2005-10-21 Gisle Aas wrong maxlen in sselect [PATCH]
2005-10-19 Jarkko Hietaniemi blead 25801: Symbian batch of today
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-10-04 Gisle Aas Re: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-10-02 Craig A. Berry assorted blead build help for VMS (mostly ithreads...
2005-09-16 Rafael Garcia-Suarez Revert change #24223 : select() will continue
2005-08-10 John E. Malmberg patch@25279 VMS error handling and const fixes
2005-08-01 Rafael Garcia-Suarez Various patches by John E. Malmberg to fix data
2005-07-28 Robin Barker tidy up DieNull and DIE_NULL
2005-07-24 Craig A. Berry blead help for VMS
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-19 Steve Peters Final (hopefully) fix for fchdir
2005-07-18 Campo Weijerman Re: AIX 5.2 localtime bug attack
2005-07-18 Andy Lester The continuing plod through embed.fnc
2005-07-16 Gisle Aas Re: fchmod, fchown, fchdir
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-06 Dave Mitchell [perl #36470] 'undef $@; die' gives uninint value warning
2005-07-01 Dave Mitchell the PAD_SET_CUR macro expanded too much for AIX compilers
2005-06-29 Nicholas Clark Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
2005-06-28 Steve Hay Stop "Possible use before definition" warning following...
2005-06-26 Nicholas Clark Need to pass a my_perl to S_my_localtime to make thread...
2005-06-24 H.Merijn Brand Workaround localtime edge case where TZ makes time...
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Rafael Garcia-Suarez Warning suppression.
2005-06-23 Steve Hay Silence bcc32 compiler warnings following change 24945
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-10 Nicholas Clark More SvPV consting, including some code cleanup and...
2005-06-10 Nicholas Clark Passing read only values (such as string constants...
2005-06-08 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clark n_a no more
2005-06-08 Nicholas Clark Remove two more unused C<n_a>s
2005-06-08 Nicholas Clark Convert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-04 Rafael Garcia-Suarez Simplify the getppid code, by Alexey Tourbin
2005-06-03 Andy Lester Random consting
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-30 Andy Lester [PATCH] More embed.fnc strictures, plus consting and...
2005-05-30 Andy Lester [PATCH] Minor warning squashings
next