2001-11-18 |
Nick Ing-Simmons |
Wrong way to get stdio mode used. |
blob | commitdiff |
2001-11-18 |
Nick Ing-Simmons |
Allow dup'ing of PerlIO::Scalar etc. |
blob | commitdiff | diff to current |
2001-11-15 |
Jarkko Hietaniemi |
Fix for "perlio bug in koi8-r encoding". The problem |
blob | commitdiff | diff to current |
2001-11-12 |
Charles Lane |
[Patch Perl@12856] MULTIPLICITY on VMS |
blob | commitdiff | diff to current |
2001-11-12 |
Jeffrey Friedl |
a few typo fixes |
blob | commitdiff | diff to current |
2001-11-10 |
Jarkko Hietaniemi |
Enhance the open pragma to support :utf8, :locale, |
blob | commitdiff | diff to current |
2001-11-04 |
Nicholas Clark |
[REPATCH] Re: PerlIOBuf_dup |
blob | commitdiff | diff to current |
2001-11-03 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2001-11-03 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-11-03 |
Nick Ing-Simmons |
Fix clone_leak problem. |
blob | commitdiff | diff to current |
2001-11-03 |
Nick Ing-Simmons |
Tweaks attempting to locate Doug's clone_leak leak. |
blob | commitdiff | diff to current |
2001-11-02 |
Jarkko Hietaniemi |
microperl sync. |
blob | commitdiff | diff to current |
2001-10-29 |
Jarkko Hietaniemi |
BeOS tweaks: |
blob | commitdiff | diff to current |
2001-10-28 |
Nick Ing-Simmons |
Have :stdio layer update an honour the fd refcnt table. |
blob | commitdiff | diff to current |
2001-10-28 |
Nick Ing-Simmons |
Use fd refcounts to solve the problem highlighted by... |
blob | commitdiff | diff to current |
2001-10-27 |
Jarkko Hietaniemi |
Integrate change #12711 from perlio; |
blob | commitdiff | diff to current |
2001-10-27 |
Craig A. Berry |
C RTL awareness update for VMS |
blob | commitdiff | diff to current |
2001-10-27 |
Nick Ing-Simmons |
Use ref count scheme rather than PerlLIO_dup() to do... |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Make the PerlIO_init() prototypes consistent. |
blob | commitdiff | diff to current |
2001-10-22 |
Nick Ing-Simmons |
Restore non-ithreads build. Interestingly binmode test... |
blob | commitdiff | diff to current |
2001-10-21 |
Nick Ing-Simmons |
Convert rest of PerlIO's memory tables to per-interp... |
blob | commitdiff | diff to current |
2001-10-21 |
Nick Ing-Simmons |
PerlIO layer table as PL_perlio (per-interpreter) |
blob | commitdiff | diff to current |
2001-10-20 |
Nick Ing-Simmons |
Fix typos in new locking on MemShared |
blob | commitdiff | diff to current |
2001-10-20 |
Nick Ing-Simmons |
Remove the MemShared re-#define (again) |
blob | commitdiff | diff to current |
2001-10-20 |
Nick Ing-Simmons |
Extract doio.c's open(2) mode to string conversion... |
blob | commitdiff | diff to current |
2001-10-20 |
Nick Ing-Simmons |
Fix for ithreads/stdio build |
blob | commitdiff | diff to current |
2001-10-17 |
Jarkko Hietaniemi |
Oh, bother. In Tru64 cc -std1 was looking rather nice |
blob | commitdiff | diff to current |
2001-10-17 |
Jarkko Hietaniemi |
(retracted by #12485) |
blob | commitdiff | diff to current |
2001-10-16 |
Nick Ing-Simmons |
Implement PerlIOStdio_dup (explains core dumps - dup |
blob | commitdiff | diff to current |
2001-10-16 |
Nick Ing-Simmons |
When USE_ITHREADS avoid SV * in PerlIO_debug, at risk... |
blob | commitdiff | diff to current |
2001-10-16 |
Nick Ing-Simmons |
Builds under ithreads (but fails all threads tests) |
blob | commitdiff | diff to current |
2001-10-16 |
Nick Ing-Simmons |
Skeleton of "PerlIO_dup" coded. |
blob | commitdiff | diff to current |
2001-10-15 |
Nick Ing-Simmons |
Beginings of PerlIO_dup support (unstable) |
blob | commitdiff | diff to current |
2001-09-26 |
chromatic |
Re: binmode(STDOUT, ":unix") busted when STDOUT is... |
blob | commitdiff | diff to current |
2001-09-17 |
Jarkko Hietaniemi |
Reindent the PerlIO files (suggested by NI-S), used |
blob | commitdiff | diff to current |
2001-09-10 |
Jarkko Hietaniemi |
Revert #11973, the dTHX seems to be needed in there |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman |
Remove unused dTHX. Silenced another warning. |
blob | commitdiff | diff to current |
2001-08-31 |
Gurusamy Sarathy |
remove deprecated PERL_OBJECT cruft, it has long since... |
blob | commitdiff | diff to current |
2001-08-25 |
Nicholas Clark |
(was Re: PerlIO regerssion tests?) |
blob | commitdiff | diff to current |
2001-08-02 |
Jarkko Hietaniemi |
Integrate the PerlCE (WinCE Perl) port; |
blob | commitdiff | diff to current |
2001-08-01 |
Jarkko Hietaniemi |
Retract #11530 (the dTHX is needed under threads) |
blob | commitdiff | diff to current |
2001-08-01 |
Jarkko Hietaniemi |
(Retracted by #11531) |
blob | commitdiff | diff to current |
2001-07-10 |
Nick Ing-Simmons |
Fix open(...,"...:layer(xxx)",...) |
blob | commitdiff | diff to current |
2001-07-10 |
Jarkko Hietaniemi |
PerlIO ":encoding(foobar)" temporary fix. |
blob | commitdiff | diff to current |
2001-06-30 |
Jarkko Hietaniemi |
Code cleanup based on turning off the -woffs in IRIX. |
blob | commitdiff | diff to current |
2001-06-21 |
Robin Barker |
format |
blob | commitdiff | diff to current |
2001-06-20 |
Nick Ing-Simmons |
Fix PERLIO=unix bug, while restoring maximal buffer... |
blob | commitdiff | diff to current |
2001-06-19 |
Spider Boardman |
[ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 ... |
blob | commitdiff | diff to current |
2001-06-16 |
Jarkko Hietaniemi |
NetWare port from Guruprasad S <SGURUPRASAD@novell... |
blob | commitdiff | diff to current |
2001-06-16 |
Nick Ing-Simmons |
Disable :win32 layer as default till I get it working |
blob | commitdiff | diff to current |
2001-06-16 |
Nick Ing-Simmons |
Work-in-progress win32 layer semi-functional, checking |
blob | commitdiff | diff to current |
2001-06-16 |
Nick Ing-Simmons |
Work in progress UNIX-side edit of win32 PerLIO layer |
blob | commitdiff | diff to current |
2001-06-15 |
Nick Ing-Simmons |
Fix open.pm to work via XS-implemented method calls... |
blob | commitdiff | diff to current |
2001-06-15 |
H.Merijn Brand |
Re: [PATCH} perlio and threading @ 10576 + report |
blob | commitdiff | diff to current |
2001-06-14 |
Nick Ing-Simmons |
Steps along the road toward Win32 building again. |
blob | commitdiff | diff to current |
2001-06-13 |
Nick Ing-Simmons |
Avoid AV and HV in perlio.c by inventing PerlIO_list_t... |
blob | commitdiff | diff to current |
2001-06-10 |
Nick Ing-Simmons |
Paper over a crack or two with USE_SFIO |
blob | commitdiff | diff to current |
2001-05-31 |
Jarkko Hietaniemi |
panic:claustrophobia. |
blob | commitdiff | diff to current |
2001-05-31 |
Nick Ing-Simmons |
Hack to restore Win32 pseudo fork broken by Multiple... |
blob | commitdiff | diff to current |
2001-05-31 |
Nick Ing-Simmons |
Conditionally put back some "unused" dTHX which are... |
blob | commitdiff | diff to current |
2001-05-31 |
Nick Ing-Simmons |
perlio.c -Wall cleaner under MULTIPLICITY |
blob | commitdiff | diff to current |
2001-05-30 |
Jarkko Hietaniemi |
More -Wall silencing from Michael Schwern and Jarkko... |
blob | commitdiff | diff to current |
2001-05-28 |
Doug MacEachern |
Re: perlio + multiple perl_alloc..destruct |
blob | commitdiff | diff to current |
2001-05-26 |
Craig A. Berry |
PerlIO for VMS |
blob | commitdiff | diff to current |
2001-05-20 |
Dave Mitchell |
[LARGE!] symbolic magic |
blob | commitdiff | diff to current |
2001-05-09 |
Benjamin Sugars |
Re: [PATCH] Test offset when reading from a PerlIO... |
blob | commitdiff | diff to current |
2001-05-05 |
Peter Prymmer |
fix const poisioning in PerlIO_openn->fdopen->openn |
blob | commitdiff | diff to current |
2001-04-30 |
Jens Hamisch |
Re: [ID 20010303.009] SOCKS5 work around breaks other... |
blob | commitdiff | diff to current |
2001-04-23 |
Jarkko Hietaniemi |
Cut-and-pasto. |
blob | commitdiff | diff to current |
2001-04-23 |
Jarkko Hietaniemi |
More PerlIO robustness. |
blob | commitdiff | diff to current |
2001-04-23 |
Jarkko Hietaniemi |
Avoid coredump on 'close STDERR; die' by making |
blob | commitdiff | diff to current |
2001-04-19 |
Jarkko Hietaniemi |
Compilation nit noticed by AIX compiler. |
blob | commitdiff | diff to current |
2001-04-07 |
Nick Ing-Simmons |
Allow PerlIOBase_pushed to ignore prefix on mode (e... |
blob | commitdiff | diff to current |
2001-03-29 |
Nick Ing-Simmons |
Allow someone to write PerlIO::Array, PerlIO::Code... |
blob | commitdiff | diff to current |
2001-03-28 |
Nick Ing-Simmons |
PerlIO.pm / perlio.pm conflict. |
blob | commitdiff | diff to current |
2001-03-26 |
Nick Ing-Simmons |
REFCNT botch in layer name cache hash. |
blob | commitdiff | diff to current |
2001-03-26 |
Nick Ing-Simmons |
Implement flush of linebuffered streams on read of... |
blob | commitdiff | diff to current |
2001-03-25 |
Nick Ing-Simmons |
Add destruct time hook to PerlIO (for work-in-process... |
blob | commitdiff | diff to current |
2001-03-24 |
Nick Ing-Simmons |
PerlIO fixups for Win32: |
blob | commitdiff | diff to current |
2001-03-24 |
Nick Ing-Simmons |
Implement: |
blob | commitdiff | diff to current |
2001-03-23 |
Nick Ing-Simmons |
Perlio internals re-organized. |
blob | commitdiff | diff to current |
2001-03-23 |
Nick Ing-Simmons |
Check in a stable (working) version before next round... |
blob | commitdiff | diff to current |
2001-03-23 |
Nick Ing-Simmons |
Add pTHX_ to -Duseperlio API where it does not conflict... |
blob | commitdiff | diff to current |
2001-03-23 |
Nick Ing-Simmons |
Render -Duseperlio functional again. |
blob | commitdiff | diff to current |
2001-03-22 |
Nick Ing-Simmons |
Snapshot of new PerlIO open scheme. Still buggy - mainl... |
blob | commitdiff | diff to current |
2001-03-22 |
Nick Ing-Simmons |
perlio tweaks (reported by Nicholas Clark) |
blob | commitdiff | diff to current |
2001-03-21 |
Benjamin Sugars |
Fix for |
blob | commitdiff | diff to current |
2001-03-04 |
Nicholas Clark |
[ID 20010303.009] SOCKS5 work around breaks other sockets |
blob | commitdiff | diff to current |
2001-02-26 |
Nicholas Clark |
perlio - unknown layer |
blob | commitdiff | diff to current |
2001-02-26 |
Jarkko Hietaniemi |
A missing dTHX from Vadim Konovalov. |
blob | commitdiff | diff to current |
2001-02-18 |
Nicholas Clark |
Apply the spirit of patch from Nicholas Clark: |
blob | commitdiff | diff to current |
2001-02-18 |
Nick Ing-Simmons |
Fix [ID 20010217.002] |
blob | commitdiff | diff to current |
2001-02-18 |
Nick Ing-Simmons |
Clean up a few core dumps when layers are used in unexp... |
blob | commitdiff | diff to current |
2001-02-08 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-02-04 |
Nicholas Clark |
[ID 20010203.006] perlio.c is mis-reporting argument |
blob | commitdiff | diff to current |
2001-01-24 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-21 |
Nick Ing-Simmons |
Make "real" layers of ":utf8" and ":raw". |
blob | commitdiff | diff to current |
2001-01-17 |
Nick Ing-Simmons |
"Safe" signals - trial implementation. |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-06 |
Nick Ing-Simmons |
FILE * in XS code for PerlIO world: |
blob | commitdiff | diff to current |
next |