summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* bump to version 5.19.10 and fix the version number reference in op.cTony Cook2014-02-201-14/+14
|
* INSTALL, cross-compile section: It's 2014, stop living in the pastBrian Fraser2014-02-011-1/+1
| | | | Spotted by Daniel Dragan on #p5p
* INSTALL: Updates to the cross-compilation sectionBrian Fraser2014-01-301-51/+96
|
* bump version to 5.19.9!Ricardo Signes2014-01-201-14/+14
|
* INSTALL: Document -DsysrootBrian Fraser2014-01-171-0/+11
|
* Bump version number from 5.19.7 to 5.19.8.Abigail2013-12-201-14/+14
|
* Bump the perl version in various places for v5.19.7Chris 'BinGOs' Williams2013-11-201-14/+14
|
* Long verbatim pod line in INSTALLFather Chrysostomos2013-11-081-6/+6
|
* Enhance INSTALL instructions for missing librariesH.Merijn Brand2013-11-081-4/+21
|
* Bump version for Perl 5.19.6Steve Hay2013-10-201-14/+14
|
* Bump version for 5.19.5Steve Hay2013-09-201-14/+14
|
* Bump version for 5.19.4Steve Hay2013-08-201-14/+14
|
* Mention the 'make clean' makefile target [perl #38307].Andy Dougherty2013-07-301-1/+3
| | | | | | | | Mention the 'make clean' target in INSTALL. It cleans up a lot, but not everything. Since perl is used extensively in its own build process, it may involve attempting to build perl in order to clean up. Alternatively, we could just make 'clean' an alias for 'realclean'.
* bump version to v5.19.3Aristotle Pagaltzis2013-07-221-14/+14
|
* bump version to v5.19.2David Golden2013-06-201-14/+14
|
* Fix Perl version references in INSTALLDavid Golden2013-06-201-2/+2
| | | | | Also update the RMG to remind people to do this for the "late" bumps in BLEAD-POINT and BLEAD-FINAL releases
* bump version to 5.19.1Ricardo Signes2013-05-201-14/+14
|
* Remove cpan/Pod-LaTeX and pod2latex utilityChris 'BinGOs' Williams2013-05-181-1/+0
|
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-3/+0
|
* bump version to 5.19.0Ricardo Signes2013-05-181-14/+14
|
* INSTALL: fix a couple of typosDavid Mitchell2013-05-081-1/+1
|
* document and improve hash algorithm randomization related build optionsYves Orton2013-05-081-32/+60
| | | | | | Install was a copy of other material, made heavy reference to 5.8.x and and didnt really document what it should have. I reworked it to be more up to date.
* Bump version to 5.18.0-RC0Ricardo Signes2013-05-071-15/+15
| | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h
* Bump the perl version in various places for 5.17.12Ricardo Signes2013-04-201-14/+14
| | | | ...even though it should not get released
* Bump version to5.17.11Max Maischein2013-03-221-14/+14
|
* Bump version number in INSTALLMax Maischein2013-03-211-2/+2
|
* Bump to v5.17.10Chris 'BinGOs' Williams2013-02-201-14/+14
|
* INSTALL: Fix pod verbatim linesKarl Williamson2013-02-151-59/+68
| | | | These are fixed to correctly line up and to fit into 79 columns
* Bump the Perl version in various places for 5.17.9Aaron Crane2013-01-201-15/+15
|
* Bump the perl version in various places for 5.17.8Dave Rolsky2012-12-181-15/+15
|
* s/5.17.5/5.17.6/ in the INSTALL documentDave Rolsky2012-12-171-2/+2
|
* Remove the BeOS port.Nicholas Clark2012-12-141-1/+1
| | | | | | | | | BeOS was an operating system for personal computers developed by Be Inc, initially for their BeBox hardware. The OS Haiku was written as an open source replacement/continuation for BeOS, and its perl port is current and actively maintained. The BeOS port has not been updated since 2004.
* bump version to 5.17.7Ricardo Signes2012-11-201-14/+14
|
* Remove the EPOC port.Nicholas Clark2012-11-191-5/+1
| | | | | | | EPOC was a family of operating systems developed by Psion for mobile devices. It was the predecessor of Symbian. The port was last updated in April 2002.
* Bump the version to 5.17.6Florian Ragwitz2012-10-191-15/+15
|
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-191-15/+15
|
* Bump version to 5.17.4Steve Hay2012-08-201-13/+13
|
* bump to version 5.17.3Tony Cook2012-07-201-13/+13
|
* [perl #113020] INSTALL: Clarify CPAN::autobundleFather Chrysostomos2012-07-131-2/+3
|
* bump version to 5.17.2Jesse Luehrs2012-06-201-14/+14
|
* bump version to 5.17.1Jesse Luehrs2012-06-191-16/+16
|
* In cflags.SH trim the case statement of file basenames.Nicholas Clark2012-06-191-3/+10
| | | | | | | | | | | | | | Add examples showing how to use cflags.SH to tweak the compiler flags used for individual object files. Previously cflags.SH contained a somewhat stale pre-canned list of file basenames including removed files such as usersub (deleted before 5.000 shipped), and a partial list of 5.000 XS extensions. Whilst it's possible to generate the correct list in cflags by parsing MANIFEST (and adding a few fixups), it's still not actually *useful*, as cflags gets overwritten as soon as config.sh changes. Hence the most end-user useful solution with minimal maintenance is to eliminate the list entirely, and document how the user should add to it as necessary.
* fix comparative Perl version numbersZefram2012-05-251-1/+1
|
* bump version to 5.17.0Ricardo Signes2012-05-201-16/+16
|
* [perl #112924] [PATCH] Clarify test instructions in INSTALLAndy Dougherty2012-05-161-7/+12
| | | | | | | | | | | | | | | | | While trying to track down a failed test, I found the instructions in the INSTALL file to be less than optimal. This patch re-orders the suggestions to put the ones most likely to work first, clarifies which directory you should be in, and moves a "see-also" type reference to where it is more likely to be useful. The catalyst for this was that ./perl -MTestInit cpan/Archive-Extract/t/01_Archive-Extract.t fails because it can't find strict.pm. (See [perl #1122926].) Since it's probably not the only such case, I thought it useful and prudent to advise using t/harness instead as a first recourse.
* bump version to 5.16.0 RC0Ricardo Signes2012-05-101-15/+15
| | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0 ...followed by a small edit to INSTALL and patchlevel.h.
* Correct INSTALL to warn about editing cflags, not cflags.SHNicholas Clark2012-04-171-2/+2
| | | | | | Commit 668cbedd4fc8e9b2 in Nov 2011, as part of a much larger set of edits and corrections, inadvertently changed 'cflags' to 'cflags.SH', which is not correct in context.
* INSTALL doc changes because of TestInit.pm movementSlaven Rezic2012-04-161-2/+2
| | | | | commit 30b6e59101b252c20a6b50b95203d1e2c6016604 moved TestInit.pm from t to top level.
* Bump the perl version in various places for 5.15.9Abigail2012-03-191-14/+14
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-201-14/+14
|