Path to this page:
./
devel/p5-PPIx-Regexp,
Represent a regular expression of some sort
Branch: CURRENT,
Version: 0.088nb1,
Package name: p5-PPIx-Regexp-0.088nb1,
Maintainer: pkgsrc-usersThe purpose of the PPIx-Regexp package is to parse regular expressions
in a manner similar to the way the PPI package parses Perl. This class
forms the root of the parse tree, playing a role similar to PPI::Document.
Required to run:[
lang/perl5] [
devel/p5-Task-Weaken] [
devel/p5-List-MoreUtils] [
devel/p5-PPI]
Required to build:[
devel/p5-Module-Build] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 249.312 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-PPIx-Regexp-0.088nb1
- (2023-08-25) Updated to version: p5-PPIx-Regexp-0.088
- (2023-07-06) Updated to version: p5-PPIx-Regexp-0.085nb2
- (2022-06-28) Updated to version: p5-PPIx-Regexp-0.085nb1
- (2022-05-29) Updated to version: p5-PPIx-Regexp-0.085
- (2022-03-20) Updated to version: p5-PPIx-Regexp-0.083
CVS history: (Expand)
2023-08-25 08:46:22 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.088
Upstream changes:
0.088 2023-02-28 T. R. Wyant
Remove support for (**{ ... code ... }). This was introduced in
Perl 5.37.8 along with a single-splat version. The double-splat
version was removed without deprecation in Perl 5.37.9, so it is
being removed without deprecation here as well, per my stated policy
about development functionality. The single-splat version still
exists (and is documented) in Perl 5.37.9, and in this package.
0.087 2023-01-28 T. R. Wyant
Add support for code in optimized regex, a.k.a. (*{...}). This
involved making the recognition of backtracking control more
specific, since it also uses (?*...).
If (*{...}) and (**{...}) are removed from Perl before Perl 5.38.0,
support for them will be removed from this package.
0.086 2022-12-13 T. R. Wyant
Add width(), which returns the number of characters matched. Note
that an indefinite upper boumd is represented as IEEE 754 Inf if
that appears to be supported; otherwise by a singleton object
overloaded to allow stringification, numification, and numeric
tests.
Use width() to enhance the detection of variable-width look-behinds.
Serious clean-up on accepts_perl() subsystem.
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-05-29 03:28:56 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.085
Upstream changes:
0.085 2022-04-16 T. R. Wyant
Remove 'postderef' argument to PPIx::Regexp->new(). Postfix
dereference is always recognized.
0.084 2022-04-02 T. R. Wyant
Require PPI 1.238 for postfix deref support, and recode the
postfix deref logic in terms of 1.238's functionality.
Parse '@{[ ... ]}' as code, not interpolation. This is more in line
with what it actually represents, and allows correct versioning of
postfix dereferences. But is is an incompatible change.
|
2022-03-20 04:00:20 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.083
Upstream changes:
0.083 2022-03-17 T. R. Wyant
Correct and optimize the computation of logical column position (the
one that takes account of tabs).
0.082 2021-11-29 T. R. Wyant
Add --version to eg/predump, and document all options with double
dashes.
Silence 'uninitialized' warning generated by /(?<=.{35})/.
Thanks to Brian Fraser for reporting this.
Try to quell weird Win32 test failures which seem to occur only in
tests where I am using 'use open' to put the standard handles into
UTF-8 mode. The fix (I hope) is to do this to the Test::Harness
handles at run time instead of to the standard handles at compile
time.
Add file CONTRIBUTING.
|
2021-11-07 01:54:41 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.081
Upstream changes:
0.081 2021-10-22 T. R. Wyant
Any use of the postderef argument is now fatal.
Correct generation of 'provides' metadata. Thanks to Favio Poletti
for blogging
https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/,
and ultimately to Joel Berger for the pointer to
https://metacpan.org/pod/CPAN::Meta::Spec#no_index
Add YAPE::Regex to SEE ALSO
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|