2006-12-11 |
Jan Dubois |
Second patch from: |
tree | commitdiff |
2006-12-11 |
Jan Dubois |
First patch from: |
tree | commitdiff |
2006-12-07 |
Jan Dubois |
Move Win32 from win32/ext/Win32 to ext/Win32 |
tree | commitdiff |
2006-12-07 |
Jan Dubois |
Makefile.PL changes to compiler Win32.xs using cygwin |
tree | commitdiff |
2006-12-05 |
Steve Hay |
Make the check for PERL_IMPLICIT_SYS better |
tree | commitdiff |
2006-12-05 |
Steve Hay |
Extend d_pseudofork to Win32-land and set it when appro... |
tree | commitdiff |
2006-12-05 |
Jarkko Hietaniemi |
Re: When should PERL_SYS_TERM() be called? [was: Re... |
tree | commitdiff |
2006-12-04 |
Steve Hay |
Change #29424 may well be correct in itself, but curren... |
tree | commitdiff |
2006-12-03 |
Yves Orton |
Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool... |
tree | commitdiff |
2006-11-30 |
Steve Hay |
I think #29060 / #29073 missed this |
tree | commitdiff |
2006-11-28 |
Steve Hay |
Building with Visual C++ 2005 now works except for... |
tree | commitdiff |
2006-11-28 |
Steve Hay |
Give perl.exe an icon when built with MinGW and Borland |
tree | commitdiff |
2006-11-27 |
Steve Hay |
Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK... |
tree | commitdiff |
2006-11-27 |
Steve Hay |
Make the win32/makefile.mk a little safer |
tree | commitdiff |
2006-11-24 |
Steve Hay |
Remove redundant macros from win32 makefiles |
tree | commitdiff |
2006-11-23 |
Steve Hay |
Silence VC8's warnings about "unsafe" CRT functions... |
tree | commitdiff |
2006-11-22 |
Steve Hay |
Update makefile.mk as per Makefile w.r.t. #29308 and... |
tree | commitdiff |
2006-11-20 |
Rafael Garcia-Suarez |
Extend the test-reonly make target on windows (Yves... |
tree | commitdiff |
2006-11-20 |
Steve Hay |
Revert #29307. It doesn't fix the XXX after all. Using... |
tree | commitdiff |
2006-11-17 |
yves orton |
[perl #36909] $^R undefined on matches involving backre... |
tree | commitdiff |
2006-11-17 |
Steve Hay |
Fix the XXX in #29303 |
tree | commitdiff |
2006-11-17 |
Steve Hay |
Tidy up Makefile part of #29260 and apply to makefile... |
tree | commitdiff |
2006-11-17 |
Steve Hay |
Install perl-static.exe if it was built |
tree | commitdiff |
2006-11-17 |
Steve Hay |
Add perl-static.exe support to win32/makefile.mk |
tree | commitdiff |
2006-11-17 |
Steve Hay |
Add missing d_ctermid/HAS_CTERMID to Win32 canned configs |
tree | commitdiff |
2006-11-16 |
Yves Orton |
Fix Extensions_static dependencies to avoid relinking... |
tree | commitdiff |
2006-11-15 |
Vadim Konovalov |
Add support for building a perl-static.exe that doesn... |
tree | commitdiff |
2006-11-13 |
Steve Hay |
Embed manifest files in EXEs and DLLs when building... |
tree | commitdiff |
2006-11-13 |
Yves Orton |
Re: [PATCH] New regex syntax omnibus |
tree | commitdiff |
2006-11-08 |
Steve Peters |
Configure patch to add detection for DIR.dd_fd member... |
tree | commitdiff |
2006-11-08 |
Steve Hay |
Don't use the PERL_MSVCRT_READFIX when using VC++ 7... |
tree | commitdiff |
2006-11-06 |
Steve Hay |
Get Visual C++ 2005 (aka Visual C++ 8.x) support off... |
tree | commitdiff |
2006-11-06 |
H.Merijn Brand |
The non-unix parts for localtime_r_needs_tzset |
tree | commitdiff |
2006-10-30 |
Steve Peters |
It seems only HWND__* is needed by MinGW g++. |
tree | commitdiff |
2006-10-30 |
Yves Orton |
Patch 29155 breaks VC |
tree | commitdiff |
2006-10-30 |
Steve Peters |
Initial cleanups to support compiling Win32 with MinGW... |
tree | commitdiff |
2006-10-30 |
Steve Hay |
Add some missing targets to win32/makefile.mk |
tree | commitdiff |
2006-10-30 |
Vadim Konovalov |
wince patch |
tree | commitdiff |
2006-10-29 |
Yves Orton |
Add a few useful developers maketargets to win32/Makefile |
tree | commitdiff |
2006-10-10 |
Steve Hay |
Updates for building on Win32 with Visual C++ 2005... |
tree | commitdiff |
2006-10-09 |
Rafael Garcia-Suarez |
Add perl595delta |
tree | commitdiff |
2006-10-09 |
Rafael Garcia-Suarez |
Bump version to 5.9.5 |
tree | commitdiff |
2006-09-29 |
Yves Orton |
Minor re 'Debug' tweaks, also fix a bug in dumping... |
tree | commitdiff |
2006-09-20 |
Andrew Savige |
Re: [PATCH] Patch for win32.c to fix #38723 and #39531 |
tree | commitdiff |
2006-09-13 |
Yves Orton |
mktables executes seven time per build sigh |
tree | commitdiff |
2006-09-06 |
Rafael Garcia-Suarez |
Remove perlcc and the byteloader |
tree | commitdiff |
2006-08-30 |
Steve Hay |
Silence some more Borland compiler warnings |
tree | commitdiff |
2006-08-29 |
Steve Hay |
Silence Borland compiler warnings in XS::APItest and... |
tree | commitdiff |
2006-08-11 |
Steve Hay |
Resync win32/config_H.* and win32/config.* with config_h.SH |
tree | commitdiff |
2006-08-08 |
Jarkko Hietaniemi |
g++ stage 1 reached |
tree | commitdiff |
2006-08-01 |
Steve Hay |
Silence a couple of Borland compiler warnings |
tree | commitdiff |
2006-07-09 |
Marcus Holland-Moritz |
Integrate mkppport. All ppport.h files in the core... |
tree | commitdiff |
2006-07-03 |
Yves Orton |
Re: Win32API::File now in core |
tree | commitdiff |
2006-06-30 |
Steve Hay |
Add Win32API::File to the core |
tree | commitdiff |
2006-06-12 |
Yves Orton |
Re: Segv from new regex code when under threads. |
tree | commitdiff |
2006-06-08 |
Rafael Garcia-Suarez |
Add the perlreguts manpage, by Yves Orton |
tree | commitdiff |
2006-06-01 |
Rafael Garcia-Suarez |
Add the perlunitut manpage, by Juerd Waalboer |
tree | commitdiff |
2006-05-24 |
Yves Orton |
Re: [patch] win32/buildext.pl to handle inclusions... |
tree | commitdiff |
2006-05-19 |
Nicholas Clark |
Add perlpragma.pod, which describes how to implement... |
tree | commitdiff |
2006-05-19 |
Nicholas Clark |
Add README.riscos to pod.lst |
tree | commitdiff |
2006-05-13 |
Nicholas Clark |
A Configure probe for C99 variadic macros, based on... |
tree | commitdiff |
2006-05-09 |
Vadim Konovalov |
wince crosscompile patch for 28132 |
tree | commitdiff |
2006-05-04 |
Vadim Konovalov |
RE: [PATCH-for-28089] wince yet another step |
tree | commitdiff |
2006-05-04 |
Vadim Konovalov |
wince yet another step |
tree | commitdiff |
2006-05-03 |
Vadim Konovalov |
wince another step |
tree | commitdiff |
2006-05-03 |
Vadim Konovalov |
Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net... |
tree | commitdiff |
2006-05-02 |
Vadim Konovalov |
Move some scripts under win32/ce-helpers. |
tree | commitdiff |
2006-05-02 |
Yves Orton |
Re: Merge WinCE into Win32 directory and remove the... |
tree | commitdiff |
2006-05-02 |
Steve Hay |
Sigh. Third time lucky. |
tree | commitdiff |
2006-05-02 |
Steve Hay |
Ahem. And here's the rest of #28051... |
tree | commitdiff |
2006-05-02 |
Steve Hay |
RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9... |
tree | commitdiff |
2006-05-01 |
SADAHIRO Tomoyuki |
Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9... |
tree | commitdiff |
2006-04-30 |
Abe Timmerman |
fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL... |
tree | commitdiff |
2006-04-30 |
Steve Peters |
I was mistaken. Borland and gcc do have snprintf(... |
tree | commitdiff |
2006-04-30 |
Steve Peters |
OK, Win32 must no have snprintf()/vsnprintf |
tree | commitdiff |
2006-04-28 |
Yves Orton |
Merge WinCE and Win32 directories -- Initial patch |
tree | commitdiff |
2006-04-18 |
Jan Dubois |
win32/Makefile changes for Windows 64 bit |
tree | commitdiff |
2006-04-11 |
Nicholas Clark |
Need to migrate the refcounted_he structure to be prope... |
tree | commitdiff |
2006-03-30 |
Gisle Aas |
Populate pre-canned config.sh files with |
tree | commitdiff |
2006-03-23 |
Jan Dubois |
RE: [PATCH, no, really!] Re: [perl #38779] NAN's on... |
tree | commitdiff |
2006-03-20 |
Steve Hay |
Merge some more changes from ActivePerl 5.8.8.816 |
tree | commitdiff |
2006-03-20 |
Steve Hay |
Merge some changes from ActivePerl 5.8.8.816 |
tree | commitdiff |
2006-03-20 |
Jan Dubois |
win32_async_check must *always* check for pending signals |
tree | commitdiff |
2006-03-17 |
Steve Hay |
Make "distclean" target on Win32 clean up temporary... |
tree | commitdiff |
2006-03-17 |
Steve Hay |
Install POD files into "lib\pods" rather than "lib... |
tree | commitdiff |
2006-03-17 |
Jan Dubois |
win32_pclose() error exit doesn't unlock mutex |
tree | commitdiff |
2006-03-17 |
Jan Dubois |
win32_async_check() can loop indefinitely; 5.8.8 regression |
tree | commitdiff |
2006-03-15 |
Steve Peters |
Additions to README.win32 and win32/Makefile based... |
tree | commitdiff |
2006-03-15 |
Steve Peters |
The first step in supporting VC++ 8.0. Added macros... |
tree | commitdiff |
2006-03-08 |
Steve Hay |
Get rid of unnecessary "rmdir /s" calls in Win32 makefiles |
tree | commitdiff |
2006-03-08 |
Steve Hay |
Adjust Win32 distclean as per changes #27411 and #27417 |
tree | commitdiff |
2006-03-08 |
Steve Hay |
Complete change #27407/27410 on Win32 and tidy up chang... |
tree | commitdiff |
2006-03-07 |
Nicholas Clark |
Add a Configure question for mad (Misc Attribute Decora... |
tree | commitdiff |
2006-03-06 |
Yitzchak Scott-Tho... |
add Module::Build 0.27_08 |
tree | commitdiff |
2006-03-03 |
Steve Peters |
Make Win32 configuration changes for HAS_BUILTIN_CHOOSE... |
tree | commitdiff |
2006-02-23 |
Jan Dubois |
Implement ${^WIN32_SLOPPY_STAT} |
tree | commitdiff |
2006-02-16 |
Jan Dubois |
stat() on Windows doesn't handle trailing slashes/backs... |
tree | commitdiff |
2006-02-16 |
Yves Orton |
Make XCOPY not prompt every two seconds when rebuilding... |
tree | commitdiff |
2006-02-14 |
Yves Orton |
[Patch] Enhance Hash::Util |
tree | commitdiff |
2006-02-01 |
Nicholas Clark |
Integrate perl588delta.pod from maint, and re-run pod... |
tree | commitdiff |
next |