| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 1 | -19/+33 |
* | Fix for "perlio bug in koi8-r encoding". The problem | Jarkko Hietaniemi | 2001-11-15 | 1 | -9/+12 |
* | [Patch Perl@12856] MULTIPLICITY on VMS | Charles Lane | 2001-11-12 | 1 | -0/+5 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | Enhance the open pragma to support :utf8, :locale, | Jarkko Hietaniemi | 2001-11-10 | 1 | -2/+2 |
* | [REPATCH] Re: PerlIOBuf_dup | Nicholas Clark | 2001-11-04 | 1 | -10/+17 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-11-03 | 1 | -33/+38 |
* | microperl sync. | Jarkko Hietaniemi | 2001-11-02 | 1 | -0/+2 |
* | BeOS tweaks: | Jarkko Hietaniemi | 2001-10-29 | 1 | -1/+1 |
* | Have :stdio layer update an honour the fd refcnt table. | Nick Ing-Simmons | 2001-10-28 | 1 | -50/+60 |
* | Use fd refcounts to solve the problem highlighted by new Embed.t, at | Nick Ing-Simmons | 2001-10-28 | 1 | -32/+46 |
* | Integrate change #12711 from perlio; | Jarkko Hietaniemi | 2001-10-27 | 1 | -57/+100 |
|\ |
|
| * | Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). | Nick Ing-Simmons | 2001-10-27 | 1 | -57/+100 |
* | | C RTL awareness update for VMS | Craig A. Berry | 2001-10-27 | 1 | -2/+2 |
|/ |
|
* | Make the PerlIO_init() prototypes consistent. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+2 |
* | Restore non-ithreads build. Interestingly binmode test passes | Nick Ing-Simmons | 2001-10-22 | 1 | -1/+3 |
* | Convert rest of PerlIO's memory tables to per-interp and add clone functions | Nick Ing-Simmons | 2001-10-21 | 1 | -75/+72 |
* | PerlIO layer table as PL_perlio (per-interpreter) | Nick Ing-Simmons | 2001-10-21 | 1 | -38/+56 |
* | Fix typos in new locking on MemShared | Nick Ing-Simmons | 2001-10-20 | 1 | -2/+4 |
* | Remove the MemShared re-#define (again) | Nick Ing-Simmons | 2001-10-20 | 1 | -5/+0 |
* | Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() | Nick Ing-Simmons | 2001-10-20 | 1 | -1/+53 |
* | Fix for ithreads/stdio build | Nick Ing-Simmons | 2001-10-20 | 1 | -0/+18 |
* | Implement PerlIOStdio_dup (explains core dumps - dup | Nick Ing-Simmons | 2001-10-16 | 1 | -2/+22 |
* | When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer | Nick Ing-Simmons | 2001-10-16 | 1 | -0/+14 |
* | Builds under ithreads (but fails all threads tests) | Nick Ing-Simmons | 2001-10-16 | 1 | -4/+7 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -25/+42 |
* | Beginings of PerlIO_dup support (unstable) | Nick Ing-Simmons | 2001-10-15 | 1 | -113/+182 |
* | Re: binmode(STDOUT, ":unix") busted when STDOUT is piped. | chromatic | 2001-09-26 | 1 | -1/+2 |
* | Reindent the PerlIO files (suggested by NI-S), used | Jarkko Hietaniemi | 2001-09-17 | 1 | -2841/+2781 |
* | Revert #11973, the dTHX seems to be needed in there | Jarkko Hietaniemi | 2001-09-10 | 1 | -0/+1 |
* | Remove unused dTHX. Silenced another warning. | Artur Bergman | 2001-09-10 | 1 | -1/+0 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |
* | (was Re: PerlIO regerssion tests?) | Nicholas Clark | 2001-08-25 | 1 | -1/+4 |
* | Integrate the PerlCE (WinCE Perl) port; | Jarkko Hietaniemi | 2001-08-02 | 1 | -1/+1 |
* | Retract #11530 (the dTHX is needed under threads) | Jarkko Hietaniemi | 2001-08-01 | 1 | -0/+1 |
* | (Retracted by #11531) | Jarkko Hietaniemi | 2001-08-01 | 1 | -1/+0 |
* | Fix open(...,"...:layer(xxx)",...) | Nick Ing-Simmons | 2001-07-10 | 1 | -1/+1 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -2/+1 |
* | format | Robin Barker | 2001-06-21 | 1 | -1/+1 |
* | Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread. | Nick Ing-Simmons | 2001-06-20 | 1 | -13/+20 |
* | [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_o... | Spider Boardman | 2001-06-19 | 1 | -3/+10 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+4 |
* | Disable :win32 layer as default till I get it working | Nick Ing-Simmons | 2001-06-16 | 1 | -4/+4 |
* | Work-in-progress win32 layer semi-functional, checking | Nick Ing-Simmons | 2001-06-16 | 1 | -5/+13 |
* | Work in progress UNIX-side edit of win32 PerLIO layer | Nick Ing-Simmons | 2001-06-16 | 1 | -2/+8 |
* | Fix open.pm to work via XS-implemented method calls rather | Nick Ing-Simmons | 2001-06-15 | 1 | -6/+46 |
* | Re: [PATCH} perlio and threading @ 10576 + report | H.Merijn Brand | 2001-06-15 | 1 | -0/+1 |
* | Steps along the road toward Win32 building again. | Nick Ing-Simmons | 2001-06-14 | 1 | -1/+4 |
* | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 1 | -93/+135 |
* | Paper over a crack or two with USE_SFIO | Nick Ing-Simmons | 2001-06-10 | 1 | -1/+27 |