| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
tested)
p4raw-id: //depot/perl@4515
|
|
|
|
|
| |
(from Jan Dubois)
p4raw-id: //depot/perl@4504
|
|\
| |
| |
| |
| | |
(Ilya's changes won).
p4raw-id: //depot/cfgperl@4468
|
| |
| |
| |
| |
| | |
(all bets are off is "C" locale is compromised)
p4raw-id: //depot/perl@4449
|
| |
| |
| |
| |
| | |
$? break
p4raw-id: //depot/perl@4440
|
| |
| |
| | |
p4raw-id: //depot/perl@4438
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4465
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4460
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4457
|
| |
| |
| |
| |
| |
| | |
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: <199910250347.XAA16094@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4452
|
|
|
| |
p4raw-id: //depot/perl@4406
|
|
|
| |
p4raw-id: //depot/perl@4404
|
|
|
|
|
| |
difference is 20 files vs 6 files loaded!)
p4raw-id: //depot/perl@4400
|
|
|
|
|
|
|
|
| |
avoid tickling it in Pod::Man for now; other nits in
Pod::*
p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36
p4raw-id: //depot/perl@4390
|
|\
| |
| | |
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-id: //depot/perl@4384
|
| |/
|/|
| |
| |
| | |
<dha@panix.com>)
p4raw-id: //depot/perl@4383
|
|/
|
|
|
| |
<mjtg@cus.cam.ac.uk>)
p4raw-id: //depot/perl@4379
|
|
|
|
|
|
|
| |
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/perl@4370
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4369
|
| |
| |
| | |
p4raw-id: //depot/perl@4368
|
| |
| |
| |
| |
| | |
<hv@crypt.compulink.co.uk>
p4raw-id: //depot/perl@4366
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| | |
p4raw-id: //depot/perl@4359
|
| |
| |
| | |
p4raw-id: //depot/perl@4358
|
| |
| |
| |
| |
| | |
p4raw-link: @4356 on //depot/perl: 72b166521443a1b89b0fed156fa8334cfab6e61b
p4raw-id: //depot/perl@4357
|
|/
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
<johnson@alonn.gemse.fr>
p4raw-id: //depot/perl@4353
|
|
|
| |
p4raw-id: //depot/perl@4348
|
|
|
|
|
|
| |
the behavior of 'Z*' and 'Z3' to always pack a trailing
null byte; changed documentation to suit; added test
p4raw-id: //depot/perl@4346
|
|
|
|
|
|
| |
tweak pseudo-hash example (both suggested by Michael G Schwern
<schwern@pobox.com>)
p4raw-id: //depot/perl@4345
|
|
|
|
|
|
| |
Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_58] How RExen match?
p4raw-id: //depot/perl@4344
|
|
|
| |
p4raw-id: //depot/perl@4340
|
|
|
|
|
|
| |
compatibility; introduce SAVEDESTRUCTOR_X() that accepts
void(*)(pTHX_ void*)
p4raw-id: //depot/perl@4339
|
|
|
| |
p4raw-id: //depot/perl@4338
|
|
|
|
|
| |
p4raw-link: @3406 on //depot/perl: c73bf8e3ece265b261438c8090fb5ecbf0977587
p4raw-id: //depot/perl@4337
|
|
|
| |
p4raw-id: //depot/cfgperl@4335
|
|
|
|
|
| |
<tobez@plab.ku.dk>)
p4raw-id: //depot/perl@4326
|
|
|
| |
p4raw-id: //depot/perl@4325
|
|
|
|
|
| |
Brian Mitchell <brian@chele.cais.net>)
p4raw-id: //depot/perl@4310
|
|
|
| |
p4raw-id: //depot/perl@4307
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
Message-ID: <19991003135423.A3050@blackrider>
p4raw-id: //depot/cfgperl@4297
|
|
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
Message-ID: <19991003131647.A2816@blackrider>
plus changed the error message to say "No such pseudo-hash field"
as discussed in the above mail message.
p4raw-id: //depot/cfgperl@4296
|
|
|
| |
p4raw-id: //depot/cfgperl@4294
|