This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc: clarify that "do $file" isn't really like "eval `cat $file`"
[perl5.git] / doio.c
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-10 Father Chrysostomosdoio.c: Use SvREFCNT_dec_NN
2012-12-09 Karl WilliamsonSilence some g++ compiler warnings
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-03 Craig A. BerryRemove thread context from Perl_vmssetuserlnm.
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-11 Chip Salzenbergensure shmread() calls get and set magic once
2012-07-11 Chip Salzenberghold pid in Pid_t, not I32, for kill()
2012-06-26 Steve HayRemove C++isms from doio.c
2012-06-26 Darin McBride[perl #112990] Simplify kill implementation and docs
2012-06-23 Father Chrysostomos[perl #113798] Don’t hide PATH from perlglob
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryFile scope for VMS-specific #includes.
2012-05-22 Karl Williamsondoio.c: Add some comments
2012-05-21 Father ChrysostomosMove stack extension into FT_* macros
2012-05-21 Father ChrysostomosMake filetest ops fiddle the stack less
2012-04-17 Karl WilliamsonPATCH: [perl #111338] Warnings in utf8 subcategories...
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-14 Father ChrysostomosMake -l HANDLE set PL_laststatval with fatal warnings
2012-01-14 Father ChrysostomosSquash repetitititive code in doio.c:my_stat_flags
2012-01-14 Father ChrysostomosMake failed filetests consistent with & w/out fatal...
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2011-10-24 Father ChrysostomosMake <~> work again under miniperl
2011-10-07 Father ChrysostomosUse HEKf
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Brian Fraserdoio.c: Make warnings UTF8- and nul-clean
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()
next