This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove __GNUC__ / _MSC_VER games from win32/config_H.*
[perl5.git] / win32 / Makefile
2012-06-09 Steve HayRemove __GNUC__ / _MSC_VER games from win32/config_H.*
2012-06-07 Steve HayRemove INST_DRV from Windows makefiles' CFG_VARS
2012-05-30 Steve HayDon't install HTML docs for 'ext' folder
2012-05-26 Zeframnew perldelta
2012-05-20 Ricardo Signesbump version to 5.17.0
2012-05-20 Ricardo Signescreate the new perldelta for 5.17.0
2012-05-10 Ricardo Signesremove perl515*delta, add perl5160delta
2012-05-10 Ricardo Signesbump version to 5.16.0 RC0
2012-03-20 AbigailCreate a perldelta for 5.15.9
2012-03-19 AbigailBump the perl version in various places for 5.15.9
2012-02-21 Max MaischeinAdd perl5158delta.pod
2012-02-20 Max MaischeinBump versions from 5.15.7 to 5.15.8
2012-02-18 Nicholas ClarkAdd a dependency for ext/Pod-Functions/Functions_pm...
2012-02-08 Nicholas ClarkClean up Pod::Html's cache as part of distclean on...
2012-01-31 Nicholas ClarkPurge references to --libpod, an abbreviation for ...
2012-01-20 Chris 'BinGOs' Wil... Create a perldelta for 5.15.8
2012-01-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.15.7
2011-12-20 Dave RolskyCreate a perldelta for 5.15.7
2011-12-20 Dave RolskyBump the perl version in various places for 5.15.6
2011-12-16 Chris 'BinGOs' Wil... Teach win32/Makefile 'test_porting'
2011-12-04 Chris 'BinGOs' Wil... Update IO-Compress to CPAN version 2.044
2011-11-28 Nicholas Clarkpod/buildtoc now generates pod/roffitall
2011-11-21 Steve HayCreate new perldelta ready for 5.15.6
2011-11-20 Steve HayBump the perl version for 5.15.5
2011-11-18 Nicholas ClarkCreate Porting/pod_rules.pl, with all non perltoc.pod...
2011-11-12 Karl WilliamsonAdd new mktables generated files to makefiles
2011-10-21 Florian RagwitzCreate a perldelta for 5.15.5
2011-10-20 Florian RagwitzBump the perl version in various places for 5.15.4
2011-09-21 Stevan Littleupdate TOC for perl5153delta
2011-09-20 Stevan Littlebump version to 5.15.3 using Porting/bump-perl-version
2011-09-10 Steve HayAnother update to comments about regen_config_h target
2011-09-10 Steve HayUpdate comments about regen_config_h target
2011-08-27 Florian RagwitzMake pod2html a regular script without substitutions
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-23 Nicholas ClarkGroup 3 headers as $(generated_headers) in the *nix...
2011-08-21 Ricardo Signesupdate TOC for perl5153delta
2011-08-20 Ricardo Signesbump version to 5.12.2 using Porting/bump-perl-version
2011-07-24 Nicholas ClarkAdd an option TARG_DIR to makedef.pl, giving the path...
2011-07-20 Zeframnew perldelta for 5.15.2
2011-07-20 Zeframbump perl version number to 5.15.1
2011-06-21 Father Chrysostomoscreate perldelta for 5.15.1
2011-06-14 Florian RagwitzKill Devel::DProf
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-05-18 David MitchellBump the perl version in various places for 5.15.0
2011-05-18 David Mitchellupdate TOC for perl5150delta
2011-04-02 Jesse VincentFirst provisional bump to 5.14.0-RC0
2011-03-20 Florian RagwitzCreate a perldelta for 5.14.0
2011-03-20 Florian RagwitzBump the perl version for 5.13.11
2011-03-17 Jan DuboisRead Perl code on Windows in text mode by default.
2011-03-11 Jan DuboisMake sure json_pp is installed on Windows
2011-02-20 Ævar Arnfjörð Bjar... Update TOC for perl51310delta
2011-02-20 Ævar Arnfjörð Bjar... Bump the perl version in various places to 5.13.10
2011-02-15 Nicholas ClarkAdd ext/re/re.pm to the @INC set for miniperl by lib...
2011-02-15 Nicholas ClarkUse a buildcustomize.pl to set @INC in miniperl when...
2011-02-14 Nicholas ClarkRemove extraneous trailing whitespace from Win32 makefiles.
2011-01-24 Nicholas ClarkBreak out the generated function Perl_keywords() into...
2011-01-23 Jesse VincentUpdate TOC for perl51310delta
2011-01-21 Tony Cookdepend on files needed for porting/buildtoc.t
2011-01-20 Jesse VincentBump the perl version in various places to 5.13.9
2011-01-17 Nicholas ClarkReflow multi-line rules in Win32 makefiles after 2c1760...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-03 Jesse VincentActuall excise 'Apollo DomainOS' support. We officially...
2010-12-20 Zeframupdate TOC for perl5138delta and perl5139delta
2010-12-19 Zeframbump perl version number for 5.13.8
2010-12-07 Jan DuboisDon't advertise PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED
2010-12-07 Jan DuboisAlways build with crypt() support on Windows
2010-12-07 Jan DuboisGet rid of PERL_MSVCRT_READFIX
2010-11-30 Jan DuboisUse default stack size on Windows
2010-11-25 Jan DuboisSync win32/Makefile with win32/makefile.mk
2010-11-25 Jan DuboisPass STATIC_EXT to t/porting/FindExt.t
2010-11-21 Chris 'BinGOs' Wil... Update TOC for perl5.13.8
2010-11-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.13.7
2010-11-18 Steve HaySupport Visual C++ 2010
2010-11-15 Chris 'BinGOs' Wil... Update Archive-Tar to CPAN version 1.70
2010-10-21 Tatsuhiko Miyagawaupdate TOC for perl5137delta
2010-10-20 Tatsuhiko MiyagawaBump version to 5.13.6
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-07 Steve HayFix pod/buildtoc's handling of Win32 makefiles
2010-10-07 Steve HayUpdate Win32 makefiles to remove perl5136delta.pod...
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove pod2man.PL, pod2text.PL, podselect.PL into cpan...
2010-10-05 Nicholas ClarkMove pod2usage.PL, podchecker.PL, podselect.PL into...
2010-10-05 Nicholas ClarkMove pod2latex.PL into its CPAN distribution directory.
2010-09-19 Steve HayPrepare perldelta for Perl 5.13.6
2010-09-19 Steve HayBump version to 5.13.5
2010-09-05 Jan DuboisCleanup perl5135delta.pod instead of perldelta.pod
2010-09-05 Jan DuboisRemove duplicate command to rebuild uudmap.h
2010-09-05 Florian RagwitzMove the latest perldelta to pod/perldelta.pod
2010-08-31 Nicholas ClarkCorrect errors in the use of multiple targets for bitco...
2010-08-20 Florian Ragwitzupdate TOC and perldelta references
2010-08-20 Florian RagwitzDisable regeneration of regcharclass.h on win32 v5.13.4
2010-08-20 Florian RagwitzBump the perl version to 5.13.4
2010-08-07 Jan DuboisDefine _USE_32BIT_TIME_T for VC6 and VC7
2010-07-24 Florian RagwitzMove PathTools from cpan/ to dist/
2010-07-22 Jan DuboisGet rid of PERL_POLLUTE
2010-07-22 Jan DuboisDon't pretend to support really old VC++ compilers
2010-07-22 Jan DuboisGet rid of obsolete PerlCRT.dll support
2010-07-22 Jan DuboisAdd CCTYPE value for Windows Server 2003 SP1 compilers
2010-07-22 Jan DuboisRemove deprecated -Wp64 compiler option
2010-07-20 David Goldenupdate TOC and perldelta references
next