summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Portability and doc tweaks to PerlIO/XS stuff.Nick Ing-Simmons2002-05-081-106/+136
* PerlIO/XS interface routine and doc updates fromNick Ing-Simmons2002-05-081-3/+8
* Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.Nick Ing-Simmons2002-05-021-0/+4
* Use PerlSIO_fdupopen() if not using PerlIONick Ing-Simmons2002-05-021-1/+7
* Fix the "PerlIO require leak". Snag was that clean_objsNick Ing-Simmons2002-05-021-5/+12
* Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-271-16/+22
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-5/+5
* Re: [ID 20020416.001] 'close' does not report failure when buffer flush failsMark-Jason Dominus2002-04-161-2/+1
* Disable test code (assertions) in CRLF layer.Nick Ing-Simmons2002-04-141-2/+2
* ASCII vs BINARY on OS/2 in perlioIlya Zakharevich2002-04-021-6/+11
* Fix [ID 20020326.001] - cr/lf spanning buffer boundaryNick Ing-Simmons2002-03-261-3/+3
* warnings for perlio + othersPaul Marquess2002-03-251-4/+10
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+5
* Workaround for DJGPP broken F_GETFL from Laszlo.Jarkko Hietaniemi2002-01-281-0/+3
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Experimental binmode() re-coding (UNIX okay - but it would be...)Nick Ing-Simmons2001-12-311-13/+67
* perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)Nick Ing-Simmons2001-12-311-70/+76
* Re: bleadperl doesn't compileGerrit P. Haase2001-12-261-0/+1
* Add at least the "important" PerlIO_xxxx functions to embed.plNick Ing-Simmons2001-12-221-113/+61
* The CR at EOF fix earlier broke CR at end-of-buffer.Nick Ing-Simmons2001-12-221-5/+15
* Correct checking code which Ilya spotted was tripped by CR at EOF.Nick Ing-Simmons2001-12-221-9/+1
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-191-160/+145
* Silence compiler worries found by Schwern/Digital cc.Jarkko Hietaniemi2001-12-141-3/+3
* Fixes for casting problems detected on a SuSE 7.2 Itanium,Jarkko Hietaniemi2001-12-121-13/+14
* Detypo and rename.Jarkko Hietaniemi2001-12-121-5/+5
* We need DWIM cpps.Jarkko Hietaniemi2001-12-111-2/+2
* Try to handle platforms that have O_TEXT != O_BINARY butJarkko Hietaniemi2001-12-111-14/+14
* [patch perlio.c] test for NULL before derefencingStas Bekman2001-12-111-2/+2
* Tweak multi-arg open error messagesNick Ing-Simmons2001-12-081-2/+2
* Allow multi-arg open() if opening layer declares this legal.Nick Ing-Simmons2001-12-081-1/+7
* Wrong way to get stdio mode used.Nick Ing-Simmons2001-11-181-3/+1
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-19/+33
* Fix for "perlio bug in koi8-r encoding". The problemJarkko Hietaniemi2001-11-151-9/+12
* [Patch Perl@12856] MULTIPLICITY on VMS Charles Lane2001-11-121-0/+5
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* Enhance the open pragma to support :utf8, :locale,Jarkko Hietaniemi2001-11-101-2/+2
* [REPATCH] Re: PerlIOBuf_dupNicholas Clark2001-11-041-10/+17
* Integrate perlio:Jarkko Hietaniemi2001-11-031-33/+38
* microperl sync.Jarkko Hietaniemi2001-11-021-0/+2
* BeOS tweaks:Jarkko Hietaniemi2001-10-291-1/+1
* Have :stdio layer update an honour the fd refcnt table.Nick Ing-Simmons2001-10-281-50/+60
* Use fd refcounts to solve the problem highlighted by new Embed.t, atNick Ing-Simmons2001-10-281-32/+46
* Integrate change #12711 from perlio;Jarkko Hietaniemi2001-10-271-57/+100
|\
| * Use ref count scheme rather than PerlLIO_dup() to do fp_dup().Nick Ing-Simmons2001-10-271-57/+100
* | C RTL awareness update for VMSCraig A. Berry2001-10-271-2/+2
|/
* Make the PerlIO_init() prototypes consistent.Jarkko Hietaniemi2001-10-231-2/+2
* Restore non-ithreads build. Interestingly binmode test passesNick Ing-Simmons2001-10-221-1/+3
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-75/+72
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-38/+56
* Fix typos in new locking on MemSharedNick Ing-Simmons2001-10-201-2/+4