summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Removed more boilerplating from perldeltaChris 'BinGOs' Williams2012-01-201-28/+4
|
* Update Acknowledgements in perldeltaChris 'BinGOs' Williams2012-01-201-9/+8
|
* perldelta: Expand entryFather Chrysostomos2012-01-191-1/+5
| | | | A single fix ended up fixing two bugs, so explain them both.
* perldelta: another bug numberFather Chrysostomos2012-01-191-1/+1
|
* perldelta: typoFather Chrysostomos2012-01-191-1/+1
|
* perldelta for PerlIO::scalar and nullsFather Chrysostomos2012-01-191-0/+2
|
* Add Bo Lindbergh to perldelta acknowledgementsFather Chrysostomos2012-01-191-1/+2
|
* perlunicode: ClarificationsKarl Williamson2012-01-191-4/+8
|
* Add Reini Urban to perldelta acknowledgementsFather Chrysostomos2012-01-191-1/+2
|
* perldelta: Add ticket number to bug fixKarl Williamson2012-01-191-5/+6
|
* Update perlfaq to CPAN version 5.0150038Chris 'BinGOs' Williams2012-01-191-1/+1
| | | | | | | | | | [DELTA] 5.0150038 Thu 19 Jan 2012 21:10:06 +0100 * Marpa::XS updated (Jeffrey Kegler) * Frameworks (wchristian, ranguard, bigpresh, kraih) * Cleanup (wchristian) * Users email (apeiron, ranguard)
* Ignore and clean the byproducts of make install.htmlNicholas Clark2012-01-191-0/+2
| | | | | | | The install.html target generates vms/README_vms.pod and files in two directories, pod/perlfunc/ and pod/perlipc/ Add all three to .gitignore files, and add rules to delete the directories when cleaning.
* perldelta: For bb91448 and associated commitsKarl Williamson2012-01-191-0/+21
|
* Acknowledgements section in perldeltaChris 'BinGOs' Williams2012-01-191-3/+26
|
* Removed more unused boilerplate from perldeltaChris 'BinGOs' Williams2012-01-191-80/+0
|
* Typo in perlreKarl Williamson2012-01-181-1/+1
| | | | Spotted by Jim Avera
* Begin battering the perldelta into shape for v5.15.7Chris 'BinGOs' Williams2012-01-181-105/+0
|
* perldelta: another bug numberFather Chrysostomos2012-01-181-1/+1
|
* perldelta for #108480: $cow |= numberFather Chrysostomos2012-01-181-0/+6
|
* perldelta for last two fixesFather Chrysostomos2012-01-171-0/+5
|
* Update Locale-Maketext to CPAN version 1.22Chris 'BinGOs' Williams2012-01-171-0/+4
| | | | | | | [DELTA] 2012-01-14 * Minor POD documentation update to sync with upstream blead.
* Make Pod::Html more robust against malformed L<> contents.Nicholas Clark2012-01-171-0/+4
| | | | | | | | Pod::Html attempts to search for the contents to see if they are a suffix of any entry in an existing list, using a regular expression. Previously the contents were interpolated directly into a regex, which meant that if they happened to be syntactically invalid regular expression syntax, Pod::Html aborted with a runtime error.
* Purge references to --netscape and --libpods, no longer in Pod::HtmlNicholas Clark2012-01-171-3/+1
| | | | | | | | | | The long deprecated --netscape flag was removed in commit 27b29ec338b08496. This was originally added to control use of Netscape specific HTML extensions, , but became a no-op when that functionality was removed. --libpods was removed in commit 3b49d8d9ac841d8e. However neither commit removed use of these flags by callers to Pod::Html, notably in installhtml and the Makefiles that invoke it. Hence this commit.
* perldelta: Typos and calrificationsFather Chrysostomos2012-01-161-6/+6
|
* perldelta up to 1a50d74bac4Father Chrysostomos2012-01-161-12/+106
|
* perldelta for @& and PL_sawampersandFather Chrysostomos2012-01-161-1/+7
|
* perldelta for tying and autovivFather Chrysostomos2012-01-161-1/+8
|
* perldelta for overload::Overloaded/can changeFather Chrysostomos2012-01-161-1/+11
|
* perldelta for += warningFather Chrysostomos2012-01-161-1/+7
|
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-21/+21
| | | | | | | | | | | | | | | The convention is that when the interpreter dies with an internal error, the message starts "panic: ". Historically, many panic messages had been terse fixed strings, which means that the out-of-range values that triggered the panic are lost. Now we try to report these values, as such panics may not be repeatable, and the original error message may be the only diagnostic we get when we try to find the cause. We can't report diagnostics when the panic message is generated by something other than croak(), as we don't have *printf-style format strings. Don't attempt to report values in panics related to *printf buffer overflows, as attempting to format the values to strings may repeat or compound the original error.
* perldiag.pod: Document overload’s invalid arg warningFather Chrysostomos2012-01-161-0/+5
|
* defined(@array) now also warns for package variables.Nicholas Clark2012-01-161-1/+4
|
* perldelta up to 55b5114f4Father Chrysostomos2012-01-141-1/+22
|
* perldelta up to 9f71cfe6ef2Father Chrysostomos2012-01-141-3/+95
|
* perldelta up to 7c2b3c783bFather Chrysostomos2012-01-141-2/+25
|
* pp_sys.c: Remove space from lstat($ioref) warningFather Chrysostomos2012-01-131-1/+1
| | | | | | This was emitting two spaces before the ‘at’: lstat() on filehandle at -e line 1.
* perldelta for Unicode property performance changesKarl Williamson2012-01-131-0/+20
| | | | | I put this under a major change, but would be fine if it is moved to an =item change.
* perlunicode: Discourage use of is_utf8_char()Karl Williamson2012-01-131-4/+5
|
* perlop: Typos, too long lines, correctionsKarl Williamson2012-01-131-6/+6
|
* Correct bad wording in perlsubFather Chrysostomos2012-01-091-1/+1
| | | | | | | It seemed to imply that CORE:: syntax was introduced in 5.16. What it was supposed to say was that CORE:: breaking through the feature.pm barrier was introduced in 5.16. (Which sounds a little odd, as 5.16 is still in the future, but whatever.)
* Merge the POSIX notes in perldelta.Chris 'BinGOs' Williams2012-01-091-10/+6
|
* Update perlfaq to CPAN version 5.0150037Chris 'BinGOs' Williams2012-01-081-0/+4
| | | | | | | | | | | [DELTA] 5.0150037 Sun 8 Jan 2012 21:24:39 +0100 * Better XML parsing recommendations (apeiron) * Remove various old questions & update a few (ranguard) * Change auto generate of questions a bit (ranguard) * Autogenerate question index in perlfaq.pod (doherty) * Cleanups / typos, updating nested expressions (dami, reviewed by schwern)
* clarify how $SIG{__DIE__} can returnDavid Mitchell2012-01-081-4/+4
| | | | | | | It can return via 'goto &sub', but not via 'goto LABEL'. The docs originally just said 'via goto' See [perl #44367].
* perlfunc: spaces after dotsFather Chrysostomos2012-01-071-4/+4
|
* Make localtime()' s documentation more succinctTom Hukins2012-01-071-6/+2
| | | | | It's now twelve years since Y2K, so the documentation should not make such a fuss about it.
* [perl #90632] perlfunc: Rewrite `split'Michael Witten2012-01-061-80/+114
| | | | | | | | | | | | | | | | | | | | | I couldn't stand the way the documenation for `split' was written; it felt like a kludge of broken English dumped into a messy pile by several people, each of whom was unaware of the other's work. This variation completes sentences, adds new ones, rearranges ideas, expands on ideas, simplifies and unifies examples, and includes more cross references. While the original text seemed to be written in a way that touched upon the arguments in reverse order (which did have a hint of elegance), this version attempts to provide the reader with the most useful information upfront. Thanks to Brad Baxter and Thomas R. Sibley for their constructive criticism. [Modified by the committer to incorporate suggestions from Aristotle Pagaltzis and Tom Christiansen.]
* document the upgrade of PerldocRicardo Signes2012-01-061-0/+4
|
* perlsyn: spaces after dotsFather Chrysostomos2012-01-051-18/+22
|
* perlsyn: wrap long verbatim lineFather Chrysostomos2012-01-051-1/+2
|
* perlsyn: Correct ... exampleFather Chrysostomos2012-01-051-2/+2
|