summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Silence compiler warning in perlio.cJerry D. Hedden2008-12-101-0/+2
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-5/+5
* From change #34775, reverting perlio.c change for now. Also,Steve Peters2008-11-081-14/+3
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ...Goro Fuji2008-11-081-3/+14
* [perl #54828] perlio.c has a problem (both 5.8 and 5.10) Goro Fuji2008-11-081-3/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-0/+2
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-2/+2
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-2/+2
* Cope with brain damage in PerlIO::via, which will let you fclose() theNicholas Clark2008-10-261-1/+8
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* [perl #54828] perlio.c has a problem (both 5.8 and 5.10) Goro Fuji2008-06-011-1/+1
* Add two missing dVAR's.Marcus Holland-Moritz2008-04-131-0/+3
* Correct two spelling mistakes, and reformat some comments.Nicholas Clark2008-03-131-8/+8
* Change 33492 did not spread the protection wide enough. There wereNicholas Clark2008-03-121-13/+24
* We need mutex protection in PerlIOStdio_close() for the duration ofNicholas Clark2008-03-121-1/+22
* Correct logic error in PerlIOStdio_close() - 0 is an acceptable valueNicholas Clark2008-03-121-2/+2
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-1/+1
* Unused var in perlio.c (revised)Jerry D. Hedden2008-02-131-0/+3
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+6
* Remove an unneeded if statement.Steve Peters2008-02-081-3/+1
* Remove redundant checkRafael Garcia-Suarez2008-02-081-4/+2
* In XS_PerlIO_get_layers() take advantage of the implementation ofNicholas Clark2008-02-021-0/+5
* Disable debugging output in PerlIO_teardown;Dave Mitchell2007-11-071-0/+7
* As reported in bug #46207, change 30633 to PerlIO_exportFILE() andNicholas Clark2007-11-051-1/+14
* Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)Jarkko Hietaniemi2007-11-031-4/+11
* Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created emptyNicholas Clark2007-10-061-3/+3
* Directly create the SV with Perl_newSVpvf() rather than usingNicholas Clark2007-10-061-3/+2
* When dup'ing a filehandle, retain the :utf8 layerRafael Garcia-Suarez2007-03-301-0/+2
* PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fdNicholas Clark2007-03-191-0/+4
* PerlIO_importFILE() should increase the reference count on the fdNicholas Clark2007-03-171-0/+1
* Compilation warnings fixes by Jerry D. HeddenRafael Garcia-Suarez2007-03-031-0/+7
* perlio.c (PerlIO_tmpfile): fix memory leakAlexey Tourbin2007-02-241-1/+1
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-20/+20
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-1/+1
* Re: Race condition in IPC::Open3 / Mac OS?Bo Lindbergh2007-01-201-3/+9
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-1/+1
* Normalize copyright of perlio.c for years >= 2006Rafael Garcia-Suarez2007-01-051-1/+1
* Update copyright for perlio.cRafael Garcia-Suarez2007-01-051-3/+6
* Re: [PATCH] perlio.c repairBo Lindbergh2007-01-051-23/+26
* 4th patch from: Marcus Holland-Moritz2007-01-041-5/+7
* The first three patches from:Marcus Holland-Moritz2007-01-041-9/+9
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-3/+1
* Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ...Jarkko Hietaniemi2006-12-061-10/+6
* Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ...Jarkko Hietaniemi2006-12-051-7/+7
* Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testingYves Orton2006-12-031-12/+5
* Tweaks needed to get Perl compiling with g++ on OpenBSD.Steve Peters2006-11-181-1/+1
* Initial cleanups to support compiling Win32 with MinGW g++.Steve Peters2006-10-301-1/+1
* Change the non-mkstemp, non-win32 code path of PerlIO_tmpfileCraig A. Berry2006-10-301-10/+3
* No warning was produced if perl failed to load PerlIO::scalarRafael Garcia-Suarez2006-10-241-2/+8
* Enable perlio mutexes under threads (by Jarkko)Rafael Garcia-Suarez2006-10-201-20/+28