Small perlivp.PL updates
[p5sagit/p5-mst-13.2.git] / win32 /
2007-04-24 Nicholas Clark Make 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 Black Re: new C3 MRO patch
2007-04-19 Jan Dubois Allow sending SIGINT to child processes on Windows...
2007-04-17 Jan Dubois Fix kill(0, $pid) on Windows
2007-04-12 Rafael Garcia-Suarez Run buildtoc --build-all
2007-04-12 Rafael Garcia-Suarez Add the perlreapi man page, by Ævar Arnfjörð Bjarmason
2007-04-10 Rafael Garcia-Suarez Add CPANPLUS 0.78
2007-04-10 Jan Dubois Restore Win64 compilation with the Windows Platform SDK
2007-04-04 Jarkko Hietaniemi Re: [PATCH] microperl plus missing config vars
2007-04-01 Jarkko Hietaniemi microperl plus missing config vars
2007-03-22 Steve Hay Make sure Win32CORE.pm gets cleaned up
2007-03-07 Rafael Garcia-Suarez Add the new man page, perlunifaq, in relevant places
2007-02-22 Yitzchak Scott-Tho... Re: Win32 modules & cygwin
2007-02-16 Steve Hay Fix Win32 build after unusual breakage caused by #30327
2007-02-12 Steve Hay Apply #30197 to win32/makefile.mk too
2007-02-10 Yves Orton Defend 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 Dubois Re: [PATCH] win32_async_check() can still loop indefinitely
2007-01-09 Jan Dubois Re: [PATCH] ANSIfy the PATH environment variable on...
2007-01-09 Rafael Garcia-Suarez Revert change #29708 (useless)
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2007-01-07 Yves Orton Re: [PATCH] ANSIfy the PATH environment variable on...
2007-01-05 Steve Hay Do the same as #29697 for Win32
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-05 Jan Dubois ANSIfy the PATH environment variable on Windows
2007-01-05 Jan Dubois Add error handling to win32_ansipath
2007-01-03 Jan Dubois [PATCH] Use short pathnames in $^X and @INC if the...
2007-01-02 Steve Hay Check miniperl exists before using it to run uupacktool.pl
2006-12-21 Jan Dubois Implement killpg() for MSWin32
2006-12-20 Yves Orton Re: [PATCH] Making adding binary files possible
2006-12-20 Jan Dubois Update cwd() to return the "short" pathname if the...
2006-12-20 Jan Dubois let readdir() return the alternate (short) filename...
2006-12-13 Steve Hay Do the same as #29514 for Win32
2006-12-12 Steve Hay Restore (differently) the setting of $Config{osvers...
2006-12-12 Jan Dubois get ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Jan Dubois re: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan Dubois Second patch from:
2006-12-11 Jan Dubois First patch from:
2006-12-07 Jan Dubois Move Win32 from win32/ext/Win32 to ext/Win32
2006-12-07 Jan Dubois Makefile.PL changes to compiler Win32.xs using cygwin
2006-12-05 Steve Hay Make the check for PERL_IMPLICIT_SYS better
2006-12-05 Steve Hay Extend d_pseudofork to Win32-land and set it when appro...
2006-12-05 Jarkko Hietaniemi Re: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-04 Steve Hay Change #29424 may well be correct in itself, but curren...
2006-12-03 Yves Orton Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-11-30 Steve Hay I think #29060 / #29073 missed this
2006-11-28 Steve Hay Building with Visual C++ 2005 now works except for...
2006-11-28 Steve Hay Give perl.exe an icon when built with MinGW and Borland
2006-11-27 Steve Hay Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK...
2006-11-27 Steve Hay Make the win32/makefile.mk a little safer
2006-11-24 Steve Hay Remove redundant macros from win32 makefiles
2006-11-23 Steve Hay Silence VC8's warnings about "unsafe" CRT functions...
2006-11-22 Steve Hay Update makefile.mk as per Makefile w.r.t. #29308 and...
2006-11-20 Rafael Garcia-Suarez Extend the test-reonly make target on windows (Yves...
2006-11-20 Steve Hay Revert #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 Hay Fix the XXX in #29303
2006-11-17 Steve Hay Tidy up Makefile part of #29260 and apply to makefile...
2006-11-17 Steve Hay Install perl-static.exe if it was built
2006-11-17 Steve Hay Add perl-static.exe support to win32/makefile.mk
2006-11-17 Steve Hay Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
2006-11-16 Yves Orton Fix Extensions_static dependencies to avoid relinking...
2006-11-15 Vadim Konovalov Add support for building a perl-static.exe that doesn...
2006-11-13 Steve Hay Embed manifest files in EXEs and DLLs when building...
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-08 Steve Peters Configure patch to add detection for DIR.dd_fd member...
2006-11-08 Steve Hay Don't use the PERL_MSVCRT_READFIX when using VC++ 7...
2006-11-06 Steve Hay Get Visual C++ 2005 (aka Visual C++ 8.x) support off...
2006-11-06 H.Merijn Brand The non-unix parts for localtime_r_needs_tzset
2006-10-30 Steve Peters It seems only HWND__* is needed by MinGW g++.
2006-10-30 Yves Orton Patch 29155 breaks VC
2006-10-30 Steve Peters Initial cleanups to support compiling Win32 with MinGW...
2006-10-30 Steve Hay Add some missing targets to win32/makefile.mk
2006-10-30 Vadim Konovalov wince patch
2006-10-29 Yves Orton Add a few useful developers maketargets to win32/Makefile
2006-10-10 Steve Hay Updates for building on Win32 with Visual C++ 2005...
2006-10-09 Rafael Garcia-Suarez Add perl595delta
2006-10-09 Rafael Garcia-Suarez Bump version to 5.9.5
2006-09-29 Yves Orton Minor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-20 Andrew Savige Re: [PATCH] Patch for win32.c to fix #38723 and #39531
2006-09-13 Yves Orton mktables executes seven time per build sigh
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-08-30 Steve Hay Silence some more Borland compiler warnings
2006-08-29 Steve Hay Silence Borland compiler warnings in XS::APItest and...
2006-08-11 Steve Hay Resync win32/config_H.* and win32/config.* with config_h.SH
2006-08-08 Jarkko Hietaniemi g++ stage 1 reached
2006-08-01 Steve Hay Silence a couple of Borland compiler warnings
2006-07-09 Marcus Holland-Moritz Integrate mkppport. All ppport.h files in the core...
2006-07-03 Yves Orton Re: Win32API::File now in core
2006-06-30 Steve Hay Add Win32API::File to the core
2006-06-12 Yves Orton Re: Segv from new regex code when under threads.
2006-06-08 Rafael Garcia-Suarez Add the perlreguts manpage, by Yves Orton
2006-06-01 Rafael Garcia-Suarez Add the perlunitut manpage, by Juerd Waalboer
2006-05-24 Yves Orton Re: [patch] win32/buildext.pl to handle inclusions...
2006-05-19 Nicholas Clark Add perlpragma.pod, which describes how to implement...
2006-05-19 Nicholas Clark Add README.riscos to pod.lst
2006-05-13 Nicholas Clark A Configure probe for C99 variadic macros, based on...
2006-05-09 Vadim Konovalov wince crosscompile patch for 28132
2006-05-04 Vadim Konovalov RE: [PATCH-for-28089] wince yet another step
next