This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade CPANPLUS to 0.83_08
[perl5.git] / win32 /
2007-10-09 Rafael Garcia-SuarezAdd a rough, incomplete version of perl5100delta
2007-10-08 Steve HayDo the same as #32061 for Win32, which also fixes a...
2007-10-02 Jim CromieRe: [patch] clean out remnants of DEBUGGING_OPS (was...
2007-09-11 Max Maischein[patch] [Win32] Makefile and makefile.mk rely on shell...
2007-09-06 Rafael Garcia-SuarezBump version number to 5.10.0.
2007-09-03 Vadim KonovalovAdd Win32 makefile option to link all extensions statically
2007-08-29 Steve HayAdd support for Visual C++ 2008 Express Edition (Beta 2)
2007-08-21 H.Merijn Brandbye bye charsize
2007-08-21 Steve HayUse -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996...
2007-07-09 Steve HaySome Win32 Config fixes for patchlevel and perl_patchlevel:
2007-07-07 Edgar BeringRe: [PATCH] Final Draft - pod/perlcommunity.pod - ...
2007-07-06 Steve HayAdd Borland linker option to not generate .map files
2007-07-03 Steve Hay$Config{useshrplib} should be 'true' rather than 'yes...
2007-07-02 Steve HayApply win32/Makefile changes from #31102 and #31506...
2007-06-30 Abigail/p vs (?p)
2007-06-28 Jan DuboisRE: Problem in Win32CORE when building PAR-Packer-0...
2007-06-26 Jan Dubois[PATCH] Remove dead code from win32/win32sck.c
2007-06-25 Steve HayRevert #30197 and #30219, which #31464 has just made...
2007-06-20 Steve HayChange #31426 should also be applied to the PERL_IMPLIC...
2007-06-20 Rafael Garcia-SuarezChange #31426 should also be applied to the windows...
2007-06-20 Yves OrtonRe: Net::SMTP can't send large messages with bleadperl
2007-06-11 Vadim Konovalovcross-compilation for linux
2007-06-08 Steve HayChange 31347 should also have removed win32_free_argvw()
2007-06-08 Steve HayRemove dead Perl_sys_intern_clear() from wince.c
2007-06-08 Steve HayMove win32_create_message_window() out of #ifdef HAVE_I...
2007-06-07 Steve HayStop VC++ from warning "all references to 'SHELL32...
2007-06-06 Steve HayStop VC7 and VC8 warning about overriding /DPERLDLL...
2007-05-29 Steve Haywin32/makefile.mk doesn't support GSAR's old dmake...
2007-05-25 Steve HayFix the ext/IO/t/io_sock.t failure when built with...
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-20 Jan DuboisRE: When is -DPERL_CORE required?
2007-05-14 Steve HayOlder versions of windres interpret "-I" as the input...
2007-05-13 Jan DuboisRestore Windows NT support
2007-05-10 David MitchellRe: [perl #42869] Problem killing a pseudo-forked child...
2007-05-02 Jerry D. HeddenRemove ext/Thread
2007-04-30 Rafael Garcia-SuarezTwo new manpages, by Abigail
2007-04-27 Steve HayDo the same as #31095 for Win32
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-26 Steve HayRe: VMS and Win32 Makefiles in change 31059
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-24 Devin Heitmueller[perl #42648] [PATCH] crash in win32/VMem.h when out...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-19 Jan DuboisAllow sending SIGINT to child processes on Windows...
2007-04-17 Jan DuboisFix kill(0, $pid) on Windows
2007-04-12 Rafael Garcia-SuarezRun buildtoc --build-all
2007-04-12 Rafael Garcia-SuarezAdd the perlreapi man page, by Ã\86var Arnfjörð Bjarmason
2007-04-10 Rafael Garcia-SuarezAdd CPANPLUS 0.78
2007-04-10 Jan DuboisRestore Win64 compilation with the Windows Platform SDK
2007-04-04 Jarkko HietaniemiRe: [PATCH] microperl plus missing config vars
2007-04-01 Jarkko Hietaniemimicroperl plus missing config vars
2007-03-22 Steve HayMake sure Win32CORE.pm gets cleaned up
2007-03-07 Rafael Garcia-SuarezAdd the new man page, perlunifaq, in relevant places
2007-02-22 Yitzchak Scott-Tho... Re: Win32 modules & cygwin
2007-02-16 Steve HayFix Win32 build after unusual breakage caused by #30327
2007-02-12 Steve HayApply #30197 to win32/makefile.mk too
2007-02-10 Yves OrtonDefend against cmd.exe stupidity (on Win2k at least)
2007-01-23 Devin Heitmueller[perl #41318] Patch: win32.c typo in #define MULTIPLICITY
2007-01-18 Jan DuboisRe: [PATCH] win32_async_check() can still loop indefinitely
2007-01-09 Jan DuboisRe: [PATCH] ANSIfy the PATH environment variable on...
2007-01-09 Rafael Garcia-SuarezRevert change #29708 (useless)
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2007-01-07 Yves OrtonRe: [PATCH] ANSIfy the PATH environment variable on...
2007-01-05 Steve HayDo the same as #29697 for Win32
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-05 Jan DuboisANSIfy the PATH environment variable on Windows
2007-01-05 Jan DuboisAdd error handling to win32_ansipath
2007-01-03 Jan Dubois[PATCH] Use short pathnames in $^X and @INC if the...
2007-01-02 Steve HayCheck miniperl exists before using it to run uupacktool.pl
2006-12-21 Jan DuboisImplement killpg() for MSWin32
2006-12-20 Yves OrtonRe: [PATCH] Making adding binary files possible
2006-12-20 Jan DuboisUpdate cwd() to return the "short" pathname if the...
2006-12-20 Jan Duboislet readdir() return the alternate (short) filename...
2006-12-13 Steve HayDo the same as #29514 for Win32
2006-12-12 Steve HayRestore (differently) the setting of $Config{osvers...
2006-12-12 Jan Duboisget ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Jan Duboisre: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan DuboisSecond patch from:
2006-12-11 Jan DuboisFirst patch from:
2006-12-07 Jan DuboisMove Win32 from win32/ext/Win32 to ext/Win32
2006-12-07 Jan DuboisMakefile.PL changes to compiler Win32.xs using cygwin
2006-12-05 Steve HayMake the check for PERL_IMPLICIT_SYS better
2006-12-05 Steve HayExtend d_pseudofork to Win32-land and set it when appro...
2006-12-05 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-04 Steve HayChange #29424 may well be correct in itself, but curren...
2006-12-03 Yves OrtonRe: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-11-30 Steve HayI think #29060 / #29073 missed this
2006-11-28 Steve HayBuilding with Visual C++ 2005 now works except for...
2006-11-28 Steve HayGive perl.exe an icon when built with MinGW and Borland
2006-11-27 Steve HayAdd missing d_printf_format_null/PRINTF_FORMAT_NULL_OK...
2006-11-27 Steve HayMake the win32/makefile.mk a little safer
2006-11-24 Steve HayRemove redundant macros from win32 makefiles
2006-11-23 Steve HaySilence VC8's warnings about "unsafe" CRT functions...
2006-11-22 Steve HayUpdate makefile.mk as per Makefile w.r.t. #29308 and...
2006-11-20 Rafael Garcia-SuarezExtend the test-reonly make target on windows (Yves...
2006-11-20 Steve HayRevert #29307. It doesn't fix the XXX after all. Using...
2006-11-17 yves orton[perl #36909] $^R undefined on matches involving backre...
2006-11-17 Steve HayFix the XXX in #29303
2006-11-17 Steve HayTidy up Makefile part of #29260 and apply to makefile...
2006-11-17 Steve HayInstall perl-static.exe if it was built
2006-11-17 Steve HayAdd perl-static.exe support to win32/makefile.mk
next