| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Win32CORE.c is shipped as a C file, not built by ExtUtils::ParseXS, so needs
to be manually updated to reflect the change of default in XSUB.h
|
|
|
|
|
| |
A list submitted by Paul Fenwick was briefly factored into
directory-specific rules.
|
|
|
|
|
| |
Message-ID: <481F5325.5090907@x-ray.at>
p4raw-id: //depot/perl@33792
|
|
|
|
|
|
|
| |
Message-ID: <47D2EF38.10503@x-ray.at>
* CYG10 improve Win32::GetLastError test
p4raw-id: //depot/perl@33482
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com>
p4raw-id: //depot/perl@31957
|
|
|
|
|
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
Rearranges the initialization of Win32CORE. The Perl interpreter isn't
fully initialized when Perl_init_os_extras() in win32/win32.c is called,
so it is not safe to use the Perl calling mechanism yet. Fixes a problem
building PAR-Packer on Win32.
p4raw-id: //depot/perl@31490
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
p4raw-id: //depot/perl@31249
|
|
|
|
|
| |
than #31220 was.
p4raw-id: //depot/perl@31229
|
|
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
(plus a #define to save windows.h pulling in so much stuff.)
Fixes a build error on Cygwin caused by #31214.
p4raw-id: //depot/perl@31221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <013401c79672$fbbdb320$f3391960$@com>
Fixes non-threaded builds on Win32 (which had warnings with VC and
errors with GCC) by compiling the statically linked extension
Win32CORE with -DPERLDLL.
The same fix should be applied more generally to all statically
linked extensions so a further change may be forthcoming, but this
at least gets the standard non-threaded build working again.
p4raw-id: //depot/perl@31220
|
|
|
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
Improved test: make sure that Win32 isn't already loaded when you call
Win32::GetLastError()
p4raw-id: //depot/perl@31219
|
|
|
| |
p4raw-id: //depot/perl@31215
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
p4raw-id: //depot/perl@31214
|
|
|
|
|
|
| |
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
p4raw-id: //depot/perl@30429
|
|
|
|
|
|
|
|
|
| |
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
(Stops Win32* extension tests from being run when the
corresponding extensions haven't been built)
p4raw-id: //depot/perl@30409
|
|
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
Also includes integration & deletion of win32/ext/Win32API to
ext/Win32API, and addition of copyright message and corrections to
spacing/tabbing as suggested by Jan Dubois.
p4raw-id: //depot/perl@30379
|