| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Many of the files in perl are for one thing only, and hence their
embedded documentation will be for that one thing. By creating a hash
here of them, those files don't have to worry about what section that
documentation goes under, and so it can be completely changed without
affecting them.
|
|
|
|
|
|
|
|
|
|
|
| |
This feature allows documentation destined for perlapi or perlintern to
be split into sections of related functions, no matter where the
documentation source is. Prior to this commit the line had to contain
the exact text of the title of the section. Now it can be a $variable
name that autodoc.pl expands to the title. It still has to be an exact
match for the variable in autodoc, but now, the expanded text can be
changed in autodoc alone, without other files needing to be updated at
the same time.
|
| |
|
|
|
|
| |
FOO is allegoric, not literal
|
|
|
|
|
|
|
|
|
| |
It was disallowed because:
- it was breaking things (GH #14638)
- at the time, no-one had the tuits and knowledge to select non-buggy
semantics and implement them.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
There were syntax errors in these.
|
|
|
|
|
| |
There are locales where these macros don't give the right answer for all
legal inputs; so don't mention them.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Including a final Porting/corelist-perldelta.pl run.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
These categorize the many types of EXACT nodes, so that code can refer
to a particular subset of such nodes without having to list all of them
out. This simplifies some 'if' statements, and makes updating things
easier.
|
|
|
|
|
| |
These are often tested together. By making them adjacent we can use
inRANGE.
|
| |
|
|
|
|
|
|
|
| |
* pod/perlfunc.pod: Remove misleading code example
For: GH 18016
* Additional correction suggested by Dan Book
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* use https in perlhack.pod
* https and ssh in perlhack.pod
* closing angle bracket
* links
* author
|
|
|
|
| |
And fill in the descriptions for things like U8
|
| |
|
|
|
|
| |
It was referring to the wrong function
|
|
|
|
|
|
|
|
|
| |
- Add missing encguess, json_pp, and streamzip utilities
- Normalize item entries for utilities so they are equally visible and linkable
- Normalize usage of F<> on unlinked executables
- Normalize linking to referenced modules
- Simplify links with duplicate text
- Clean up SEE ALSO
|
|
|
|
| |
"0x" and "0b" in oct()
|
|
|
|
|
|
|
|
|
| |
For: https://github.com/Perl/perl5/pull/18201
Committer: Samanta Navarro is now a Perl author.
To keep 'make test_porting' happy: Increment $VERSION in several files.
Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
|
|
|
|
|
|
|
|
| |
These are mostly used in regexec.c in three functions. Two of the
functions use less than half the available ones, as case labels in a
switch() statement. By moving all the ones used by those functions to
be nearly contiguous at the beginning, compilers can generate smaller
jump tables for the switch().
|
|
|
|
| |
This is not supported.
|
| |
|
|
|
|
| |
community resources
|
| |
|
|
|
|
|
| |
Given a compiled regexp object, this returns a hashref of the optimization
information discovered for it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I didn't get everything cleaned up in earlier commits
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
1.60 2020-08-05 rurban
- Increase t/call.t verbosity on failures (PR #12 aatomic)
- Push cwd to @INC for PERL_CORE (PR #11 jkeenan)
- Update search.cpan.org link to metacpan (PR #10 Grinnz)
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new perlsecpolicy POD file with detailed descriptions
of the security team's vulnerability remediation workflow and
the criteria used to distinguish security issues from other
types of bugs.
This also switches the team's public contact address to
perl-security@perl.org, and updates the security contact
information shown in github's issue interface.
|
|
|
|
| |
Caused in eb0444cb23a8ec47ef18d5aa33ec88aa5e71b7e8
|