This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TODO tests for eval of tainted scalars. (change 29193's regression)
[perl5.git] / win32 /
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
2006-11-17 Steve HayAdd missing d_ctermid/HAS_CTERMID to Win32 canned configs
2006-11-16 Yves OrtonFix Extensions_static dependencies to avoid relinking...
2006-11-15 Vadim KonovalovAdd support for building a perl-static.exe that doesn...
2006-11-13 Steve HayEmbed manifest files in EXEs and DLLs when building...
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-08 Steve PetersConfigure patch to add detection for DIR.dd_fd member...
2006-11-08 Steve HayDon't use the PERL_MSVCRT_READFIX when using VC++ 7...
2006-11-06 Steve HayGet Visual C++ 2005 (aka Visual C++ 8.x) support off...
2006-11-06 H.Merijn BrandThe non-unix parts for localtime_r_needs_tzset
2006-10-30 Steve PetersIt seems only HWND__* is needed by MinGW g++.
2006-10-30 Yves OrtonPatch 29155 breaks VC
2006-10-30 Steve PetersInitial cleanups to support compiling Win32 with MinGW...
2006-10-30 Steve HayAdd some missing targets to win32/makefile.mk
2006-10-30 Vadim Konovalovwince patch
2006-10-29 Yves OrtonAdd a few useful developers maketargets to win32/Makefile
2006-10-10 Steve HayUpdates for building on Win32 with Visual C++ 2005...
2006-10-09 Rafael Garcia-SuarezAdd perl595delta
2006-10-09 Rafael Garcia-SuarezBump version to 5.9.5
2006-09-29 Yves OrtonMinor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-20 Andrew SavigeRe: [PATCH] Patch for win32.c to fix #38723 and #39531
2006-09-13 Yves Ortonmktables executes seven time per build sigh
2006-09-06 Rafael Garcia-SuarezRemove perlcc and the byteloader
2006-08-30 Steve HaySilence some more Borland compiler warnings
2006-08-29 Steve HaySilence Borland compiler warnings in XS::APItest and...
2006-08-11 Steve HayResync win32/config_H.* and win32/config.* with config_h.SH
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-01 Steve HaySilence a couple of Borland compiler warnings
2006-07-09 Marcus Holland-MoritzIntegrate mkppport. All ppport.h files in the core...
2006-07-03 Yves OrtonRe: Win32API::File now in core
2006-06-30 Steve HayAdd Win32API::File to the core
2006-06-12 Yves OrtonRe: Segv from new regex code when under threads.
2006-06-08 Rafael Garcia-SuarezAdd the perlreguts manpage, by Yves Orton
2006-06-01 Rafael Garcia-SuarezAdd the perlunitut manpage, by Juerd Waalboer
2006-05-24 Yves OrtonRe: [patch] win32/buildext.pl to handle inclusions...
2006-05-19 Nicholas ClarkAdd perlpragma.pod, which describes how to implement...
2006-05-19 Nicholas ClarkAdd README.riscos to pod.lst
2006-05-13 Nicholas ClarkA Configure probe for C99 variadic macros, based on...
2006-05-09 Vadim Konovalovwince crosscompile patch for 28132
2006-05-04 Vadim KonovalovRE: [PATCH-for-28089] wince yet another step
2006-05-04 Vadim Konovalovwince yet another step
2006-05-03 Vadim Konovalovwince another step
2006-05-03 Vadim KonovalovRe: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-05-02 Vadim KonovalovMove some scripts under win32/ce-helpers.
2006-05-02 Yves OrtonRe: Merge WinCE into Win32 directory and remove the...
2006-05-02 Steve HaySigh. Third time lucky.
2006-05-02 Steve HayAhem. And here's the rest of #28051...
2006-05-02 Steve HayRE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9...
2006-05-01 SADAHIRO TomoyukiRe: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9...
2006-04-30 Abe Timmermanfix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL...
2006-04-30 Steve PetersI was mistaken. Borland and gcc do have snprintf(...
2006-04-30 Steve PetersOK, Win32 must no have snprintf()/vsnprintf
2006-04-28 Yves OrtonMerge WinCE and Win32 directories -- Initial patch
2006-04-18 Jan Duboiswin32/Makefile changes for Windows 64 bit
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-03-30 Gisle AasPopulate pre-canned config.sh files with
2006-03-23 Jan DuboisRE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
next