| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-Id: <20031002003036.GA9198@londo.c47.org>
p4raw-id: //depot/perl@21397
|
|
|
| |
p4raw-id: //depot/perl@21093
|
|
|
| |
p4raw-id: //depot/perl@21085
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sat, 16 Aug 2003 16:03:16 +0300
Message-ID: <20030816130316.GA1654@ratsnest.hole>
Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
From: Enache Adrian <enache@rdslink.ro>
Date: Sun, 17 Aug 2003 04:42:22 +0300
Message-ID: <20030817014222.GA1287@ratsnest.hole>
p4raw-id: //depot/perl@20747
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@20644
|
|
|
|
|
| |
Eric J Kidder, to solve a name conflict on HP_UX 11.00.
p4raw-id: //depot/perl@20170
|
|
|
| |
p4raw-id: //depot/perl@20143
|
|
|
|
|
|
|
|
|
|
| |
We switch over to the explicit mode: in other words, if
the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we
randomise only if PL_hash_seed_set is FALSE (this means
one can use PERL_HASH() before perl_run.) Also, since
now PERL_HASH_SEED is okay even under -T, all should be fine.
(Ha!)
p4raw-id: //depot/perl@20135
|
|
|
|
|
| |
Message-ID: <3F0BCCD2.1020009@rowman.com>
p4raw-id: //depot/perl@20084
|
|
|
| |
p4raw-id: //depot/perl@19843
|
|
|
|
|
| |
Message-ID: <20030618234237.GA6267@grazzini.net>
p4raw-id: //depot/perl@19819
|
|
|
| |
p4raw-id: //depot/perl@19772
|
|
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
(the first alternative)
p4raw-id: //depot/perl@19765
|
|
|
|
|
| |
<PRADINE@uk.ibm.com>.
p4raw-id: //depot/perl@19306
|
|
|
|
|
|
|
|
|
|
| |
Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
Date: Sun, 20 Apr 2003 02:45:48 +0300
Message-ID: <20030419234548.GA849@ratsnest.hole>
and
Date: Wed, 2 Apr 2003 07:52:28 +0300
Message-ID: <20030402045227.GA1023@ratsnest.hole>
p4raw-id: //depot/perl@19300
|
|
|
|
|
|
|
| |
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)
p4raw-id: //depot/perl@19242
|
|
|
| |
p4raw-id: //depot/perl@19238
|
|
|
|
|
| |
updated when fbm_compile() appended a "\n".
p4raw-id: //depot/perl@18857
|
|
|
|
|
| |
also make an explicit (double)cast for the arguments to fabs().
p4raw-id: //depot/perl@18813
|
|
|
| |
p4raw-id: //depot/perl@18801
|
|
|
|
|
|
| |
the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
Also other small tweaks in the -C neighbourhood.
p4raw-id: //depot/perl@18799
|
|
|
| |
p4raw-id: //depot/perl@18766
|
|
|
| |
p4raw-id: //depot/perl@18741
|
|
|
| |
p4raw-id: //depot/perl@18731
|
|
|
|
|
| |
-C (or PERL_UNICODE). See perlrun/-C for more details.
p4raw-id: //depot/perl@18715
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
p4raw-id: //depot/perl@18697
|
|
|
|
|
| |
Message-ID: <3E18E9D9.2040908@rowman.com>
p4raw-id: //depot/perl@18682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce a cache for UTF-8 data: length and byte<->char offset
mapping are stored in a new type of magic. Speeds up length(),
substr(), index(), rindex(), pos(), and some parts of s///.
The speedup varies a lot (on the usual suspects: what is the
access pattern of the data, compiler, CPU), but should be at
least one order of magnitude, and getting to the same magnitude
as byte string speeds, and in some cases (length on unchanged data)
even reaching the byte string speed. On the other hand, in some
cases (index) the byte speed is still faster by a factor of five
or so, but the bottleneck there does not seem to be any more
the byte<->char offset mapping (instead, the fbm_instr() speed).
There is one cache slot for the length, and only two for the
byte<->char offset mapping (the first one for the start->offset,
and the second for the offset->offset+length, when talking
in substr() terms).
Code this hairy is bound to have hairy trolls hiding under it.
[...]
A small tweak on top of #18353: don't display mg_len bytes of
mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
p4raw-id: //depot/perl@18530
|
|
|
|
|
| |
on many platforms
p4raw-id: //depot/perl@18335
|
|
|
|
|
|
|
| |
are sometimes wrong
Message-ID: <874raqz8o3.fsf@vran.herceg.de>
p4raw-id: //depot/perl@18267
|
|
|
| |
p4raw-id: //depot/perl@18225
|
|
|
|
|
| |
Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18070
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
|
|
| |
Message-ID: <3DAB7F40.1050200@rowman.com>
p4raw-id: //depot/perl@18027
|
|
|
|
|
| |
Message-ID: <3DA627F5.5050907@rowman.com>
p4raw-id: //depot/perl@18026
|
|
|
| |
p4raw-id: //depot/perl@17993
|
|
|
|
|
| |
Message-ID: <3D9E593E.1060605@rowman.com>
p4raw-id: //depot/perl@17990
|
|
|
|
|
| |
Message-ID: <3D8A8862.3000602@rowman.com>
p4raw-id: //depot/perl@17937
|
|
|
|
|
| |
Message-ID: <20020917221925.GF85044@lyta.hut.fi>
p4raw-id: //depot/perl@17925
|
|
|
|
|
|
|
| |
Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@17920
|
|
|
|
|
| |
Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17871
|
|
|
| |
p4raw-id: //depot/perl@17870
|
|
|
|
|
| |
Message-ID: <3D6D835C.50809@rowman.com>
p4raw-id: //depot/perl@17819
|
|
|
|
|
| |
Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@17798
|
|
|
| |
p4raw-id: //depot/perl@17762
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
Message-id: <3D630042.6020407@rowman.com>
Subject: Re: [REVISED PATCH] Magic v-strings
From: John Peacock <jpeacock@rowman.com>
Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
Message-id: <3D63E532.7020305@rowman.com>
p4raw-id: //depot/perl@17747
|
|
|
|
|
|
|
| |
Message-id: <3D5BB55D.6090603@rowman.com>
and Message-id: <3D627D1A.4050607@rowman.com>
and t/lib/warnings/universal tweak to skip
p4raw-id: //depot/perl@17746
|
|
|
|
|
|
| |
Message-id: <3D556FE6.6000404@rowman.com>
plus a bit of cleanup
p4raw-id: //depot/perl@17742
|