This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix PerlSIO_fputc() and PerlSIO_fputs() signatures
[perl5.git] / win32 /
2010-04-22 Jan DuboisFix PerlSIO_fputc() and PerlSIO_fputs() signatures
2010-04-20 Leon Brocardcreate perl5131delta
2010-04-13 H.Merijn BrandAdd d_prctl* for all other OS's
2010-04-13 Jesse VincentBump to 5.13.0
2010-04-13 Jesse VincentCreate a perl5130delta.pod
2010-03-25 Jesse Vincentperl 5.11.6 never happened. Remove the traces of its...
2010-03-14 Jesse VincentBump to 5.12.0
2010-02-21 Steve HayCreate perl5116delta and update other versions
2010-02-20 Steve HayBump version to 5.11.5
2010-02-14 Steve HayMake distclean work again on Win32
2010-01-25 Jesse VincentAdd perl5120delta to pod.lst and MANIFEST
2010-01-20 Ricardo Signescreate perl5115delta and update other versions
2010-01-19 Ricardo Signesbump version for 5.11.4
2010-01-12 Rafael Garcia-SuarezAdd perl5114delta.pod
2010-01-11 kmxRe: [perl #71852] Warning "/* within comment" in Win32...
2010-01-06 H.Merijn Brandvaproto for the other OS's
2009-12-20 Jesse VincentBump to 5.11.3
2009-12-17 Jan DuboisImplement win32_isatty()
2009-12-16 Jan Dubois-t should only return TRUE for file handles connected...
2009-12-08 Jan DuboisThrow away uncleanable scopes when exiting a pseudo...
2009-12-03 Rafael Garcia-SuarezRevert makefile part of the Unicode 5.2 patch
2009-12-03 Karl WilliamsonUnicode 5.2
2009-12-02 Jan DuboisCleanup all scopes before exiting a pseudo-forked process.
2009-12-02 Jan DuboisAdd another hint about setting WIN64=undef to build...
2009-12-02 Jan DuboisDon't redefine isnan() macro if MinGW already defined...
2009-11-25 Karl Williamsonfurther windows makefiles fixes
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-24 Steve HayAdd missing library to VC++ section of Win32 dmake...
2009-11-24 Steve HayAvoid circularity in $(LINK_FLAGS) definition in Win32...
2009-11-24 Rafael Garcia-SuarezSpecify in Makefile what generates pod/perluniprops.pod
2009-11-24 Steve HayFix Win32 makefiles as per f86864acbf97469fd9e5d5233d51...
2009-11-24 Rafael Garcia-SuarezRemove generated file pod/perluniprops.pod from the...
2009-11-23 Steve HayFix code-before-declaration error on Win32 with recent...
2009-11-23 Nicholas ClarkFix mktables calls in Win32 makefiles
2009-11-22 Rafael Garcia-SuarezAdd new pod file to various lists and makefiles
2009-11-21 Jan DuboisAlways add a manifest resource to perl.exe to specify...
2009-11-20 Leon Brocardcreate perl5113delta
2009-11-18 Leon BrocardBump 5.11.1 -> 5.11.2 in all sorts of places it's ...
2009-11-14 Steve HayRevert core fixes for IO-Compress following IO-Compress...
2009-11-13 Jan DuboisSupport $! stringification of socket error codes on...
2009-11-13 Jan Duboisflock() on Windows should set proper errno numbers.
2009-11-13 Gerard GoossenMake win32_start_child responsible for cleaning all...
2009-11-10 SisyphusAdd mingw64 support
2009-11-09 SisyphusFix warnings from win32 gcc compilers
2009-11-08 David GoldenAdd mingw-w64 non-crosscompiling config files
2009-11-07 Steve HayMerge commit 'origin/blead' into blead
2009-11-07 Steve HayAvoid circularity in $(LIBBASEFILES) definition in...
2009-11-06 H.Merijn BrandDetection (and warning) of char size in bits
2009-10-24 Nicholas ClarkAdd perl5112delta, and change 5111delta from being...
2009-10-20 Jesse VincentBump 5.11.0 -> 5.11.1 in all sorts of places it's ...
2009-10-14 SisyphusAdd mingw64 support for win32
2009-10-13 Jan DuboisThe winsock select() implementation doesn't support...
2009-10-13 Jesse VincentMove the new "perl policy" document into pod/
2009-10-06 Jesse Vincentmore pod cleanups based on the new podcheck.t
2009-10-04 Rafael Garcia-SuarezRun "cd pod ; ../perl -I../lib buildtoc --build-all"
2009-10-03 Steve HayMake Win32 treat IO-Compress as an XS extension, as...
2009-09-29 Steve HayRunning "mkppport --clean" at the end of "[nd]make...
2009-09-29 Steve HayFix distclean on Win32
2009-09-29 Nicholas ClarkMove Cwd from ext/ to cpan/
2009-09-28 Nicholas Clarkconfig_sh.PL need to scan dist/ as well as cpan/ and...
2009-09-27 Nicholas ClarkWith Win32 now building DynaLoader in ext, no need...
2009-09-27 Steve HayWin32 build should scan cpan/ as well as ext/
2009-09-26 Nicholas ClarkSupport building extensions in dist/ as well as cpan...
2009-09-25 Nicholas Clarkwin32/FindExt.pm's regression test needs to scan cpan...
2009-09-25 Nicholas ClarkDon't process (apparent) duplicate extension directories.
2009-09-25 Nicholas ClarkProcess the extension directories in alphabetical order.
2009-09-25 Nicholas ClarkWin32 should look for extensions in ..\cpan as well...
2009-09-24 Nicholas ClarkWin32 should look for extensions in ..\cpan as well...
2009-09-23 Nicholas ClarkFollowing b0e687f7 Win32 requires an -I..\lib for maked...
2009-09-23 Nicholas ClarkAdd a --chdir option to configpm, and use this in the...
2009-09-19 Nicholas Clarklib/unicore/mktables needs to get File::Spec from ext...
2009-09-19 Nicholas Clarkwin32/config_h.PL indirectly needs File::Spec, before...
2009-09-19 Nicholas ClarkReuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas ClarkMove lib from lib to ext.
2009-09-17 Nicholas ClarkNow no need to run AutoSplit on lib on Win32, with...
2009-09-17 Nicholas ClarkConvert win32 to build DynaLoader with EU::MM in ext...
2009-09-16 Nicholas ClarkRevert 109e4020 and 2da760ce for now. Win32 needs to...
2009-09-15 Nicholas ClarkNo need to run AutoSplit on lib on Win32 or NetWare...
2009-09-15 Nicholas ClarkEnsure that the perl build doesn't read any installed...
2009-09-15 Leon BrocardUse alternative URLs for links which are now broken...
2009-09-13 Leon BrocardRemove broken links for hip communications inc.
2009-09-13 Nicholas ClarkRetire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-09-13 Nicholas Clarkf281036e missed that Makefile.ce also generated perl...
2009-09-13 Steve HayFix Win32 build
2009-09-12 Nicholas Clark403f501d broke Win32, because lib/lib.pm is not availab...
2009-09-12 Nicholas ClarkMove Cwd from lib to ext.
2009-09-12 Nicholas Clarkpod/perltoc.pod needs all the extensions to be built...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/
2009-09-09 Nicholas ClarkReplace the uuencoded perlexe.ico.packd with the genuin...
2009-09-09 Nicholas ClarkBuild the nonxs extensions before running mktables.
2009-09-09 Nicholas ClarkUse readdir rather than glob, beacuse perlglob.exe...
2009-09-08 Nicholas Clarkwin32/FindExt.pm thought that ext/List-Util was a nonxs...
2009-09-08 Nicholas ClarkCan't build Dynamic extensions without DynaLoader.pm...
2009-09-08 Nicholas ClarkBuild the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas ClarkBuild the nonxs extensions before running mkppport.
2009-09-08 Nicholas ClarkOn Win32 and VMS, split building dynamic and nonxs...
2009-09-03 Craig A. BerryWork hard to skip VMS-specific extensions on Win32.
2009-08-23 David Mitchelladd perl5101delta
2009-08-15 Steve HayRevert bogus PROCESSOR_ARCHITECTURE fix.
2009-08-14 Jan DuboisImport WIN64 environment variable into makefile.mk
next