| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@17517
|
|
|
|
|
| |
Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
p4raw-id: //depot/perl@17470
|
|
|
| |
p4raw-id: //depot/perl@17454
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Mon, 08 Jul 2002 10:21:09 +0200
Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
From: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Tue, 09 Jul 2002 09:29:52 +0200
Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
p4raw-id: //depot/perl@17449
|
|
|
|
|
|
|
|
| |
- add test for open fail
- add PerlIO_debug() diags to open paths
- comments on API gaps
- Update OPEN,SYSOPEN,FDOPEN pod entries.
p4raw-id: //depot/perlio@17447
|
|
|
|
|
|
| |
indent -kr -nce -psl
(Better indent incantations welcome - something for Porting/?)
p4raw-id: //depot/perlio@17442
|
|
|
|
|
| |
namespace PerlIO::Via::.
p4raw-id: //depot/perl@17393
|
|
|
|
|
|
|
|
|
| |
- Inspired by Nick C's suggestion add size of function table to the table
as a validation check.
- also optimize pseudo-layer code to avoid malloc/link of something
destined to be immediately popped & freed.
- Minor addition to pod/perliol.pod
p4raw-id: //depot/perlio@17330
|
|
|
|
|
|
|
| |
New function table entry so all layer definitions need tweaking.
Extra function table entry allows a layer to remain on a binmode stack
New PerlIOBase_binmode allows easy implementation of default policy.
p4raw-id: //depot/perlio@17309
|
|
|
|
|
|
| |
the failing tests. The worrisome one is the Digest::MD5
test-- how will it fare in CRLF lands now?
p4raw-id: //depot/perl@17175
|
|
|
|
|
|
|
| |
- test file must be opened as :bytes or high-bit octets
will be UTF-8 encoded on write in such locales, so
will not read as expected.
p4raw-id: //depot/perlio@17159
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@17143
|
|
|
|
|
| |
Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17009
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
p4raw-id: //depot/perl@16882
p4raw-integrated: from //depot/macperl@16881 'copy in'
ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
ext/Socket/Socket.t lib/AutoSplit.t
lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t
lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio
t/lib/warnings/mg t/x2p/s2p.t (@16123..)
lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t
(@16255..) perl.c (@16475..) lib/Unicode/Collate.pm
lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t
lib/Test/Harness/t/strap-analyze.t
lib/Test/Harness/t/test-harness.t (@16825..)
p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t
(@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t
ext/Digest/MD5/t/files.t (@16475..) 'merge in'
ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
|
|
|
| |
p4raw-id: //depot/perl@16747
|
|
|
|
|
| |
for enhancement. (Problem still needs fixing in perlio.c)
p4raw-id: //depot/perlio@16737
|
|
|
|
|
| |
a non-English locale, or simply AIX :-)
p4raw-id: //depot/perl@16620
|
|
|
| |
p4raw-id: //depot/perlio@16613
|
|
|
|
|
| |
on a close
p4raw-id: //depot/perlio@16487
|
|
|
| |
p4raw-id: //depot/perl@16372
|
|
|
|
|
| |
Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@16309
|
|
|
|
|
| |
which means we need a stronger check on Encode at boot time.
p4raw-id: //depot/perlio@16270
|
|
|
| |
p4raw-id: //depot/perl@16248
|
|
|
|
|
| |
Add test for that.
p4raw-id: //depot/perlio@16246
|
|
|
|
|
|
| |
as gate on layer tests which fail on -Dusesfio
(ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
p4raw-id: //depot/perlio@16245
|
|
|
|
|
| |
Uses PUSHSTACK/POPSTACK in :encoding and :Via
p4raw-id: //depot/perlio@16244
|
|
|
| |
p4raw-id: //depot/perlio@16221
|
|
|
|
|
| |
(Retaining Dan's XS side require though I don't see need.)
p4raw-id: //depot/perlio@16211
|
|
|
|
|
|
|
| |
Finish implementing PerlIOVia_open().
Export more guts of PerlIO_* so Via_open() can work.
Fix various PerlIO_allocate() features exposed by above.
p4raw-id: //depot/perlio@16207
|
|
|
| |
p4raw-id: //depot/perl@16173
|
|
|
|
|
| |
Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@16150
|
|
|
| |
p4raw-id: //depot/perl@16073
|
|
|
| |
p4raw-id: //depot/perl@16071
|
|
|
| |
p4raw-id: //depot/perl@16066
|
|
|
|
|
|
| |
SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
missing parens in macro definition
p4raw-id: //depot/perl@16055
|
|
|
| |
p4raw-id: //depot/perl@16002
|
|
|
| |
p4raw-id: //depot/perl@15998
|
|
|
| |
p4raw-id: //depot/perl@15967
|
|
|
| |
p4raw-id: //depot/perl@15966
|
|
|
| |
p4raw-id: //depot/perl@15559
|
|
|
| |
p4raw-id: //depot/perl@15558
|
|
|
|
|
| |
Message-ID: <3CA0B113.1070800@stason.org>
p4raw-id: //depot/perl@15533
|
|
|
| |
p4raw-id: //depot/perl@15510
|
|
|
|
|
| |
news tests, retracting the whole lot.
p4raw-id: //depot/perl@15503
|
|
|
| |
p4raw-id: //depot/perl@15501
|
|
|
|
|
|
| |
The in-memory ones not yet since my poor brain
refuses to find the right TODO incantation.
p4raw-id: //depot/perl@15499
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15485
|
|
|
| |
p4raw-id: //depot/perl@14444
|
|
|
|
|
|
|
| |
Message-ID: <m33d1tvjuq.fsf@anima.de>
(except for the three DB_File patch fragments)
p4raw-id: //depot/perl@13940
|
|
|
|
|
| |
consistency of PerlIO layers.
p4raw-id: //depot/perlio@13808
|