| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
p4raw-id: //depot/cfgperl@4533
|
| |
| |
| | |
p4raw-id: //depot/perl@4521
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4513
|
| |
| |
| |
| |
| | |
p4raw-link: @4502 on //depot/perl: 18708f5a7334d978ddf7562cb7f58e28bec6e4ed
p4raw-id: //depot/perl@4503
|
| |\
| | |
| | | |
p4raw-id: //depot/perl@4475
|
| | |
| | |
| | | |
p4raw-id: //depot/cfgperl@4512
|
| |/
|/|
| |
| |
| |
| |
| | |
To: lvirden@cas.org (Larry W. Virden)
Cc: perl5-porters@perl.org, lvirden@cas.org
Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4507
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4473
|
|\ \
| |/
| |
| |
| | |
(Ilya's changes won).
p4raw-id: //depot/cfgperl@4468
|
| |
| |
| |
| |
| | |
p4raw-link: @4428 on //depot/perl: 4bb9f687ed0930c988c412c4c28bd2a535612894
p4raw-id: //depot/perl@4441
|
| |
| |
| |
| |
| | |
Robin Barker <rmb1@cise.npl.co.uk>)
p4raw-id: //depot/perl@4436
|
| |
| |
| |
| |
| | |
Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@4432
|
| |
| |
| | |
p4raw-id: //depot/perl@4430
|
| |
| |
| |
| |
| | |
(e.g. caused C<length("abc") % -10> to return 3 rather than -7)
p4raw-id: //depot/perl@4428
|
| |
| |
| |
| |
| |
| | |
To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
p4raw-id: //depot/cfgperl@4454
|
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4451
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4439
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4419
|
| |
| |
| |
| |
| | |
p4raw-link: @4417 on //depot/perl: 970c490586e0f01dd70401842b590223949989af
p4raw-id: //depot/perl@4418
|
| |
| |
| | |
p4raw-id: //depot/perl@4414
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4407
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| | |
p4raw-id: //depot/perl@4393
|
| |\
| |/
|/| |
p4raw-id: //depot/perl@4387
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4381
|
| |\
| | |
| | | |
p4raw-id: //depot/perl@4377
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|/|
| |
| |
| |
| |
| | |
(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
|
| |
| |
| |
| |
| |
| |
| | |
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@4365
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
if perl was built with -DPERL_INTERNAL_GLOB
TODO: we currently get a compile-time failure if File/Glob.pm
can't be found; such failure needs to be made to emit a warning
and use the csh implementation instead
p4raw-id: //depot/perl@4356
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
<johnson@alonn.gemse.fr>
p4raw-id: //depot/perl@4353
|
| |
| |
| |
| |
| | |
(from Ilya Zakharevich)
p4raw-id: //depot/perl@4352
|
| |
| |
| |
| |
| |
| | |
the behavior of 'Z*' and 'Z3' to always pack a trailing
null byte; changed documentation to suit; added test
p4raw-id: //depot/perl@4346
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4319
|
| |
| |
| |
| |
| |
| | |
Message-Id: <199910061655.JAA11333@kiev.wall.org>
Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
p4raw-id: //depot/perl@4312
|
| |\
| |/
|/| |
p4raw-id: //depot/perl@4303
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To: François Désarménien <desar@club-internet.fr>
Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
(had to apply pat.t part manually because there
already were more tests than there was in _61)
p4raw-id: //depot/cfgperl@4301
|
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org
Message-ID: <19991003173417.A4351@blackrider>
p4raw-id: //depot/cfgperl@4299
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4291
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4283
|
| |
| |
| | |
p4raw-id: //depot/perl@4281
|
| |
| |
| | |
p4raw-id: //depot/perl@4280
|
| |
| |
| |
| |
| | |
by Michael G Schwern <schwern@pobox.com>)
p4raw-id: //depot/perl@4279
|
| |
| |
| | |
p4raw-id: //depot/perl@4278
|
| |\
| |/
|/|
| |
| |
| |
| | |
by declaring new globals "our" (XXX this means h2xs generated code
won't run on earlier versions; a switch to generate compatible
source is needed)
p4raw-id: //depot/perl@4271
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4268
|