| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@4409
|
|
|
| |
p4raw-id: //depot/perl@4406
|
|
|
| |
p4raw-id: //depot/perl@4405
|
|
|
| |
p4raw-id: //depot/perl@4404
|
|
|
|
|
| |
(malloc.c has static data)
p4raw-id: //depot/perl@4403
|
|
|
|
|
| |
windows
p4raw-id: //depot/perl@4402
|
|
|
|
|
|
| |
eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
is one symptom of the problem
p4raw-id: //depot/perl@4401
|
|
|
|
|
| |
difference is 20 files vs 6 files loaded!)
p4raw-id: //depot/perl@4400
|
|
|
|
|
| |
<schwern@pobox.com>)
p4raw-id: //depot/perl@4398
|
|
|
|
|
| |
p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929
p4raw-id: //depot/perl@4397
|
|
|
|
|
|
| |
debugger is running; DB::sub() can call arbitrary stuff
that modifies @_ at will
p4raw-id: //depot/perl@4395
|
|
|
| |
p4raw-id: //depot/perl@4393
|
|
|
| |
p4raw-id: //depot/perl@4391
|
|
|
|
|
|
|
|
| |
avoid tickling it in Pod::Man for now; other nits in
Pod::*
p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36
p4raw-id: //depot/perl@4390
|
|
|
|
|
| |
in a rash of failed dependencies)
p4raw-id: //depot/perl@4389
|
|\
| |
| | |
p4raw-id: //depot/perl@4387
|
| |\
| | |
| | | |
p4raw-id: //depot/cfgperl@4381
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(that are not caught earlier because of being completely unknown,
such as \m), such as \z (because they make do sense inside regexen,
but not inside character classes).
p4raw-id: //depot/cfgperl@4380
|
| | |
| | |
| | |
| | |
| | | |
p4raw-link: @4385 on //depot/perl: 95136addeff6f7c87c13a96a62f5eaafb9bafdcf
p4raw-id: //depot/perl@4386
|
| | |
| | |
| | |
| | |
| | | |
rather than win32_opendir() reading all files up front (untested)
p4raw-id: //depot/perl@4385
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@4384
|
| | |
| | |
| | |
| | |
| | | |
<dha@panix.com>)
p4raw-id: //depot/perl@4383
|
| |/
|/|
| |
| |
| | |
Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
p4raw-id: //depot/perl@4382
|
| |
| |
| |
| |
| | |
<mjtg@cus.cam.ac.uk>)
p4raw-id: //depot/perl@4379
|
| |
| |
| |
| |
| | |
east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
p4raw-id: //depot/perl@4378
|
|\ \
| |/
| | |
p4raw-id: //depot/perl@4377
|
| |
| |
| |
| |
| |
| |
| | |
The invalid ranges (b-a) warning message also enhanced.
p4raw-link: @4355 on //depot/cfgperl: 1209ba901e0b2880eea69ad70613848af5543517
p4raw-id: //depot/cfgperl@4374
|
| |\
| | |
| | | |
p4raw-id: //depot/cfgperl@4371
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/cfgperl@4369
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To: perl5-porters@perl.org
Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
p4raw-id: //depot/cfgperl@4367
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/cfgperl@4365
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To: perl5-porters@perl.org
Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
p4raw-id: //depot/cfgperl@4363
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To: perl5-porters@perl.org
Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
p4raw-id: //depot/cfgperl@4362
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
that have character classes such as \w as either endpoint.
This change re-establishes the old behavior which meant that
such ranges weren't really ranges, the "-" was literal.
Moreover, this change also fixes the old behavior to be
more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
Now they all do work as described above. The #3926 outlawed
all of those.
p4raw-id: //depot/cfgperl@4355
|
| |\ \ \ \
| | | | | |
| | | | | | |
p4raw-id: //depot/cfgperl@4354
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To: Nick Ing-Simmons <nick@ing-simmons.net>
cc: perl5-porters@perl.org
Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
p4raw-id: //depot/cfgperl@4347
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
p4raw-id: //depot/cfgperl@4342
|
| | | | | | |
| | | | | | |
| | | | | | | |
p4raw-id: //depot/cfgperl@4341
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
runlevels and stack of stacks (change#3988 done right);
basically, we pop the runlevel if the stacklevel is not the
same one we started the runlevel with
p4raw-link: @3988 on //depot/perl: a7c6d24429ab2b6db54575a3bdc62c7ed9f881cf
p4raw-id: //depot/perl@4376
|
| | | | | | |
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perl@4375
|
| | | | | | |
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perl@4373
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
by an avoidable call to setjmp())
p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929
p4raw-id: //depot/perl@4372
|
| |_|_|_|/
|/| | | |
| | | | | |
p4raw-id: //depot/perl@4370
|
| | | | |
| | | | |
| | | | | |
p4raw-id: //depot/perl@4368
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
<hv@crypt.compulink.co.uk>
p4raw-id: //depot/perl@4366
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@4364
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Zakharevich)
p4raw-id: //depot/perl@4361
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
p4raw-id: //depot/perl@4360
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@4359
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@4358
|