| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
instead of -1 on error.
p4raw-id: //depot/perl@24223
|
|
|
| |
p4raw-id: //depot/perl@24164
|
|
|
| |
p4raw-id: //depot/perl@24096
|
|
|
|
|
|
| |
This is the patch from the end of the thread that started here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
p4raw-id: //depot/perl@24092
|
|
|
|
|
|
|
|
| |
Message-ID: <20050325231409.GB17660@petdance.com>
[with modification - the extra argument to incpush was supposed to
be being used]
p4raw-id: //depot/perl@24081
|
|
|
|
|
| |
Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
p4raw-id: //depot/perl@24074
|
|
|
|
|
| |
Message-ID: <20050319072830.GA7721@petdance.com>
p4raw-id: //depot/perl@24049
|
|
|
|
|
|
|
|
| |
http://rt.perl.org/rt3/Ticket/Display.html?id=8698
If there was no TOP format the lines left on page was set
to fixed number, now set to the current page length of the
IO channel used. More debugging for yet another bug needed.
p4raw-id: //depot/perl@23999
|
|
|
|
|
|
|
|
| |
Message-Id: <200501291652.53841.eipel@web.de>
(-T and -B invalidate _ filehandle when no read permission on file)
plus a regression test
p4raw-id: //depot/perl@23986
|
|
|
|
|
|
| |
PP_backtick's temp altering of PL_rs didn't restore after
an exception
p4raw-id: //depot/perl@23898
|
|
|
|
|
| |
Message-ID: <20041221000856.GA2924@efn.org>
p4raw-id: //depot/perl@23842
|
|
|
| |
p4raw-id: //depot/perl@23803
|
|
|
| |
p4raw-id: //depot/perl@23789
|
|
|
| |
p4raw-id: //depot/perl@23773
|
|
|
|
|
|
| |
strlen(). Add savesvpv(sv), which gets the length from the SV,
and returns a copy of its PV.
p4raw-id: //depot/perl@23772
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
p4raw-id: //depot/perl@23767
|
|
|
|
|
|
|
|
|
|
| |
Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
Add gv_fetchsv to look up a GV by SV rather than a char * pointer
Provide a backwards compatability gv_fetchpv
Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
the pointer from an SV
All tests still pass.
p4raw-id: //depot/perl@23766
|
|
|
| |
p4raw-id: //depot/perl@23705
|
|
|
|
|
| |
reading from a byte orientated file handle into a UTF8 scalar.
p4raw-id: //depot/perl@23703
|
|
|
|
|
|
|
|
| |
Message-Id: <1094443392.12379.35.camel@linux.heathens.co.nz>
a read(F) into a UTF8-encoded buffer with an offset off the
end of the buffer, miss-calculated buffer lengths
p4raw-id: //depot/perl@23321
|
|
|
| |
p4raw-id: //depot/perl@23176
|
|
|
|
|
| |
structure directly instead
p4raw-id: //depot/perl@23156
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
|
|
| |
and syswrite don't gratuitously upgrade their input to UTF8
p4raw-id: //depot/perl@22471
|
|
|
| |
p4raw-id: //depot/perl@22294
|
|
|
|
|
|
|
| |
name of format_TOP now derived from the name of the current
filehandle rather then the name of the format associetd with that
handle
p4raw-id: //depot/perl@22162
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: <20031004221523.GA29324@grazzini.net>
p4raw-id: //depot/perl@21402
|
|
|
|
|
|
| |
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
p4raw-id: //depot/perl@21360
|
|
|
|
|
|
|
| |
Message-ID: <20030918180202.GA21949@math.berkeley.edu>
(use stat.t instead of time.t)
p4raw-id: //depot/perl@21277
|
|
|
|
|
|
| |
since that would break a lot of code.) Also few
stray UTF16s, UTF32s, and "encoded in Unicode".
p4raw-id: //depot/perl@21198
|
|
|
|
|
|
| |
being a bad pointer is apparently a known cygwin bug). The
cure is to initialize the field.
p4raw-id: //depot/perl@21103
|
|
|
| |
p4raw-id: //depot/perl@21084
|
|
|
|
|
|
|
|
|
|
| |
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
In glibc, just use the __FD_SETSIZE since that's
the size of the buffer (usually 1024 bits, much
more than the selectminbits of 32).
p4raw-id: //depot/perl@20893
|
|
|
| |
p4raw-id: //depot/perl@20843
|
|
|
| |
p4raw-id: //depot/perl@20842
|
|
|
|
|
| |
[perl #23428] Somethings rotten in unicode semantics
p4raw-id: //depot/perl@20804
|
|
|
| |
p4raw-id: //depot/perl@20660
|
|
|
|
|
|
|
| |
systems Wrong Thing would be done. (And as Sarathy
points out, closing both ends of a pipe is rather
identical to never opening it...)
p4raw-id: //depot/perl@20653
|
|
|
|
|
|
|
|
|
| |
implementing the opendir()/readdir()/closedir() using
external commands give up "ANSI-pureness" and define them
in uconfig.sh, also define other stuff like rename() and putenv().
Leave out the $| emulation in my_fork() since we are
not supposed to have fork() under microperl.
p4raw-id: //depot/perl@20646
|
|
|
|
|
| |
(If no fcntl F_SETFD, fake it the best we can.)
p4raw-id: //depot/perl@20643
|
|
|
|
|
| |
(Well, at least no more coredump.)
p4raw-id: //depot/perl@20630
|
|
|
|
|
|
|
|
|
|
| |
[ 19909]
binmode() should affect IoOFP() as well as IoIFP() if it is
distinct (e.g. sockets).
p4raw-link: @19909 on //depot/perlio: 5a828df094714ebe5d444cf1aea96c870ca9e452
p4raw-id: //depot/perl@19910
p4raw-integrated: from //depot/perlio@19906 'merge in' pp_sys.c
(@19868..)
|
|
|
|
|
|
| |
Bug#156284: the stucture used by pp_accept is too small to hold an
IPv6 address.
p4raw-id: //depot/perl@19836
|
|
|
|
|
|
|
| |
Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
(plus a test case)
p4raw-id: //depot/perl@19793
|
|
|
|
|
| |
Message-ID: <20030615004956.GA28272@math.berkeley.edu>
p4raw-id: //depot/perl@19789
|
|
|
|
|
|
| |
Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
Message-ID: <20030611044647.GA16696@grazzini.net>
p4raw-id: //depot/perl@19751
|
|
|
|
|
|
|
|
|
|
| |
that have ioctl() but no fcntl() (e.g. windows)
change#17577 then attempted to fix the bustage, but got
it wrong
p4raw-link: @17577 on //depot/perl: c214f4ad8bbb376b6ebfcb9c9173169f2cc8986f
p4raw-link: @16723 on //depot/perl: 4808266b7a2aefa68f681e0378316e43728b49d8
p4raw-id: //depot/perl@19534
|
|
|
|
|
| |
Message-ID: <87ade4q9me.fsf@vran.herceg.de>
p4raw-id: //depot/perl@19394
|
|
|
| |
p4raw-id: //depot/perl@19392
|