| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20050620152237.GA5032@petdance.com>
p4raw-id: //depot/perl@24913
|
|
|
|
|
| |
Message-ID: <20050616143521.GB22188@petdance.com>
p4raw-id: //depot/perl@24873
|
|
|
|
|
| |
Message-ID: <42A414DD.8090504@rowman.com>
p4raw-id: //depot/perl@24823
|
|
|
| |
p4raw-id: //depot/perl@24800
|
|
|
| |
p4raw-id: //depot/perl@24758
|
|
|
| |
p4raw-id: //depot/perl@24740
|
|
|
|
|
| |
Message-Id: <20050523153825.GA28498@petdance.com>
p4raw-id: //depot/perl@24553
|
|
|
|
|
|
| |
Provide (more efficient) _get and _set macros.
Adjust the core to use them.
p4raw-id: //depot/perl@24526
|
|
|
|
|
| |
Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@24509
|
|
|
|
|
|
|
|
| |
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
completed by:
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@24492
|
|
|
|
|
| |
Message-ID: <20050516151353.GA25387@petdance.com>
p4raw-id: //depot/perl@24489
|
|
|
|
|
|
| |
in read-only mode. Make vi modelines compatible with non-vim
vi versions.
p4raw-id: //depot/perl@24445
|
|
|
|
|
| |
(except the generated ones)
p4raw-id: //depot/perl@24440
|
|
|
|
|
|
| |
From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
p4raw-id: //depot/perl@24372
|
|
|
|
|
| |
Message-ID: <20050422223947.GA4681@petdance.com>
p4raw-id: //depot/perl@24333
|
|
|
|
|
| |
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@24271
|
|
|
|
|
|
| |
(and also function pointer declarations that rely on the C semantics
of ())
p4raw-id: //depot/perl@24165
|
|
|
|
|
| |
Message-ID: <20050330174024.GA12167@petdance.com>
p4raw-id: //depot/perl@24148
|
|
|
|
|
| |
Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
p4raw-id: //depot/perl@24074
|
|
|
| |
p4raw-id: //depot/perl@23803
|
|
|
| |
p4raw-id: //depot/perl@23789
|
|
|
|
|
|
| |
strlen(). Add savesvpv(sv), which gets the length from the SV,
and returns a copy of its PV.
p4raw-id: //depot/perl@23772
|
|
|
|
|
|
|
|
|
|
| |
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@23176
|
|
|
|
|
| |
to prevent "Use of uninitialized value..." warning.
p4raw-id: //depot/perl@23021
|
|
|
|
|
| |
Message-ID: <407C8B13.9020104@rowman.com>
p4raw-id: //depot/perl@22692
|
|
|
|
|
|
|
| |
to fix universal.c)
Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
p4raw-id: //depot/perl@22682
|
|
|
|
|
| |
Message-ID: <40735FC3.5010305@rowman.com>
p4raw-id: //depot/perl@22668
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
|
|
| |
Message-ID: <401DB17F.5060808@rowman.com>
p4raw-id: //depot/perl@22264
|
|
|
|
|
| |
Message-ID: <3FBC98B6.6090909@sun.com>
p4raw-id: //depot/perl@21756
|
|
|
| |
p4raw-id: //depot/perl@21638
|
|
|
|
|
| |
make Hash::Util::hash_seed use this.
p4raw-id: //depot/perl@21634
|
|
|
|
|
| |
t/op/hash.t tests that pathological data triggers rehashing
p4raw-id: //depot/perl@21604
|
|
|
|
|
| |
Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
p4raw-id: //depot/perl@21441
|
|
|
|
|
| |
Message-ID: <20030908230445.E30881@plum.flirble.org>
p4raw-id: //depot/perl@21113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to Scott A. Crosby. Seeing the seed value while not good
for the ultimate paranoia viewpoint is not that bad, as long
as the users are fully aware of the dangers of disclosing
the hash seed. So hash_seed() is okay.
Being able to see the hash values (as in Java) would
be another option, but dubious: it's not that per-key
hash values themselves are bad to allow scripts to see,
but rather that hash values are just as sensitive (from
the DoSing viewpoint) as the hash seed itself (and there
usually more hash values than the one hash seed....)
p4raw-id: //depot/perl@21112
|
|
|
|
|
|
| |
any more information than necessary: therefore
instead of hash_seed() we have now hashes_random().
p4raw-id: //depot/perl@21096
|
|
|
|
|
|
| |
other things the question whether our hashes are
"randomised". (They always were...)
p4raw-id: //depot/perl@21087
|
|
|
|
|
|
| |
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
p4raw-id: //depot/perl@20224
|
|
|
|
|
| |
Message-ID: <20030717205112.GA2994@fdgroup.com>
p4raw-id: //depot/perl@20168
|
|
|
|
|
| |
Message-ID: <3EF7B03A.2060705@rowman.com>
p4raw-id: //depot/perl@19847
|
|
|
| |
p4raw-id: //depot/perl@19788
|
|
|
| |
p4raw-id: //depot/perl@19787
|
|
|
|
|
| |
is a bit too much: introduce utf8::is_utf8().
p4raw-id: //depot/perl@19777
|
|
|
|
|
|
|
|
|
|
| |
by adding a dummy destructor method Regexp::DESTROY.
This prevents infinite recursion, since Regexp::DESTROY
is no more autoloaded.
Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
Message-ID: <20030402020242.GA2966@ratsnest.hole>
p4raw-id: //depot/perl@19277
|
|
|
| |
p4raw-id: //depot/perl@19263
|
|
|
|
|
|
|
| |
(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@19235
|
|
|
| |
p4raw-id: //depot/perl@19205
|