2002-09-26 |
Jarkko Hietaniemi |
enable -ansi -pedantic |
blob | commitdiff |
2002-07-11 |
Jarkko Hietaniemi |
Document better the PerlIO_{export,release,import}FILE() |
blob | commitdiff | diff to current |
2002-07-11 |
Nick Ing-Simmons |
(Re-)instate :pop as a "back door" to perl level layer... |
blob | commitdiff | diff to current |
2002-07-11 |
Nick Ing-Simmons |
Various core-dump preventions for cases Craig found... |
blob | commitdiff | diff to current |
2002-07-09 |
Jarkko Hietaniemi |
Change PerlIO::Scalar and Via to scalar and via. |
blob | commitdiff | diff to current |
2002-07-09 |
Nick Ing-Simmons |
Fix open(FH,"Via(Foo)","NonExistant") and other cases... |
blob | commitdiff | diff to current |
2002-07-09 |
Nick Ing-Simmons |
Special case :stdio pushed method so that "-|:stdio... |
blob | commitdiff | diff to current |
2002-07-09 |
Nick Ing-Simmons |
Core-dump prevention for |
blob | commitdiff | diff to current |
2002-06-21 |
Nick Ing-Simmons |
Fix bug in optimized pseudo-layers. |
blob | commitdiff | diff to current |
2002-06-20 |
Jarkko Hietaniemi |
Retract #17331, something broke (e.g. t/io/utf8.t becam... |
blob | commitdiff | diff to current |
2002-06-20 |
Nick Ing-Simmons |
PerlIO Layer implementation future proofing. |
blob | commitdiff | diff to current |
2002-06-20 |
Nick Ing-Simmons |
Fix segv on IO::File->open("/dev/null"). |
blob | commitdiff | diff to current |
2002-06-19 |
Nick Ing-Simmons |
"Clean" implementation of binmode(FH)/":raw" identity. |
blob | commitdiff | diff to current |
2002-06-16 |
Nick Ing-Simmons |
Last minute tinkering with PerlIO abstraction API. |
blob | commitdiff | diff to current |
2002-06-15 |
Jarkko Hietaniemi |
Spurious empty statements. |
blob | commitdiff | diff to current |
2002-06-10 |
Nick Ing-Simmons |
binmode(FH); to act like binmode(FH,":bytes") as well as |
blob | commitdiff | diff to current |
2002-06-07 |
Nick Ing-Simmons |
Don't discard read data on flush if seek fails. |
blob | commitdiff | diff to current |
2002-05-30 |
Nick Ing-Simmons |
Play safe and avoid writes to stdio's buffer (for glibc2.3) |
blob | commitdiff | diff to current |
2002-05-25 |
Nick Ing-Simmons |
Fix VMS ungetc fix for platforms like NetBSD. |
blob | commitdiff | diff to current |
2002-05-25 |
Lupe Christoph |
[Patch] Re: ./perl harness on Cygwin today failures |
blob | commitdiff | diff to current |
2002-05-22 |
Nick Ing-Simmons |
#ifdef VMS code was not ported right from sv.c - s... |
blob | commitdiff | diff to current |
2002-05-22 |
Nick Ing-Simmons |
Fix for ungetc() issues flagged by ext/Encode/t/perlio... |
blob | commitdiff | diff to current |
2002-05-17 |
Nick Ing-Simmons |
Fix the crlf.t buffer leak |
blob | commitdiff | diff to current |
2002-05-15 |
Nick Ing-Simmons |
Make open fail when layer string does not parse. |
blob | commitdiff | diff to current |
2002-05-08 |
Nick Ing-Simmons |
Portability and doc tweaks to PerlIO/XS stuff. |
blob | commitdiff | diff to current |
2002-05-08 |
Nick Ing-Simmons |
PerlIO/XS interface routine and doc updates from |
blob | commitdiff | diff to current |
2002-05-02 |
Nick Ing-Simmons |
Win32 builds and mostly works for non-USE_PERLIO non... |
blob | commitdiff | diff to current |
2002-05-02 |
Nick Ing-Simmons |
Use PerlSIO_fdupopen() if not using PerlIO |
blob | commitdiff | diff to current |
2002-05-02 |
Nick Ing-Simmons |
Fix the "PerlIO require leak". Snag was that clean_objs |
blob | commitdiff | diff to current |
2002-04-27 |
Nick Ing-Simmons |
Fix fd leak on Via(bogus). |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-04-16 |
Mark-Jason Dominus |
Re: [ID 20020416.001] 'close' does not report failure... |
blob | commitdiff | diff to current |
2002-04-14 |
Nick Ing-Simmons |
Disable test code (assertions) in CRLF layer. |
blob | commitdiff | diff to current |
2002-04-02 |
Ilya Zakharevich |
ASCII vs BINARY on OS/2 in perlio |
blob | commitdiff | diff to current |
2002-03-26 |
Nick Ing-Simmons |
Fix [ID 20020326.001] - cr/lf spanning buffer boundary |
blob | commitdiff | diff to current |
2002-03-25 |
Paul Marquess |
warnings for perlio + others |
blob | commitdiff | diff to current |
2002-02-20 |
Audrey Tang |
Add missing Tolkien quotes to *.c |
blob | commitdiff | diff to current |
2002-01-29 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-28 |
Jarkko Hietaniemi |
Workaround for DJGPP broken F_GETFL from Laszlo. |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2001-12-31 |
Nick Ing-Simmons |
Experimental binmode() re-coding (UNIX okay - but it... |
blob | commitdiff | diff to current |
2001-12-31 |
Nick Ing-Simmons |
perlio.c cleanup - in particular avoid accidental PerlI... |
blob | commitdiff | diff to current |
2001-12-26 |
Gerrit P. Haase |
Re: bleadperl doesn't compile |
blob | commitdiff | diff to current |
2001-12-22 |
Nick Ing-Simmons |
Add at least the "important" PerlIO_xxxx functions... |
blob | commitdiff | diff to current |
2001-12-22 |
Nick Ing-Simmons |
The CR at EOF fix earlier broke CR at end-of-buffer. |
blob | commitdiff | diff to current |
2001-12-22 |
Nick Ing-Simmons |
Correct checking code which Ilya spotted was tripped... |
blob | commitdiff | diff to current |
2001-12-19 |
Nick Ing-Simmons |
Add pTHX to all vtable functions for future-proofing and |
blob | commitdiff | diff to current |
2001-12-14 |
Jarkko Hietaniemi |
Silence compiler worries found by Schwern/Digital cc. |
blob | commitdiff | diff to current |
2001-12-12 |
Jarkko Hietaniemi |
Fixes for casting problems detected on a SuSE 7.2 Itanium, |
blob | commitdiff | diff to current |
2001-12-12 |
Jarkko Hietaniemi |
Detypo and rename. |
blob | commitdiff | diff to current |
2001-12-11 |
Jarkko Hietaniemi |
We need DWIM cpps. |
blob | commitdiff | diff to current |
2001-12-11 |
Jarkko Hietaniemi |
Try to handle platforms that have O_TEXT != O_BINARY but |
blob | commitdiff | diff to current |
2001-12-11 |
Stas Bekman |
[patch perlio.c] test for NULL before derefencing |
blob | commitdiff | diff to current |
2001-12-08 |
Nick Ing-Simmons |
Tweak multi-arg open error messages |
blob | commitdiff | diff to current |
2001-12-08 |
Nick Ing-Simmons |
Allow multi-arg open() if opening layer declares this... |
blob | commitdiff | diff to current |
2001-11-18 |
Nick Ing-Simmons |
Wrong way to get stdio mode used. |
blob | commitdiff | diff to current |
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 |
next |