This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Repeat change 33508 - change 33561 re-instated the mistake in change
[perl5.git] / pp_sys.c
2008-02-22 Craig A. BerryFollowing 33291, on VMS we need to use the same prototy...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-20 Nicholas ClarkSplit struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas ClarkExtend PUSHFORMAT() to take a second parameter to set...
2008-01-06 pravus@cpan.org[perl #49003] pp_ftrread appears to use the wrong acces...
2008-01-04 Vincent PitRe: SV leak?
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2007-10-17 joshFix a few segfaults and a when() bug
2007-09-24 Dave Mitchellsixth attempt to silence S_emulate_eaccess compiler...
2007-09-24 Dave Mitchellfifth attempt to silence S_emulate_eaccess compiler...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-18 Rick DelaneyRe: t/op/taint.t failed on EBCDIC platform
2007-07-16 Dave Mitchellfourth attempt to silence S_emulate_eaccess compiler...
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-07 Jerry D. HeddenSilence compiler warnings
2007-05-21 Jarkko Hietaniemipp_sys.c: gethostbyaddr
2007-05-01 Steve PetersAdd Perl_my_dirfd() to util.c
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-09 Steve PetersPrefer dirhandles to filehandles when passing a barewor...
2007-03-08 Rafael Garcia-SuarezNeed to extend the stack when using warn() without
2007-03-03 Rafael Garcia-SuarezCompilation warnings fixes by Jerry D. Hedden
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-13 Gisle AasRe: AW: umask handling in File::Temp
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2006-12-23 Rafael Garcia-Suarezsyswrite() wasn't reporting a warning when writing...
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-11-07 Rafael Garcia-SuarezForbid using tainted formats in printf and sprintf
2006-10-21 Steve PetersQuiet a warning in pp_sys.c on AIX.
2006-10-01 Nicholas ClarkIn pp_binmode, call mode_from_discipline() once and...
2006-08-21 Jarkko Hietaniemig++/Tru64: got perl linking once got the linkage right
2006-08-10 Rafael Garcia-Suarezlstat on *GLOB{IO} with warnings on would segfault
2006-08-10 Jarkko Hietaniemig++: gethostbyaddr, and more Tru64 defines
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-03 Jarkko HietaniemiTru64 oops
2006-08-03 Jarkko Hietaniemimore g++ in Tru64
2006-07-28 Steve PetersChange stat() and -X filetests so that they treat ...
2006-07-23 Jarkko Hietaniemiz/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-15 Jarkko Hietaniemivarious safety/portability tweaks
2006-07-10 Steve PetersConvert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-03 Steve PetersAllow stat() and -X file tests work on dirhandles.
2006-05-22 Andy Lesterpp_sys cleanup again
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-12 Andy LesterProper use of static funcs in toke.c and pp_sys.c
2006-05-03 Jarkko Hietaniemipp_sys.c: U8* cast
2006-04-30 Nicholas ClarkFix two errors found by Coverity.
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-16 Nicholas ClarkCoverity notes that we might be dereferencing fgv befor...
2006-04-15 bah@longitude.comHandle null io in leavewrite (not possible?) (Coverity)
2006-04-10 Jarkko Hietaniemipp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-10 Jarkko Hietaniemipp_sys.c: some Coverity findings: NULL guards for io...
2006-04-10 Jarkko Hietaniemies: quiet some warnings (with a free AIX cpp insanity...
2006-03-26 Nicholas ClarkReplace all sv_mortalcopy(&PL_sv_no); sv_set*(...)...
2006-03-25 Nicholas ClarkAdd S_space_join_names_mortal() which joins a char...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-08 Peter Dintelmann[perl #38464] chdir() on closed handles
2006-02-08 Andy LesterHandle unused args
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-13 Ken HirschRe: Today's compiling adventure
2006-01-10 Andy LesterIt's the Barbie bus patch
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.
next