summaryrefslogtreecommitdiff
path: root/ext/Win32CORE
Commit message (Collapse)AuthorAgeFilesLines
* boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
| | | | | 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
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
| | | | | A list submitted by Paul Fenwick was briefly factored into directory-specific rules.
* -Uusedl on cygwinReini Urban2008-05-082-1/+19
| | | | | Message-ID: <481F5325.5090907@x-ray.at> p4raw-id: //depot/perl@33792
* Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2Reini Urban2008-03-111-5/+1
| | | | | | | Message-ID: <47D2EF38.10503@x-ray.at> * CYG10 improve Win32::GetLastError test p4raw-id: //depot/perl@33482
* $^E is not Win32::GetLastError under CygwinJerry D. Hedden2007-09-251-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com> p4raw-id: //depot/perl@31957
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-282-12/+20
| | | | | | | | | | | 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
* Skip win32core.t under CygwinJerry D. Hedden2007-05-211-1/+5
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com> p4raw-id: //depot/perl@31249
* A more general fix to non-threaded static extension build problemsSteve Hay2007-05-161-1/+0
| | | | | than #31220 was. p4raw-id: //depot/perl@31229
* Win32CORE.c needed windows.hJerry D. Hedden2007-05-151-0/+3
| | | | | | | | | | 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
* RE: Smoke summary results for maint and current on Win32Jan Dubois2007-05-151-0/+1
| | | | | | | | | | | | | | 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
* RE: [perl #42925] Win32::GetLastError fails when first calledJan Dubois2007-05-151-1/+7
| | | | | | | | | 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
* Test for [perl #42925], which was fixed by #31214Steve Hay2007-05-141-1/+6
| | | p4raw-id: //depot/perl@31215
* RE: [perl #42925] Win32::GetLastError fails when first called Jan Dubois2007-05-141-0/+2
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02bd01c79427$d36140b0$7a23c210$@com> p4raw-id: //depot/perl@31214
* Win32 doc update for Win32CORE changesYitzchak Scott-Thoennes2007-02-281-5/+20
| | | | | | 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
* Re: [PATCH] Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-261-4/+13
| | | | | | | | | 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
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-224-0/+120
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