In perl.git, the branch khw/doc has been created
<http://perl5.git.perl.org/perl.git/commitdiff/25ec2c023da9d53a76a4cbaafe37484557f99619?hp=0000000000000000000000000000000000000000>
at 25ec2c023da9d53a76a4cbaafe37484557f99619 (commit)
- Log -----------------------------------------------------------------
commit 25ec2c023da9d53a76a4cbaafe37484557f99619
Author: Karl Williamson <[email protected]>
Date: Sat Feb 18 14:01:05 2017 -0700
perlrebackslash: Clarify
"Character class for non vertical whitespace." wasn't meant to mean match
whitespace that isn't vertical.
M pod/perlrebackslash.pod
commit 4a56bfec74fb9c25104a04b5976850a58355813f
Author: Karl Williamson <[email protected]>
Date: Sat Feb 18 13:50:00 2017 -0700
perlre: Revamp portions
This commit folds in the after-thought section on Version 8 regexes into
the rest of the document, making most of it part of a gentler "Basics"
section. Some redundancies from the auxiliary pods have been removed
(these being perlrebackslash and perlrecharclass, created, I presume,
to allow this document to be shorter).
M pod/perlre.pod
commit 2ba19eae3f28ea20b5c13406889cd16b192ba1e3
Author: Karl Williamson <[email protected]>
Date: Sat Feb 18 13:46:16 2017 -0700
perlre: Some clarifications, small corrections
M pod/perlre.pod
commit 62370c49ab8911b886553cf917d8014ffb06a0f3
Author: Karl Williamson <[email protected]>
Date: Sat Feb 18 13:30:14 2017 -0700
perlre: Nits involving C<>, I<>
This standardizes the usage of single characters inside C<> to be
C<"x">, which was the most common usage previously in this pod.
It italicizes e.g., etc.
It removes trailing blanks on a few lines
M pod/perlre.pod
commit 4302b4214a928e189abce5965d0a20cc5779305d
Author: Karl Williamson <[email protected]>
Date: Sat Feb 18 13:21:19 2017 -0700
perlre: Don't name exact max non-consume depth
In a couple of places, this pod says that 50 is the recursion limit in
patterns without consuming any input, but that it is changeable by
recompiling perl. Therefore, we shouldn't specify the quantity, because
it might not be the correct value. Further, 50 is currently wrong.
M pod/perlre.pod
commit 89f0ba97ab1d8ce7cba53aa5c2bbd39a5024a61d
Author: Karl Williamson <[email protected]>
Date: Sat Feb 18 13:00:49 2017 -0700
perlrecharclass: A few clarifications
M pod/perlrecharclass.pod
commit a08bc01e1080418ce4f5e6b0008d5492876f4361
Author: Karl Williamson <[email protected]>
Date: Fri Feb 17 11:56:38 2017 -0700
perlretut: Note when metacharacters become ordinary
M pod/perlretut.pod
commit da7b721f3d2eff6792060330e12b2d722100e327
Author: Karl Williamson <[email protected]>
Date: Fri Feb 17 11:54:07 2017 -0700
perlretut: "-" is sometimes a metacharacter
M pod/perlretut.pod
commit 337951b9bf8efee472dfde4b065c0ccd59ac7801
Author: Karl Williamson <[email protected]>
Date: Thu Feb 16 19:36:11 2017 -0700
perlretut: Cleanup, nits
This adds some C<>, I<>, changes non-literal text from C<> to I<>.
It changes some phrases that are enclosed in single quotes to the more
idiomatic double quotes.
It standardizes on single characters within C<> to be C<'x'>. This is
not standardized in our documentation, and people change it back and
forth. I prefer the extra quotes, as it otherwise blends in to the
background on html displays.
It converts the few 'regex' terms to 'regexp'.
It fixes some numbered lists to display not so uglily
It removes the cautions about the features that are no longer experimental
It corrects some grammar
M pod/perlretut.pod
commit 7a3e7757072efe8c8c6a9db34d0ddd7a73c9548a
Author: Karl Williamson <[email protected]>
Date: Thu Feb 16 19:30:08 2017 -0700
Pods: Standardize on one pattern mod style
There were about 40 cases in pods where //m is used to represent the
pattern modifier 'm', but nearly 400 where /m is used. Convert to the
most common representation.
M pod/perlfilter.pod
M pod/perlre.pod
M pod/perlreapi.pod
M pod/perlrequick.pod
M pod/perlretut.pod
commit b5173157de82c37af7bafbc98e4ad5ef37f51584
Author: Karl Williamson <[email protected]>
Date: Tue Feb 14 16:59:49 2017 -0700
Clarify "User-visible changes"
M Porting/release_schedule.pod
commit f7ccd6ed8f58987b9fe8969cd758effb907c7693
Author: Karl Williamson <[email protected]>
Date: Wed Feb 15 21:22:59 2017 -0700
Revise documentation of eval and evalbytes
M lib/feature.pm
M pod/perlfunc.pod
M regen/feature.pl
-----------------------------------------------------------------------
--
Perl5 Master Repository