summaryrefslogtreecommitdiff
path: root/pod/perl593delta.pod
Commit message (Collapse)AuthorAgeFilesLines
* Remove old odd-numbered releases perldeltasKarl Williamson2011-09-061-551/+0
| | | | | | | | 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.
* Add =encoding utf8 to all core non-ASCII POD files + test scriptÆvar Arnfjörð Bjarmason2010-05-081-0/+2
| | | | | | | | | | | | | 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.
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-1/+1
| | | | | | | | | | | | | | 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>
* * Convert some pod files to UTF-8 (like all of the other pod files)brian d foy2009-11-231-2/+2
|
* PERL_DONT_CREATE_GVSV was documented in perl589deltaDavid Mitchell2009-08-111-1/+1
| | | | | | | 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.
* Placate the black box index parser on search.cpan.org.Nicholas Clark2007-11-171-1/+1
| | | p4raw-id: //depot/perl@32372
* Better docs for C<no VERSION>Rafael Garcia-Suarez2007-03-081-1/+1
| | | p4raw-id: //depot/perl@30514
* More perldelta notes. Also, I did forget thingsRafael Garcia-Suarez2006-08-111-0/+4
| | | | | in perl593delta... p4raw-id: //depot/perl@28696
* Mention ptardiff in perldelta.Rafael Garcia-Suarez2006-01-271-0/+6
| | | p4raw-id: //depot/perl@26965
* Some spelling fixes by David Landgren.Rafael Garcia-Suarez2006-01-271-7/+5
| | | | | Mention perltodo. p4raw-id: //depot/perl@26960
* A description of the new constants.Nicholas Clark2006-01-271-1/+12
| | | p4raw-id: //depot/perl@26955
* Fix a few nits in perl593deltaSteve Peters2006-01-261-5/+5
| | | p4raw-id: //depot/perl@26951
* 2 spelling corrections, and rephrase the entry on perlivp (betterNicholas Clark2006-01-261-4/+4
| | | | | grammer, more succinct) p4raw-id: //depot/perl@26949
* More work on perldeltaRafael Garcia-Suarez2006-01-261-24/+147
| | | p4raw-id: //depot/perl@26948
* More work on perldeltaRafael Garcia-Suarez2006-01-231-2/+54
| | | p4raw-id: //depot/perl@26933
* Perldelta nits by Jim CromieRafael Garcia-Suarez2006-01-141-5/+5
| | | p4raw-id: //depot/perl@26849
* More perldelta workRafael Garcia-Suarez2006-01-131-2/+121
| | | p4raw-id: //depot/perl@26826
* Update perldelta, up to change 25344 more or less.Rafael Garcia-Suarez2006-01-031-1/+26
| | | p4raw-id: //depot/perl@26605
* Update perltodo. First shot at perl593delta.Rafael Garcia-Suarez2005-12-301-0/+134
| | | p4raw-id: //depot/perl@26539
* Fix for [perl #37886] strict 'refs' doesn't apply inside definedRafael Garcia-Suarez2005-12-151-0/+14
| | | p4raw-id: //depot/perl@26374
* Don't autovivify stashes as soon as the lexer sees them.Rafael Garcia-Suarez2005-12-151-10/+0
| | | | | | This makes defined %foo::bar:: work again. Add tests for it, remove note in perldelta about having broken it. p4raw-id: //depot/perl@26370
* Robin Houston points out a better way to replaceRafael Garcia-Suarez2005-12-121-3/+3
| | | | | the C<defined %foo::bar::> construct. p4raw-id: //depot/perl@26328
* Add notes about -f _ and defined %foo:: in perldeltaRafael Garcia-Suarez2005-10-181-0/+15
| | | p4raw-id: //depot/perl@25800
* Revert change #24223 : select() will continueRafael Garcia-Suarez2005-09-161-3/+0
| | | | | | | 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
* POD typosPiotr Fusik2005-08-011-1/+1
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
* Make the four-argument form of select() return undefRafael Garcia-Suarez2005-04-111-0/+3
| | | | | instead of -1 on error. p4raw-id: //depot/perl@24223
* Add perl593delta.podRafael Garcia-Suarez2005-04-081-0/+58
p4raw-id: //depot/perl@24198