| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
NB. -DIAMSUID is only set to compile sperl.o.
p4raw-id: //depot/perl@23906
|
|
|
| |
p4raw-id: //depot/perl@23904
|
|
|
| |
p4raw-id: //depot/perl@23903
|
|
|
|
|
| |
Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
p4raw-id: //depot/perl@23844
|
|
|
| |
p4raw-id: //depot/perl@23746
|
|
|
|
|
|
|
| |
See :
Subject: Re: Static linking notes --- perl5.8.6 and uClibc
Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
p4raw-id: //depot/perl@23732
|
|
|
| |
p4raw-id: //depot/perl@23176
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
|
|
| |
not on every newline.
p4raw-id: //depot/perl@22478
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <400AD5AB.3080708@mac.com>
p4raw-id: //depot/perl@22174
|
|
|
|
|
| |
Message-ID: <20031029220017.GA26384@math.berkeley.edu>
p4raw-id: //depot/perl@21620
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
Date: Thu, 25 Sep 2003 12:09:11 -0700
Message-ID: <20030925190911.GA27028@math.berkeley.edu>
Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Thu, 25 Sep 2003 19:50:45 -0700
Message-ID: <20030926025045.GA27507@math.berkeley.edu>
p4raw-id: //depot/perl@21509
|
|
|
|
|
| |
Message-ID: <871xt9te7g.fsf@vran.herceg.de>
p4raw-id: //depot/perl@21505
|
|
|
|
|
|
| |
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
p4raw-id: //depot/perl@21360
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3F63FB6C.5040502@mac.com>
p4raw-id: //depot/perl@21217
|
|
|
|
|
|
| |
in the few warning/error messages, since
no other 'subsystems' have prefixes.
p4raw-id: //depot/perl@21208
|
|
|
|
|
| |
(e.g. open(F, ":u", "file") worked...)
p4raw-id: //depot/perl@21207
|
|
|
| |
p4raw-id: //depot/perl@20957
|
|
|
|
|
|
| |
[perl #23645] tell with perlio on appended files
but maybe this gets NI-S agitated enough to present the correct fix :-)
p4raw-id: //depot/perl@20956
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <4157199551.20030828081851@familiehaase.de>
(this time Cygwin only)
p4raw-id: //depot/perl@20954
|
|
|
|
|
|
|
|
| |
linux 2.4.18-bf2.4 didn't like it:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
and similar failure pattern also seen in Solaris 8.
p4raw-link: @20929 on //depot/perl: 1403d6bf1ee303dd613942fa2f6df0519a053ba6
p4raw-id: //depot/perl@20950
|
|
|
|
|
|
|
|
| |
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <4157199551.20030828081851@familiehaase.de>
(changed so that the 'b' is always appended)
p4raw-id: //depot/perl@20929
|
|
|
|
|
|
|
|
| |
by making the CRLF layer repel any other CRLF layers.
In other words: binmode(FH, ":crlf") in e.g. Win32
is effectively a no-op since there already is one
CRLF layer in the stack by default.
p4raw-id: //depot/perl@20674
|
|
|
|
|
|
|
| |
defined.
Message-ID: <20030805153924.GO1751@perlsupport.com
p4raw-id: //depot/perl@20503
|
|
|
|
|
|
| |
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
p4raw-id: //depot/perl@20342
|
|
|
| |
p4raw-id: //depot/perl@20267
|
|
|
| |
p4raw-id: //depot/perl@20260
|
|
|
|
|
| |
are just breaking more than they are fixing.
p4raw-id: //depot/perl@20057
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Check early whether the filehandle is capable of
the requested action.
(2) PerlIO_read() really can return -1, and so can
PerlIOUnix_read().
(3) Some stdio implementations are more forgiving
than others, so check also for errors recorded
by PerlIO in PerlStdio_errno().
p4raw-id: //depot/perl@20050
|
|
|
|
|
| |
(found by Gisle)
p4raw-id: //depot/perl@20019
|
|
|
|
|
| |
no ->Open, not if ->Open returns NULL.
p4raw-id: //depot/perl@19749
|
|
|
|
|
|
|
|
| |
"[perl #22390] export PERLIO=bytes segfaults";
the amendment is to set errno.
TODO: we really should not get here if the layer
stack is corrupt or non-sensical (like "bytes").
p4raw-id: //depot/perl@19747
|
|
|
|
|
|
| |
Noticed by Ryan Koga <rkoga@caida.org> in
Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
p4raw-id: //depot/perl@19688
|
|
|
| |
p4raw-id: //depot/perl@19673
|
|
|
|
|
|
| |
#19655, #19418; File::Temp no more used internally.
Some parts of these will be salvaged later.
p4raw-id: //depot/perl@19670
|
|
|
| |
p4raw-id: //depot/perl@19658
|
|
|
|
|
|
|
|
|
| |
also Fcntl, miniperl could not open up tempfiles. This broke
the use of miniperl in VMS, as noticed by Craig Berry.
Try to cure this by moving the creation of tempfile into its
own routine, my_tmpfp(), which gets compiled differently
for miniperl and perl.
p4raw-id: //depot/perl@19656
|
|
|
| |
p4raw-id: //depot/perl@19655
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
p4raw-id: //depot/perl@19599
|
|
|
| |
p4raw-id: //depot/perlio@19557
|
|
|
| |
p4raw-id: //depot/perlio@19556
|
|
|
| |
p4raw-id: //depot/perlio@19543
|
|
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
(Part #1: the __format__ and __printf__)
p4raw-id: //depot/perl@19527
|
|
|
| |
p4raw-id: //depot/perlio@19483
|
|
|
| |
p4raw-id: //depot/perlio@19479
|
|
|
|
|
|
|
|
| |
Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
and derived layers. So have :unix's "pushed" method stat() the fd and
cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
UNIX behaviour.
p4raw-id: //depot/perlio@19475
|
|\
| |
| | |
p4raw-id: //depot/perlio@19474
|
|/
|
|
|
| |
dereferences; try to document the matter.
p4raw-id: //depot/perl@19472
|
|
|
| |
p4raw-id: //depot/perl@19471
|
|
|
|
|
|
|
|
|
| |
layer doesn't have a particular function.
(1) If there's a corresponding PerlIOBase, call it.
(2) If not having the function is 'harmless', be silently happy.
(Currently only Flush is in this category.)
(3) Otherwise set errno and return failure.
p4raw-id: //depot/perl@19462
|