Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / doio.c
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.5 upstream/5.33.5
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2022-01-21 DongHun KwakImported Upstream version 5.33.1 upstream/5.33.1
2020-12-17 DongHun KwakImported Upstream version 5.32.0 upstream/5.32.0
2020-12-17 DongHun KwakImported Upstream version 5.31.11 upstream/5.31.11
2020-12-17 DongHun KwakImported Upstream version 5.31.8 upstream/5.31.8
2020-12-17 DongHun KwakImported Upstream version 5.31.7 upstream/5.31.7
2020-12-17 DongHun KwakImported Upstream version 5.31.2 upstream/5.31.2
2020-12-17 DongHun KwakImported Upstream version 5.31.1 upstream/5.31.1
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.2 upstream/5.28.2
2019-09-26 DongHun KwakImported Upstream version 5.28.1 upstream/5.28.1
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.9 50/136050/1
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.25.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.23.9 38/136038/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.5 34/136034/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
2014-03-19 Nicholas ClarkMerge the refactoring of Perl_do_openn() to blead.
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 ClarkMerge the sfio removal to blead.
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-12-02 Steve HayMerge branch 'dirnames' into blead
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] fix various problems with safesyscalls
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-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
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
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 Chrysostomos[Merge] SvPOK bug hunt
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
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-23 Rafael Garcia-SuarezMerge branch 'rgs/overload' into blead
2012-05-22 Karl Williamsondoio.c: Add some comments
2012-05-21 Father Chrysostomos[Merge] Filetest refactoring
next