summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the MemShared re-#define (again)Nick Ing-Simmons2001-10-201-5/+0
* Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()Nick Ing-Simmons2001-10-201-1/+53
* Fix for ithreads/stdio buildNick Ing-Simmons2001-10-201-0/+18
* Implement PerlIOStdio_dup (explains core dumps - dupNick Ing-Simmons2001-10-161-2/+22
* When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of bufferNick Ing-Simmons2001-10-161-0/+14
* Builds under ithreads (but fails all threads tests)Nick Ing-Simmons2001-10-161-4/+7
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-25/+42
* Beginings of PerlIO_dup support (unstable)Nick Ing-Simmons2001-10-151-113/+182
* Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.chromatic2001-09-261-1/+2
* Reindent the PerlIO files (suggested by NI-S), usedJarkko Hietaniemi2001-09-171-2841/+2781
* Revert #11973, the dTHX seems to be needed in thereJarkko Hietaniemi2001-09-101-0/+1
* Remove unused dTHX. Silenced another warning.Artur Bergman2001-09-101-1/+0
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* (was Re: PerlIO regerssion tests?)Nicholas Clark2001-08-251-1/+4
* Integrate the PerlCE (WinCE Perl) port;Jarkko Hietaniemi2001-08-021-1/+1
* Retract #11530 (the dTHX is needed under threads)Jarkko Hietaniemi2001-08-011-0/+1
* (Retracted by #11531)Jarkko Hietaniemi2001-08-011-1/+0