| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@5745
|
|
|
| |
p4raw-id: //depot/perl@5734
|
|
|
| |
p4raw-id: //depot/perl@5644
|
|
|
| |
p4raw-id: //depot/cfgperl@5638
|
|
|
| |
p4raw-id: //depot/perl@5540
|
|\
| |
| | |
p4raw-id: //depot/perl@5486
|
| |\
| | |
| | | |
p4raw-id: //depot/cfgperl@5469
|
| | |
| | |
| | |
| | |
| | | |
"an unknown character class" (spotted by Tom Christiansen)
p4raw-id: //depot/cfgperl@5465
|
| |/
|/|
| | |
p4raw-id: //depot/perl@5475
|
|/
|
|
|
| |
Simon Cozens <simon@othersideofthe.earth.li>)
p4raw-id: //depot/perl@5467
|
|
|
| |
p4raw-id: //depot/cfgperl@5366
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
p4raw-id: //depot/cfgperl@5247
|
|
|
|
|
| |
scope, among other things (from Paul Marquess)
p4raw-id: //depot/perl@5170
|
|
|
|
|
|
|
|
| |
could think message was random length when passed a null argument;
utilize() didn't set up the hash for the method name leading to
pp_method_named() accessing random state; PL_curpm wasn't zeroed
properly)
p4raw-id: //depot/perl@5072
|
|
|
| |
p4raw-id: //depot/perl@5063
|
|
|
|
|
| |
years (from Gisle Aas)
p4raw-id: //depot/perl@5009
|
|
|
|
|
| |
perlunicode.pod that reflects changes to unicode support so far
p4raw-id: //depot/perl@4941
|
|
|
|
|
|
|
|
|
| |
whether to use widechar semantics; lexer and RE engine continue
to need "use utf8" to enable unicode awareness in literals
and patterns (TODO: this needs to be fixed); $1 et al are marked
SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
it from the data is probably better)
p4raw-id: //depot/perl@4930
|
|
|
|
|
| |
<rmb1@cise.npl.co.uk>); fixes for problems so identified
p4raw-id: //depot/perl@4836
|
|
|
| |
p4raw-id: //depot/perl@4745
|
|
|
| |
p4raw-id: //depot/perl@4724
|
|
|
|
|
| |
<rmb1@cise.npl.co.uk>)
p4raw-id: //depot/perl@4683
|
|
|
|
|
|
|
|
| |
in it (see change#4622)
p4raw-link: @4622 on //depot/perl: 34baa6c30415f54e9b8c2e622de1e229cf36d781
p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8
p4raw-id: //depot/perl@4669
|
|
|
| |
p4raw-id: //depot/perl@4665
|
|
|
|
|
| |
Message-Id: <199911260506.VAA17230@brio.forte.com>
p4raw-id: //depot/perl@4626
|
|
|
|
|
| |
p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8
p4raw-id: //depot/perl@4622
|
|
|
|
|
|
| |
Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] First char cognizance
p4raw-id: //depot/perl@4618
|
|
|
| |
p4raw-id: //depot/perl@4602
|
|\
| |
| | |
p4raw-id: //depot/perl@4556
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4530
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4525
|
| |\
| |/
|/| |
p4raw-id: //depot/cfgperl@4513
|
| |
| |
| | |
p4raw-id: //depot/perl@4511
|
|\ \
| |/
| | |
p4raw-id: //depot/perl@4475
|
| |\
| |/
|/|
| |
| | |
(Ilya's changes won).
p4raw-id: //depot/cfgperl@4468
|
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4453
|
| |
| |
| |
| |
| |
| | |
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/cfgperl@4429
|
| |
| |
| |
| |
| |
| | |
Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
plus few other warnings in Dumper.xs.
p4raw-id: //depot/cfgperl@4426
|
|/
|
|
|
| |
with GCC v2.95
p4raw-id: //depot/perl@4461
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
macros to be used when doing formatted printing:
IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
p4raw-id: //depot/cfgperl@4288
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
Date: Tue, 21 Sep 1999 19:50:00 -0400
Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_61] More verbose -Mre=debug
Date: Tue, 21 Sep 1999 22:29:55 -0400
Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4215
|
|
|
|
|
|
|
|
|
|
|
| |
warnings; symbols that violate strictures do *not* end up in
the symbol table anyway, making multiple evals of the same piece
of code produce the same errors; errors indicate all locations
of a global symbol rather than just the first one; these
changes make compile-time failures within evals reliably
visible via the return value or contents of $@, and trappable
using __DIE__ hooks
p4raw-id: //depot/perl@4197
|
|
|
|
|
|
| |
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4104
|
|
|
|
|
|
|
|
|
| |
To: jhi@iki.fi
Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
perl5-porters@perl.org (Mailing list Perl5)
Subject: Re: [PATCH 5.005_58] Named characters in Perl
Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4052
|
|
|
|
|
|
| |
like [0-\d] and [[:word:]-z] are no more allowed.
The anomaly was noticed by Guy Decoux.
p4raw-id: //depot/cfgperl@3926
|