| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The odd-numbered releases are for internal development, and their
individual perldeltas are collated togeter for the next even numbered
dot 0 release. This means that the individual perldeltas are no longer
useful once that dot 0 release is made, and they clutter things up,
giving duplicate information.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's now possible to run:
perl Porting/checkpodencoding.pl
To check if the core contains any naughty POD that uses non-ASCII
without declaring an encoding.
With this patch all the POD in core (except POD tests we're ignoring)
has a correct =encoding directive. The script also flags problems in
lib/* and cpan/* which aren't being fixed as part of this commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These are all in the pod/ directory, and only the first is a code fix.
There was also a single lingering ISO 8859-1 encoding that missed the
UTF-8 upconvert. The rest are cleanups for typos, some of which seem
to have been around for a rather long time: spelling errors, incorrect
possessives, and extra, missing, or duplicated words.
If you actually read through, I bet you'll realize what sparked this. :)
--tom
Signed-off-by: Abigail <abigail@abigail.be>
|
| |
|
|
|
|
|
|
|
| |
not perl588delta (although it was introduced in 5.8.8).
Fix up old perldelta files to reflect this fact.
This has been a public service by the Ministry of Truth.
|
|
|
| |
p4raw-id: //depot/perl@32372
|
|
|
| |
p4raw-id: //depot/perl@30514
|
|
|
|
|
| |
in perl593delta...
p4raw-id: //depot/perl@28696
|
|
|
| |
p4raw-id: //depot/perl@26965
|
|
|
|
|
| |
Mention perltodo.
p4raw-id: //depot/perl@26960
|
|
|
| |
p4raw-id: //depot/perl@26955
|
|
|
| |
p4raw-id: //depot/perl@26951
|
|
|
|
|
| |
grammer, more succinct)
p4raw-id: //depot/perl@26949
|
|
|
| |
p4raw-id: //depot/perl@26948
|
|
|
| |
p4raw-id: //depot/perl@26933
|
|
|
| |
p4raw-id: //depot/perl@26849
|
|
|
| |
p4raw-id: //depot/perl@26826
|
|
|
| |
p4raw-id: //depot/perl@26605
|
|
|
| |
p4raw-id: //depot/perl@26539
|
|
|
| |
p4raw-id: //depot/perl@26374
|
|
|
|
|
|
| |
This makes defined %foo::bar:: work again.
Add tests for it, remove note in perldelta about having broken it.
p4raw-id: //depot/perl@26370
|
|
|
|
|
| |
the C<defined %foo::bar::> construct.
p4raw-id: //depot/perl@26328
|
|
|
| |
p4raw-id: //depot/perl@25800
|
|
|
|
|
|
|
| |
to return -1 on error, like in previous versions, and
like other system builtins.
p4raw-link: @24223 on //depot/perl: 5c477709a8f3aa3110d51ae872950c20ff14fed6
p4raw-id: //depot/perl@25418
|
|
|
|
|
|
| |
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
p4raw-id: //depot/perl@25253
|
|
|
|
|
| |
instead of -1 on error.
p4raw-id: //depot/perl@24223
|
|
p4raw-id: //depot/perl@24198
|