| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@21535
|
|
|
| |
p4raw-id: //depot/perl@21534
|
|
|
|
|
|
|
| |
the earlier of "more keys than buckets" (the old test) or
linked list too long. Rehash is triggered after a split if the
longest linked list is too long.
p4raw-id: //depot/perl@21533
|
|
|
|
|
|
|
|
| |
Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
Plus a small fix to t/TEST to recognize the added TODO test
as a TODO test.
p4raw-id: //depot/perl@21532
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 21527]
Fix two threads::shared leaks
#24061 - AV in shared interpreter wasn't set to AvREAL
#24255 - mortals were added to the shared interpreter's tmpstack
and never freed.
[oops. Also sucked in a typo correction in blead]
p4raw-link: @21527 on //depot/perl: aa49c2f8cdfe618e292a459ac4668178f67243bd
p4raw-id: //depot/perl@21530
p4raw-edited: from //depot/maint-5.8/perl@21528 'copy'
ext/threads/shared/shared.xs (@21330..)
|
|
|
|
|
| |
(missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
p4raw-id: //depot/perl@21528
|
|
|
|
|
|
|
| |
#24061 - AV in shared interpreter wasn't set to AvREAL
#24255 - mortals were added to the shared interpreter's tmpstack
and never freed.
p4raw-id: //depot/perl@21527
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Wed, 22 Oct 2003 20:17:07 -0700
Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
From: Jan Dubois <jand@ActiveState.com>
Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
Date: Wed, 22 Oct 2003 20:26:56 -0700
Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
p4raw-id: //depot/perl@21526
|
|
|
|
|
| |
Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@21523
|
|
|
|
|
| |
Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
p4raw-id: //depot/perl@21522
|
|
|
|
|
|
|
|
| |
Subject: CPAN module problems
Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
(change ld value in hints file)
p4raw-id: //depot/perl@21520
|
|
|
| |
p4raw-id: //depot/perl@21516
|
|
|
|
|
| |
to run the whole test suite with the -t switch.
p4raw-id: //depot/perl@21515
|
|
|
|
|
| |
Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
p4raw-id: //depot/perl@21514
|
|
|
|
|
|
| |
in perltoot, $him->fullname should be $him->fullname->as_string
when passed to printf.
p4raw-id: //depot/perl@21513
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
p4raw-id: //depot/perl@21506
|
|
|
|
|
| |
Message-ID: <871xt9te7g.fsf@vran.herceg.de>
p4raw-id: //depot/perl@21505
|
|
|
| |
p4raw-id: //depot/perl@21503
|
|
|
|
|
|
| |
flag on the hash when rehashing. Can turn off the "rehasing" flag
if the hash is cleared
p4raw-id: //depot/perl@21474
|
|
|
|
|
|
| |
Subject: Re: why PERL5LIB is ignored when -T is in effect
Message-Id: <1066384951.4964@devpc01.iconmobile.de>
p4raw-id: //depot/perl@21473
|
|
|
|
|
|
| |
compiling with vac at -O3 optimization level. Disable
optimization for this module.
p4raw-id: //depot/perl@21472
|
|
|
|
|
|
|
|
|
|
|
| |
(based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
Chip's plan B (do something new inside the hv functions)
and introspective sort)
Provides infrastructure for hashes to change their hash function
if necessary, and code in hsplit to detect pathalogical data and
instigate a random rehashing.
Needs refinement. Let's see how much smoke it creates.
p4raw-id: //depot/perl@21471
|
|
|
|
|
|
| |
PL_main_root is freed; this may not have been be the case if a
thread other than the main one is the last to be destroyed
p4raw-id: //depot/perl@21470
|
|
|
|
|
| |
(as suggested by Jan Dubois)
p4raw-id: //depot/perl@21469
|
|
|
|
|
| |
Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
p4raw-id: //depot/perl@21468
|
|
|
|
|
| |
Message-Id: <1066327055.1428@devpc01.iconmobile.de>
p4raw-id: //depot/perl@21467
|
|
|
|
|
| |
p4raw-link: @21464 on //depot/perl: 90490ea37d61f90b0b2139a2d0285dc6e6aeee8b
p4raw-id: //depot/perl@21466
|
|
|
|
|
| |
Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@21464
|
|
|
| |
p4raw-id: //depot/perl@21456
|
|
|
| |
p4raw-id: //depot/perl@21454
|
|
|
| |
p4raw-id: //depot/perl@21453
|
|
|
|
|
| |
tokenizer after an unknown filetest operator.
p4raw-id: //depot/perl@21452
|
|
|
| |
p4raw-id: //depot/perl@21451
|
|
|
|
|
|
| |
Based on a idea by Alex Hudson. (Basically those are unix domain
sockets whose name has a '\0' as first character.)
p4raw-id: //depot/perl@21450
|
|
|
|
|
| |
Message-Id: <1066127547.65845.35.camel@localhost>
p4raw-id: //depot/perl@21449
|
|
|
| |
p4raw-id: //depot/perl@21448
|
|
|
|
|
| |
Message-Id: <3F8C9D59.3040403@stason.org>
p4raw-id: //depot/perl@21447
|
|
|
|
|
| |
(the routine used by perl level HV operations)
p4raw-id: //depot/perl@21446
|
|
|
|
|
|
| |
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
p4raw-id: //depot/perl@21445
|
|
|
|
|
|
| |
From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
p4raw-id: //depot/perl@21442
|
|
|
|
|
| |
Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
p4raw-id: //depot/perl@21441
|
|
|
|
|
|
| |
From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
p4raw-id: //depot/perl@21440
|
|
|
|
|
| |
Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
p4raw-id: //depot/perl@21439
|
|
|
|
|
| |
Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
p4raw-id: //depot/perl@21438
|
|
|
| |
p4raw-id: //depot/perl@21437
|
|
|
|
|
| |
Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
p4raw-id: //depot/perl@21436
|
|
|
| |
p4raw-id: //depot/perl@21435
|
|
|
|
|
| |
[perl #24167] `#' comment signs not at the very beginning of a line
p4raw-id: //depot/perl@21433
|
|
|
|
|
|
| |
t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
to t/test.pl.
p4raw-id: //depot/perl@21432
|