This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup
[perl5.git] / doio.c
2011-09-18 Leon TimmermansOnly upgrade when necessary
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-18 Father ChrysostomosMake stacked -l work
2011-09-16 Father Chrysostomos[perl #93638] $ENV{LS_COLORS} causes miniperl glob...
2011-09-14 Leon TimmermansFix #98480 math when reading shared memory
2011-09-11 Father ChrysostomosMake utime handle get-magic correctly for glob(ref)s
2011-09-11 Father ChrysostomosMake filetest ops handle get-magic correctly for glob...
2011-09-10 Father Chrysostomos-l followed by bareword should leave the stack alone
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-10 Father Chrysostomosch(dir|mod|own) should also call FETCH on refs to tied...
2011-09-09 Father Chrysostomosch(dir|mod|own) should not ignore get-magic on glob...
2011-01-10 Karl WilliamsonAdd check_utf8_print()
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-02 Nicholas ClarkGvIO(gv) returns NULL for a NULL gv, so refactor to...
2010-12-28 Nicholas ClarkAs report_evil_fh() checks WARN_{CLOSED,UNOPENED},...
2010-12-28 Nicholas ClarkAs report_wrongway_fh() checks ckWARN(WARN_IO) internal...
2010-12-28 Nicholas ClarkArgument op to report_evil_fh() is always PL_op->op_typ...
2010-12-28 Nicholas ClarkThe io argument to report_evil_fh() is always GvIO...
2010-12-28 Nicholas ClarkExtract the OP_phoney_* code from report_evil_fh()...
2010-09-20 Father ChrysostomosDon’t use PL_op without checking it first.
2010-09-16 Father ChrysostomosFix "Wide character in warn" warning
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-06-25 Tony CookRT #75812: apply get magic before checking flags, PVX
2010-04-18 Nicholas ClarkMove PERL_ASYNC_CHECK() from POPBLOCK() to the kill...
2010-03-21 David Mitchell[perl #73626] get magic wasn't called on 3rd arg of...
2010-01-14 Reini UrbanCYG23-544-stat
2009-12-03 Tony Cook[perl #70802] -i'*' refuses to work
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-07-09 Jerry D. HeddenFix compiler warning in doio.c
2009-07-09 David GoldenMake kill() fatal for non-numeric pids
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-24 Marcus Holland-MoritzFix perl #63924: shmget limited to 32 bit segment size...
2008-12-14 Nicholas ClarkFix change 35082 by manually expanding do_open() to...
2008-12-13 Chip SalzenbergRe: [perl #60904] Race condition with perl -i.bk
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-11-26 Nicholas ClarkJust s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clarkingroup() is only used in doio.c.
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-04-30 Vincent PitDouble magic/warnings with binmode $fh, undef
2008-02-14 Vincent Pitdoio.c:Perl_my_lstat:/* XXX Do really need to be callin...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2007-12-20 Robin Barkermake miniperl -Wwrite-strings clean
2007-11-29 Rafael Garcia-SuarezSilence unused argument warnings when HAS_MSG isn't...
2007-10-20 Nicholas ClarkIn Perl_do_openn() we know the length of oname, so...
2007-10-16 Nicholas ClarkGiven that the buffer for mode in Perl_do_openn() has...
2007-10-12 Nicholas ClarkRemove some strlen()s and replace one strlcpy() with...
2007-10-03 Marcus Holland-MoritzOne const too much. (Unfortunately, the Copy macro...
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
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-21 Steve PetersSilence a couple of warnings caused by change #30672.
2007-02-14 Nicholas ClarkThere's no need to special case SVt_NULL in the print...
2007-01-29 Nicholas ClarkAdd av_create_and_push() and av_create_and_unshift_one...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-11-24 Rafael Garcia-SuarezRevert change #29098 (that introduced a new warning,
2006-10-24 SADAHIRO TomoyukiNew UTF-8 warning : Variable length character upgraded...
2006-10-13 Robin Barkercompiler warning noreturn
2006-10-09 Dave Mitchellfix bad free in do_exec3()
2006-09-25 Jarkko HietaniemiRe: Change 28877: [PATCH] deal with some gcc warnings
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-17 Nicholas ClarkFix one genuine unitialised code path spotted by gcc...
2006-08-10 Jarkko Hietaniemidoio.c: vararg NULLs must be cast right
2006-07-28 Steve PetersChange stat() and -X filetests so that they treat ...
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-07-10 Steve PetersRestoring change #28523 accidentilly reverted with...
2006-07-10 Steve PetersConvert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-10 Steve PetersChange existing uses of strlcpy()/strlcat() to use...
2006-07-10 Rafael Garcia-SuarezFix a signed/unsigned warning
2006-07-04 Craig A. Berryfix type mismatch warning caused by return statement...
2006-07-03 Steve PetersAllow stat() and -X file tests work on dirhandles.
2006-06-09 Jan DuboisAdd error checks after execing PL_cshname or PL_sh_path
2006-06-06 Andy Lestermore accumulated cleanups
2006-05-19 Jarkko Hietaniemistrlcat aaargh
2006-05-03 Andy Lesterclean up loops in doio.c and dump.c
2006-04-29 Nicholas ClarkIt should never be possible for SvGMAGICAL() to be...
2006-04-29 Nicholas Clarkprint 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-24 Martin Hasch[perl #38709] Opening '|-' triggers unjustified taint...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-05 John E. MalmbergRe: threads and VMS
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 John E. Malmbergpatch@27236 vms glob/readdir/chdir EFS/long filename...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-08 Andy LesterHandle unused args
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-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
next