Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (perl #127663) provide limited control for the internal drand48() | Tony Cook | 2017-09-11 | 1 | -0/+6 |
| | | | | | perl can be built without PERL_INTERNAL_RAND_SEED support to reduce it's attack surface. | ||||
* | Bump perl version to 5.27.4, including Module::CoreList bits | Matthew Horsfall | 2017-08-21 | 1 | -15/+15 |
| | |||||
* | Update INSTALL for 5.27.3 | Matthew Horsfall | 2017-08-21 | 1 | -2/+2 |
| | |||||
* | Bump Perl version from 5.27.2 to 5.27.3 | Aaron Crane | 2017-07-20 | 1 | -14/+14 |
| | | | | Including the various pieces of Module::CoreList. | ||||
* | Bump the perl version 5.27.1 -> 5.27.2 | Eric Herman | 2017-06-22 | 1 | -14/+14 |
| | | | | | | | | Note that at this stage, porting tests fail: Failed 3 tests out of 2390, 99.87% okay. ../dist/Module-CoreList/t/is_core.t ../dist/Module-CoreList/t/maintainer.t porting/corelist.t | ||||
* | Bump the perl version in various places for 5.27.1 | David Mitchell | 2017-06-03 | 1 | -14/+14 |
| | |||||
* | Restore "improve and update hash algorithm configuration docs in INSTALL" | Yves Orton | 2017-06-01 | 1 | -35/+56 |
| | | | | | | | | | | This reverts commit 9627bf7af087e000c169b623f1a4536976a0f6c1, and 2b2e489d8a432b3526cb21ef651bb9101ecd5b9d, which were reverts of commit e7e07d980872d020fd93a43cda96f72c8013af20 and of commit c25b844905729021ec43dcc6c244d99330d7260a resepctively. Updated docs to reflect new hash functions, along with some wordsmithing tweaks to make things read more smoothly (hopefully). | ||||
* | Correct versions in INSTALL | Sawyer X | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | Bump version: 5.26.0 -> 5.27.0, including fixes | Sawyer X | 2017-05-31 | 1 | -14/+14 |
| | |||||
* | Revert "improve and update hash algorithm configuration docs in INSTALL" | Yves Orton | 2017-04-23 | 1 | -56/+35 |
| | | | | | | This reverts commit e7e07d980872d020fd93a43cda96f72c8013af20. Accidentally pushed work pending unfreeze. | ||||
* | improve and update hash algorithm configuration docs in INSTALL | Yves Orton | 2017-04-23 | 1 | -35/+56 |
| | | | | | Updated to reflect new hash functions, along with some wordsmithing tweaks to make things read more smoothly (hopefully). | ||||
* | Bump version: 5.25.12 -> 5.26.0 | Sawyer X | 2017-04-21 | 1 | -15/+15 |
| | |||||
* | Version debump: 5.26.0 -> 5.25.12 | Sawyer X | 2017-04-19 | 1 | -15/+15 |
| | |||||
* | Include 'sh' in Configure invocations in INSTALL | Dagfinn Ilmari Mannsåker | 2017-03-25 | 1 | -4/+4 |
| | | | | | Most invocation examples included it, but some were missing. Add them for consistency. | ||||
* | Use -Udefault_inc_excludes_dot in Configure example | Dagfinn Ilmari Mannsåker | 2017-03-25 | 1 | -1/+1 |
| | | | | While equivalent to to the -D…=n form, the -U form is more common. | ||||
* | INSTALL: add entry for -Ddefault_inc_excludes_dot | David Mitchell | 2017-03-24 | 1 | -0/+10 |
| | |||||
* | Version bump: 5.25.11 -> 5.26.0 | Sawyer X | 2017-03-20 | 1 | -14/+14 |
| | |||||
* | bump version to 5.25.11 | reneeb | 2017-02-21 | 1 | -14/+14 |
| | |||||
* | Some version numbers in INSTALL were wrong | reneeb | 2017-02-19 | 1 | -2/+2 |
| | |||||
* | Bump the perl version in various places for 5.25.10 | Abigail | 2017-01-20 | 1 | -14/+14 |
| | |||||
* | Remove utils/c2ph and utils/pstruct | Abigail | 2017-01-16 | 1 | -2/+0 |
| | | | | | | | | | | These programs are the same, just behave differently depending on under which name you call it. This is a very old script, originally dating from the perl3 era. It has been deprecated in favour of h2xs for a long time. In Perl 5.26, these utilities will no longer be available. | ||||
* | add build options to disable the PERL_HASH* and PERL_PERTURB_KEYS env vars | Tony Cook | 2017-01-09 | 1 | -0/+7 |
| | | | | | | These variables either control or reveal information used in perl's hash implementation that a careful user may not want controlled or exposed. | ||||
* | Bump the perl version in various places for 5.25.9 | Sawyer X | 2016-12-20 | 1 | -14/+14 |
| | |||||
* | Correct one spelling error. | James E Keenan | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places for 5.25.8 | Chad Granum | 2016-11-20 | 1 | -14/+14 |
| | |||||
* | Bump version numbers ready for 5.25.7 | Aaron Crane | 2016-10-20 | 1 | -14/+14 |
| | |||||
* | bumping the version number | Stevan Little | 2016-09-24 | 1 | -14/+14 |
| | |||||
* | Bump the perl version in various places for v5.25.5 | Chris 'BinGOs' Williams | 2016-08-20 | 1 | -14/+14 |
| | |||||
* | Document -DDEBUGGING better | David Mitchell | 2016-08-08 | 1 | -17/+18 |
| | | | | | | | | | | | RT #128671 and http://nntp.perl.org/group/perl.perl5.porters/238127. In particular, perlhacktips and perlrun contained out-of-date information that setting -g would automatically set DEBUGGING too. I've also improved the description of -DDEBUGGING in INSTALL, and tried to make it clearer when the text is referring to the Configure switch -DDEBUGGING and when to the C compiler switch -DDEBUGGING. | ||||
* | Bump version to 5.25.4 | Steve Hay | 2016-07-20 | 1 | -14/+14 |
| | | | | (including regen/opcode.pl) | ||||
* | Configure: clarify "version-specific" | Dan Collins | 2016-07-14 | 1 | -5/+4 |
| | | | | | | This has long been a confusing configure question. It sounds like it saves time by installing /less/, but really it just installs binaries with a version number suffix. | ||||
* | Bump the perl version in various places for 5.25.3 | Matthew Horsfall | 2016-06-20 | 1 | -15/+15 |
| | |||||
* | Remove most references to USENET from docs | Dan Collins | 2016-06-20 | 1 | -4/+3 |
| | |||||
* | Update INSTALL to mention correct versions. | Matthew Horsfall | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | Note latest stable in INSTALL: | Sawyer X | 2016-05-21 | 1 | -1/+1 |
| | | | | | | | | | | This was in the instructions but as it appears right after bumping the version number (which contains a note that BLEAD-POINT should only do it later), I had missed it. Also, INSTALL is generally updated by the bump version script, which is usually done the version before. Anyway, might as well fix it now. | ||||
* | Bump the perl version in various places for 5.25.2 | Sawyer X | 2016-05-21 | 1 | -14/+14 |
| | |||||
* | bump version to v5.25.1: now open for business | Ricardo Signes | 2016-05-09 | 1 | -14/+14 |
| | |||||
* | bump version to v5.25.0 | Ricardo Signes | 2016-05-08 | 1 | -14/+14 |
| | |||||
* | Fix some pod errors | Karl Williamson | 2016-04-22 | 1 | -5/+5 |
| | | | | | These were discovered while testing the Pod::Checker that is intended to be used in 5.25. | ||||
* | version bump: this is now v5.24.0-RC0! | Ricardo Signes | 2016-04-10 | 1 | -15/+15 |
| | |||||
* | update security contact information. | David Mitchell | 2016-04-08 | 1 | -9/+4 |
| | | | | | | Point out that the security-reporting email address now creates an RT ticket. Also, consolidate this information purely within perlsec.pod, and make all the other places link to it with L<>. | ||||
* | Bump version in various places | Abigail | 2016-03-20 | 1 | -15/+15 |
| | |||||
* | bump version to 5.23.9 | Sawyer X | 2016-02-20 | 1 | -14/+14 |
| | |||||
* | Time::HiRes moved from "cpan" to "dist" in 91ba54 | Tom Hukins | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | manual tweak | Stevan Little | 2016-01-20 | 1 | -2/+2 |
| | |||||
* | bumping version | Stevan Little | 2016-01-20 | 1 | -14/+14 |
| | |||||
* | HiRes.t no longer exists | Tom Hukins | 2016-01-10 | 1 | -1/+3 |
| | | | | Specify which Time::HiRes test scripts might fail under system load. | ||||
* | Fix file paths | Tom Hukins | 2016-01-10 | 1 | -5/+5 |
| | |||||
* | Bump the perl version in various places for 5.23.7 | David Golden | 2015-12-21 | 1 | -15/+15 |
| | |||||
* | Bump the perl version in various places for 5.23.6 | Abigail | 2015-11-20 | 1 | -15/+15 |
| |