summaryrefslogtreecommitdiff
path: root/win32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add new perldelta for 5.27.4Matthew Horsfall2017-08-211-2/+2
|
* Bump Perl version from 5.27.2 to 5.27.3Aaron Crane2017-07-201-1/+1
| | | | Including the various pieces of Module::CoreList.
* New draft perldelta for 5.27.3Aaron Crane2017-07-201-2/+2
|
* Bump the perl version 5.27.1 -> 5.27.2Eric Herman2017-06-221-1/+1
| | | | | | | | 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
* new perldeltaEric Herman2017-06-201-2/+2
|
* Remove unnecessary MSVC*FREE CCTYPEs from Windows makefilesSteve Hay2017-06-161-31/+14
| | | | | | | As was pointed out recently in perl #131487, there is little point in most of these since the Express (now Community) versions are so close to the full versions anyway these days. MSVC70FREE is retained since it was the only one that was actually being made use of.
* Fix up CCINCDIR/CCLIBDIR for VC++ 14.1 (and VC++ 8.0-14.0 too!)Steve Hay2017-06-141-9/+28
| | | | | These settings just end up in $Config{incpath}/$Config{libpth} and don't otherwise affect the build, but we might as well get them right if we can.
* Update nmake for VS 2017Steve Hay2017-06-141-6/+14
| | | | | Patch by Eric Lindblad, who asked for his email address not to be published. [perl #131487]
* Bump the perl version in various places for 5.27.1David Mitchell2017-06-031-1/+1
|
* perldelta: New perldeltaSawyer X2017-05-311-2/+2
|
* Bump version: 5.26.0 -> 5.27.0, including fixesSawyer X2017-05-311-6/+6
|
* perldelta: New perldelta (5.27.0)Sawyer X2017-05-311-2/+2
|
* Manually replace 52513 with 5260 perldelta filenameSawyer X2017-05-111-2/+2
|
* Bump version: 5.25.12 -> 5.26.0Sawyer X2017-04-211-6/+6
|
* Fix empty link problemSawyer X2017-04-201-2/+2
|
* Version debump: 5.26.0 -> 5.25.12Sawyer X2017-04-191-6/+6
|
* Version bump: 5.25.11 -> 5.26.0Sawyer X2017-03-201-6/+6
|
* New perldeltaSawyer X2017-03-201-2/+2
|
* Make DEFAULT_INC_EXCLUDES_DOT the default on WindowsSteve Hay2017-03-121-0/+11
| | | | | | | and provide a makefile option of the same name to control it. It is set to 'define' by default, but can be commented out or set to 'undef' in the usual manner to switch it off and return to the legacy default behaviour of including '.' at the end of @INC.
* bump version to 5.25.11reneeb2017-02-211-1/+1
|
* new perldelta for 5.25.11reneeb2017-02-211-2/+2
|
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-191-0/+36
| | | | | | | | | | | | | | | Due to the rewritten CRT in this version of Visual C++ it is no longer possible (or at least not at all easy) to make use of the ioinfo struct, which commit b47a847f62 (re-)introduced in order to fix RT#120091/118059. Therefore, we effectively revert commit b47a847f62 for VS2015 onwards on the basis that being able to build with VS2015 onwards is more important than the RT#120091/118059 bug fix. This does unfortunately mean that perls built with <=VS2013 will not be compatible with perls built with >=VS2015, but they may well not have been compatible anyway because of the CRT rewrite, and certainly wouldn't be compatible if perl builds with VS2015 were not supported! See RT#125714 for more discussion about this.
* Bump the perl version in various places for 5.25.10Abigail2017-01-201-1/+1
|
* New perldelta for 5.25.10Abigail2017-01-201-2/+2
|
* Remove utils/c2ph and utils/pstructAbigail2017-01-161-3/+1
| | | | | | | | | | 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.
* Bump the perl version in various places for 5.25.9Sawyer X2016-12-201-1/+1
|
* New perldeltaSawyer X2016-12-201-2/+2
|
* Bump the perl version in various places for 5.25.8Chad Granum2016-11-201-1/+1
|
* new perldeltaChad Granum2016-11-201-2/+2
|
* Bump version numbers ready for 5.25.7Aaron Crane2016-10-201-1/+1
|
* New perldelta for 5.25.7Aaron Crane2016-10-201-2/+2
|
* bumping the version number Stevan Little2016-09-241-1/+1
|
* new perldeltaStevan Little2016-09-201-2/+2
|
* Bump the perl version in various places for v5.25.5Chris 'BinGOs' Williams2016-08-201-1/+1
|
* New perldeltaChris 'BinGOs' Williams2016-08-201-2/+2
|
* Bump version to 5.25.4Steve Hay2016-07-201-1/+1
| | | | (including regen/opcode.pl)
* Create new perldelta for 5.25.4Steve Hay2016-07-201-2/+2
|
* Bump the perl version in various places for 5.25.3Matthew Horsfall2016-06-201-1/+1
|
* Add new perldeltaMatthew Horsfall2016-06-201-2/+2
|
* Bump the perl version in various places for 5.25.2Sawyer X2016-05-211-1/+1
|
* new delta for 5.25.2Sawyer X2016-05-211-2/+2
|
* Update to the latest Test-Simple cpan distChad Granum2016-05-121-0/+1
|
* perldelta: new v5.25.1 perldeltaRicardo Signes2016-05-091-2/+2
|
* bump version to v5.25.1: now open for businessRicardo Signes2016-05-091-1/+1
|
* perldelta: add perl5250deltaRicardo Signes2016-05-081-2/+2
|
* bump version to v5.25.0Ricardo Signes2016-05-081-6/+6
|
* fix versions of generated perldeltaRicardo Signes2016-04-101-2/+2
|
* version bump: this is now v5.24.0-RC0!Ricardo Signes2016-04-101-6/+6
|
* Bump version in various placesAbigail2016-03-201-1/+1
|
* New perldeltaAbigail2016-03-201-2/+2
|