This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
[perl5.git] / pp_sys.c
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Steve PetersUpdate copyright year.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Steve PetersAdd warnings for the various other *dir() functions...
2006-01-03 Steve PetersAttemting to readdir() something that isn't a dirhandle...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-15 Nicholas ClarkUse PL_op_desc rather than literal strings in pp_ioctl
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-11 Steve Petersconst'ing Netdb_host_t broke HP-UX and created warnings...
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-11-05 SADAHIRO TomoyukiRe: A surprising segfault
2005-11-04 Nicholas Clarkpp_semop can fit within Perl_pp_shmwrite().
2005-11-04 Nicholas ClarkThe remaining special logic in pp_syswrite can be moved...
2005-11-04 Steve HayFix a Win32 linker error following change #25972
2005-11-04 Nicholas ClarkMerge msgsnd, msgrcv with Perl_pp_shmwrite().
2005-11-04 Nicholas Clarkftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-11-04 Nicholas ClarkPERL_EFF_ACCESS_[RWX]_OK can go.
2005-11-04 Nicholas ClarkThe PERL_EFF_ACCESS_[RWX]_OK macros are all defined...
2005-11-04 Andy Lesterbad semicolon in pp_ftrowned
2005-11-03 Nicholas ClarkPerl_pp_symlink and Perl_pp_link can be merged. The...
2005-11-03 Nicholas ClarkAvoiding source code duplication for the lstat() on...
2005-11-02 Nicholas Clarkunlink chmod utime kill can be merged into Perl_pp_chown().
2005-11-02 Nicholas ClarkMove the conditonal compiles that report absence of...
2005-11-02 Nicholas ClarkMove ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
2005-11-02 Nicholas ClarkMerge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
2005-11-02 Nicholas ClarkAvoid a pad panic by attempting to use dTARGET; in...
2005-11-02 Nicholas ClarkMerge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
2005-10-31 Nicholas ClarkAll the ops that are simply C<return some_other_op...
2005-10-31 Nicholas ClarkSimplify the implementation of the "unimplemented"...
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-21 Gisle Aasallow "" as select bitmask [PATCH]
2005-10-21 Gisle Aaswrong maxlen in sselect [PATCH]
2005-10-19 Jarkko Hietaniemiblead 25801: Symbian batch of today
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-04 Gisle AasRe: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-10-02 Craig A. Berryassorted blead build help for VMS (mostly ithreads...
2005-09-16 Rafael Garcia-SuarezRevert change #24223 : select() will continue
2005-08-10 John E. Malmbergpatch@25279 VMS error handling and const fixes
2005-08-01 Rafael Garcia-SuarezVarious patches by John E. Malmberg to fix data
2005-07-28 Robin Barkertidy up DieNull and DIE_NULL
2005-07-24 Craig A. Berryblead help for VMS
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-19 Steve PetersFinal (hopefully) fix for fchdir
2005-07-18 Campo WeijermanRe: AIX 5.2 localtime bug attack
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-06 Dave Mitchell[perl #36470] 'undef $@; die' gives uninint value warning
2005-07-01 Dave Mitchellthe PAD_SET_CUR macro expanded too much for AIX compilers
2005-06-29 Nicholas ClarkMake warnings.t pass with -DPERL_DONT_CREATE_GVSV
2005-06-28 Steve HayStop "Possible use before definition" warning following...
2005-06-26 Nicholas ClarkNeed to pass a my_perl to S_my_localtime to make thread...
2005-06-24 H.Merijn BrandWorkaround localtime edge case where TZ makes time...
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Rafael Garcia-SuarezWarning suppression.
2005-06-23 Steve HaySilence bcc32 compiler warnings following change 24945
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-10 Nicholas ClarkPassing read only values (such as string constants...
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clarkn_a no more
2005-06-08 Nicholas ClarkRemove two more unused C<n_a>s
2005-06-08 Nicholas ClarkConvert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-04 Rafael Garcia-SuarezSimplify the getppid code, by Alexey Tourbin
2005-06-03 Andy LesterRandom consting
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-06-02 Andy LesterQuotes 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
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-02 Rafael Garcia-SuarezFor perls where pids and ppids are cached, when the...
2005-04-27 Rafael Garcia-SuarezA couple of warning fixes by Gisle
2005-04-22 Steve HayFix my_chsize() for systems having chsize(), broken...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-18 Nicholas ClarkSvPV_renew also calls SvLEN_set
2005-04-18 Nicholas ClarkReplace Renew(SvPVX(...)...) with SvPV_renew, which...
2005-04-11 Rafael Garcia-SuarezMake the four-argument form of select() return undef
2005-04-05 Nicholas ClarkDown with potentially incorrect duplicate prototypes
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-29 Steve HayFix PerlLIO_chsize() for platforms that don't have...
2005-03-25 Andy LesterConsting five
next