summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix open(...,"...:layer(xxx)",...)Nick Ing-Simmons2001-07-101-1/+1
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-2/+1
* format Robin Barker2001-06-211-1/+1
* Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.Nick Ing-Simmons2001-06-201-13/+20
* [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_o...Spider Boardman2001-06-191-3/+10
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+4
* Disable :win32 layer as default till I get it workingNick Ing-Simmons2001-06-161-4/+4
* Work-in-progress win32 layer semi-functional, checking Nick Ing-Simmons2001-06-161-5/+13
* Work in progress UNIX-side edit of win32 PerLIO layerNick Ing-Simmons2001-06-161-2/+8
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-6/+46
* Re: [PATCH} perlio and threading @ 10576 + report H.Merijn Brand2001-06-151-0/+1
* Steps along the road toward Win32 building again.Nick Ing-Simmons2001-06-141-1/+4
* Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-131-93/+135
* Paper over a crack or two with USE_SFIONick Ing-Simmons2001-06-101-1/+27