summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid wraparound when casting unsigned size_t to signed ssize_t.Andy Dougherty2013-02-141-4/+4
* fileno() was failing when passed a NULL. I'm guessing that we don't really n...Steve Peters2009-04-151-1/+3
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-2/+2
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-0/+6
* Silence compiler warning in perlio.cJerry D. Hedden2009-02-141-0/+2
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-5/+5
* From change #34775, reverting perlio.c change for now. Also,Steve Peters2009-01-261-14/+3
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ...Goro Fuji2009-01-261-3/+14
* [perl #54828] perlio.c has a problem (both 5.8 and 5.10)Goro Fuji2009-01-261-3/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-0/+2
* Integrate:Nicholas Clark2008-10-271-1/+8
* Integrate:Nicholas Clark2008-10-261-1/+1
* Integrate:Nicholas Clark2008-06-081-1/+1
* Integrate:Dave Mitchell2008-05-291-0/+3
* Integrate:Dave Mitchell2008-05-271-7/+3
* Integrate:Nicholas Clark2008-03-311-0/+3
* Integrate:Nicholas Clark2008-03-281-1/+1
* Integrate:Nicholas Clark2008-03-141-8/+8
* Integrate:Nicholas Clark2008-03-121-3/+35
* 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
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-201-27/+27
* Memory leak fix, by JarkkoRafael Garcia-Suarez2006-10-191-0/+21