Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obituary for Greg McCarroll. | Nicholas Clark | 2014-05-25 | 1 | -0/+13 |
| | |||||
* | Add notice for removal of find2perl, s2p and a2p | Leon Timmermans | 2014-05-21 | 1 | -0/+15 |
| | |||||
* | perldelta: Note patch fixed a bunch of tickets | Karl Williamson | 2014-05-19 | 1 | -1/+3 |
| | | | | Unbeknownst to the authors, several other tickets got fixed. | ||||
* | perldelta: update known problems | Ricardo Signes | 2014-05-19 | 1 | -20/+6 |
| | |||||
* | perlfunc: Should chdir("/") immed after chroot | Jarkko Hietaniemi | 2014-05-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | Inspired by Coverity perl5 CID 28931: Insecure chroot: (CHROOT) chroot_call. The Perl chroot() is a thin wrapper around the system call, so the chdir("/") should not go there. But adding a note about the chdir() being a good idea to perlfunc/chroot. The committer reworded the inserted text for grammar and readability, and the commit message to conform to git standards, and is pushing the commit with the concurrence of the author. | ||||
* | PATCH: [perl #121630]: perlpod clarification | Karl Williamson | 2014-05-17 | 1 | -4/+6 |
| | |||||
* | update perlhist for v5.20.0 | Ricardo Signes | 2014-05-16 | 1 | -0/+25 |
| | |||||
* | remove the perl519*delta documents | Ricardo Signes | 2014-05-16 | 13 | -7254/+0 |
| | |||||
* | perldelta: update modules sections for 5.20.0 | Ricardo Signes | 2014-05-16 | 1 | -1/+624 |
| | |||||
* | perldelta: generate acknowledgements for 5.20.0 | Ricardo Signes | 2014-05-16 | 1 | -3/+49 |
| | |||||
* | document the API signature change for Perl_regexec_flags() | Tony Cook | 2014-05-15 | 1 | -0/+7 |
| | | | | | | | and its related plugin structure pointer inspired by https://rt.perl.org/Ticket/Display.html?id=121868 which was also broken by ea3daa5d5f60389b105c00d4f7d05b5c2f2155f2 | ||||
* | Add links for perl bug tickets in previous commit | Steve Hay | 2014-05-14 | 1 | -5/+7 |
| | |||||
* | perldelta for #121676 | Daniel Dragan | 2014-05-14 | 1 | -0/+8 |
| | |||||
* | perldelta: trim an absurd amount of trailing whitespace | Ricardo Signes | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | perldelta: add obituary entry for Diana Rosa | Ricardo Signes | 2014-05-13 | 1 | -0/+9 |
| | |||||
* | perldelta: correct busted perldiag links | Ricardo Signes | 2014-05-12 | 1 | -4/+4 |
| | |||||
* | bump version to 5.20.0, install 5.20 perldelta | Ricardo Signes | 2014-05-12 | 2 | -147/+2741 |
| | |||||
* | perlsub: Fix too-long verbatim line length | Karl Williamson | 2014-05-12 | 1 | -12/+12 |
| | | | | | This was introduced by commit d3f8a934ef964c0f488e9c692275435d8ea2e291 which reverted earlier fixes, including this pod problem. | ||||
* | perlsub: Improve the "Constant Functions" documentation | Ævar Arnfjörð Bjarmason | 2014-05-12 | 1 | -13/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | Ever since perl-5.003_95-19-g5431012 which incorporated this patch: Title: "Improve and update documentation of constant subs" From: Tom Phoenix <rootbeer@teleport.com> Msg-ID: <Pine.GSO.3.96.970331122546.14185C-100000@kelly.teleport.com> Date: Mon, 31 Mar 1997 13:05:54 -0800 (PST) Files: pod/perlsub.pod We've documented that "BEGIN { my $x = 1; *X = sub () { $x } }" creates an inlined subroutine, we just weren't doing so very explicitly. Patch the documentation so that we now have explicit examples for the behavior mentioned in the first paragraph of the section. This also adds an explicit mention of the behavior reported as a bug in [RT #79908], shows the user that you can just use B::Deparse rather than relying on a warning to see the effects of inlining, and replaces a contrived way to avoid inlining with just adding a "return". While writing these docs I found a bug in the warning behavior mentioned here, which I filed as [RT #121841] | ||||
* | incorporate perl5193delta into perl5200delta | Ricardo Signes | 2014-05-12 | 1 | -0/+7 |
| | |||||
* | perlre: Update obsolete example | Karl Williamson | 2014-05-08 | 1 | -4/+3 |
| | | | | | /foo{4,3}/ now emits a message, contrary to what the pod claims. Use a different example that doesn't emit a message | ||||
* | [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/ | Tony Cook | 2014-05-07 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | This failed as in it was producing: Argument "123abc" treated as 0 in increment (++) at -e line 1. when the user incremented that value (which is a lie). This reverts commits 8140a7a801e37d147db0e5a8d89551d9d77666e0 and 2cd5095e471e1d84dc9e0b79900ebfd66aabc909. I expect to revert this commit, and add fixes, after 5.20 is released. Conflicts: pod/perldiag.pod | ||||
* | perlpolicy: We generally deprecate for 2 major releases | Karl Williamson | 2014-05-04 | 1 | -4/+9 |
| | | | | Update perlpolicy to reflect the current policy, | ||||
* | perldiag: Clarify non-char warning | Karl Williamson | 2014-04-22 | 1 | -1/+7 |
| | | | | | What to do in this situation is currently subject to ticket [perl #121226], This more clearly documents what happens now. | ||||
* | [perl #121681] fix documentation of delete at the end of an array | Anno Siegel | 2014-04-22 | 1 | -2/+3 |
| | |||||
* | Prepare Module::CoreList for 5.19.12 (not that it's expected to exist...) | Steve Hay | 2014-04-20 | 1 | -1/+3 |
| | |||||
* | Create new perldelta for 5.19.12 (not that it's expected to exist...) | Steve Hay | 2014-04-20 | 4 | -181/+598 |
| | |||||
* | Update perlhist | Steve Hay | 2014-04-20 | 1 | -0/+1 |
| | |||||
* | Finalize perldelta | Steve Hay | 2014-04-20 | 1 | -3/+27 |
| | |||||
* | perldelta - Fill in the last remaining "todo" | Steve Hay | 2014-04-19 | 1 | -3/+17 |
| | |||||
* | Upgrade CPAN from version 2.05-TRIAL2 to 2.05 | Steve Hay | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | perldelta - Update, remove boilerplates, and do some copy-editing | Steve Hay | 2014-04-18 | 1 | -309/+54 |
| | | | | | Also update the template for utilities: a =head3 doesn't look right directly under a =head1 so make it a =head2 instead. | ||||
* | Fill in perldelta for CPAN upgrade in commit 45a1388464 | Steve Hay | 2014-04-18 | 1 | -2/+3 |
| | | | | | Also record that that commit actually upgraded CPAN to 2.05-TRIAL2, not 2.05-TRIAL. | ||||
* | perldelta for perlbug changes. | Craig A. Berry | 2014-04-17 | 1 | -4/+7 |
| | |||||
* | perldelta for b51c3e77db (VMS glob changes). | Craig A. Berry | 2014-04-17 | 1 | -3/+5 |
| | |||||
* | perldelta - Consistent perl bug formatting | Steve Hay | 2014-04-17 | 1 | -3/+4 |
| | | | | | "[perl #1234]" is used as footnotes to text, but "perl #1234" reads better in the body of the text. | ||||
* | perldelta - Mention a bug number | Steve Hay | 2014-04-16 | 1 | -0/+1 |
| | |||||
* | perldelta - Use canonical perl bug URL throughout for consistency | Steve Hay | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | perldelta - Note a known problem with some MinGW builds on Windows | Steve Hay | 2014-04-16 | 1 | -7/+4 |
| | | | | This came up on [perl #121643]. | ||||
* | ExtUtils::Install was upgraded to 1.65 by 9345802d17 | Steve Hay | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Upgrade Win32 from version 0.48 to 0.49 | Steve Hay | 2014-04-15 | 1 | -0/+8 |
| | | | | | This fixes the build with gcc-4.8.1 from http://www.mingw.org and thus resolves perl #121643. | ||||
* | perldelta for 78beb4ca6d | Tony Cook | 2014-04-15 | 1 | -2/+13 |
| | |||||
* | perldelta for e141190569 | Tony Cook | 2014-04-15 | 1 | -1/+8 |
| | |||||
* | Fix DllMain definition to fix building with gcc-4.8.1 from www.mingw.org | Steve Hay | 2014-04-14 | 1 | -0/+7 |
| | | | | This partly fixes perl #121643. | ||||
* | Set Off_t et al correctly for USE_LARGE_FILES builds on Windows | Steve Hay | 2014-04-14 | 1 | -0/+6 |
| | | | | | | | | | | | The canned config files used to build miniperl.exe (with some updates applied by Makefile / makefile.mk) have the non-USE_LARGE_FILES settings for Off_t, LSEEKSIZE and Off_t_size, resulting in an uninitialized memory read in win32_fseek() in miniperl.exe, which recently started causing exetype.pl to write a 4GB wperl.exe during the build of a 64-bit perl. Change Makefile / makefile.mk to use the correct settings for the build of miniperl.exe. This fixes perl #121471. | ||||
* | Update perldelta for #121512 (9fdd5a7ac7) | Matthew Horsfall (alh) | 2014-04-14 | 1 | -1/+8 |
| | |||||
* | perldelta: add entry for //m fix | David Mitchell | 2014-04-14 | 1 | -1/+5 |
| | |||||
* | perldelta updates | Steve Hay | 2014-04-14 | 1 | -1/+18 |
| | |||||
* | PATCH: [perl #90646] perlop.pod: Clarify & | and ^ binary operations | Karl Williamson | 2014-04-13 | 1 | -4/+9 |
| | |||||
* | Upgrade CPAN from 2.04-TRIAL to 2.05-TRIAL | Steve Hay | 2014-04-10 | 1 | -1/+7 |
| |