This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/locale.t: Don't test strftime without LC_TIME
[perl5.git] / doio.c
2014-06-12 Brian FraserAdding missing HEKfARG() invocations
2014-06-03 Jarkko Hietaniemi375ed12a broke Config::IniFiles
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-28 Jarkko HietaniemiHide the VMS error identifier SS$_NOPRIV, as customary.
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-03-19 Nicholas ClarkIn Perl_nextargv(), move variable declarations into...
2014-03-19 Nicholas ClarkSimplify the code in Perl_nextargv().
2014-03-19 Nicholas ClarkChange core uses of Perl_do_openn() to Perl_do_open6...
2014-03-19 Nicholas ClarkSplit Perl_do_openn() into Perl_do_open_raw() and Perl_...
2014-03-19 Nicholas ClarkExtract the cleanup code of Perl_do_openn() into S_open...
2014-03-19 Nicholas ClarkExtract the setup code of Perl_do_openn() into S_openn_...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), disambiguate the two separate uses...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), move the variable result into the...
2014-03-19 Nicholas ClarkPerl_do_openn() doesn't need to set num_svs and svp.
2014-03-19 Nicholas ClarkPerl_do_openn() should call PerlIO_openn() with arg...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), move {in,out}_{raw,crlf} into the...
2014-03-01 Nicholas ClarkNo need for code conditional on S_IFMT being defined...
2014-02-28 David Mitchell[perl #121230] fix kill -SIG on win32
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-25 Father Chrysostomosdoio.c: Stop semop from modifying its argument
2013-12-09 Brian ChildsFixes the case where on 64bit big-endian boxes, calls...
2013-12-03 Karl Williamsondoio.c: Remove EBCDIC dependency
2013-12-03 Craig A. BerryCheck unlink on directory for all users, not just root.
2013-12-03 Evan ZacksMake unlink on directory as root set errno.
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-13 David Mitchellsilence some compiler warnings
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-21 Brian FraserRemove the ifdefs for ULTRIX_STDIO_BOTCH
2013-09-09 Tony Cook[perl #117265] move the "glob failed" warning to the...
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-06-05 Father Chrysostomos-l $handle warning: globs, iorefs, utf8
2013-05-11 Niko TyniFix -Wformat-security issues
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-05-08 Ricardo SignesRestore the warning previously issued by (-l $fh)
2013-03-03 Craig A. BerryAdd return statements where missing in doio.c IPC funct...
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
next