summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* create perl5102deltaDavid Mitchell2009-08-233-2/+6
* Import WIN64 environment variable into makefile.mkJan Dubois2009-08-151-1/+1
* Don't explicitly link against msvcrt when using MinGW.Jan Dubois2009-08-151-1/+4
* On Windows normalize $^X using GetLongPathName()Jan Dubois2009-08-121-0/+12
* bump maint to version 5.10.1David Mitchell2009-07-144-5/+5
* Add documentation for the method resolution plugin interface.Nicholas Clark2009-06-271-0/+4
* Generate perlmodlib.pod at build time, instead of shipping it.Nicholas Clark2009-06-132-10/+12
* select() generates "Invalid parameter" messages on Windows Vista.Jan Dubois2009-05-141-11/+24
* Add perl589delta.pod to pod.lst, and run pod/buildtoc --build-all.David Mitchell2009-05-121-0/+4
* Build perltoc.pod, rather than shipping it. This way it can't get out of date.Nicholas Clark2009-04-222-4/+6
* Fix calling of autodoc.pl in Win32 nmake MakefileSteve Hay2009-04-221-1/+1
* Remove leftover copying of perlvms.pod on Win32Steve Hay2009-04-222-2/+0
* Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.Nicholas Clark2009-04-223-6/+8
* For Win32, add the generated files to the delete list generated by buildtoc.Nicholas Clark2009-04-222-24/+22
* Make autodoc.pl accept the root dir in @ARGVMax Maischein2009-04-222-4/+2
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-222-0/+6
* Add reference to MS KB article describing leak in putenv()Steve Hay2009-04-221-1/+2
* Remove last vestiges of USE_WIN32_RTL_ENVSteve Hay2009-04-223-9/+2
* IPv6 config variables for the other OS'sH.Merijn Brand2009-04-195-0/+20
* Make DynaLoader clone its private data under threads.Craig A. Berry2009-04-151-0/+15
* win32/ext doesn't exist any more, so no need to look there for extensionsSteve Hay2009-04-141-1/+0
* All extensions are at the top level, so no longer any need to recurse.Nicholas Clark2009-04-141-13/+7
* Sys-Syslog I18N-Langinfo have long names now.Nicholas Clark2009-04-141-1/+1
* Remove special casing for extensions nested inside other extensions.Nicholas Clark2009-04-141-13/+0
* Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(),Nicholas Clark2009-04-141-20/+16
* FindExt matches on extension name, not directory name, so IPC-SysV not SysV.Nicholas Clark2009-04-141-1/+1
* Exclude VMS extensions on non-VMS.Nicholas Clark2009-04-141-1/+1
* Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df...Steve Hay2009-04-142-12/+6
* Subject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" comman...Steve Hay2009-04-142-8/+8
* Also cope with extension directory names of the form ext/Data-Dumper/...Nicholas Clark2009-04-121-5/+10
* Clearer variable names. Add a mode line coda.Nicholas Clark2009-04-121-16/+23
* A test for FindExt, not run by make test. (Useful for refactoring FindExt.)Nicholas Clark2009-04-121-0/+42
* Refactor to avoid changing directory, and avoid needing getcwd().Nicholas Clark2009-04-121-30/+17
* Convert the last few references from buildext.pl to make_ext.plNicholas Clark2009-04-121-5/+5
* Fold win32/buildext.pl into make_ext.plNicholas Clark2009-04-123-177/+16
* Restore broken clean target in win32/makefile.mkSteve Hay2009-04-121-1/+1
* Replacing system $scalar with system @list requires splitting $MAKE on spaces.Nicholas Clark2009-04-121-15/+9
* The $@ was actually a botched conversion from $make $targ, rather than anNicholas Clark2009-04-121-1/+1
* Create build_extension() to encapsulate the per-extension logic.Nicholas Clark2009-04-121-45/+59
* Make dir and target --options to buildext.pl. Update the documentation.Nicholas Clark2009-04-123-20/+23
* Replace the one file timestamp dependency check with a call to 'make config'Nicholas Clark2009-04-123-24/+22
* win32/ext was removed by change 30379 in 2007, so no need to check for it in theNicholas Clark2009-04-122-10/+0
* Add an explicit --all option to buildext.pl, rather than defaulting to it ifNicholas Clark2009-04-123-14/+12
* Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.plNicholas Clark2009-04-123-22/+32
* In buildext.pl, refactor the @ARGV parsing into a single loop.Nicholas Clark2009-04-121-16/+27
* Break the --create-perllibst-h and --list-static-libs options out of buildext.plNicholas Clark2009-04-125-36/+42
* Unbreak Makefile too (replicate fcd65f8d4322911242887c00dd8c419b973735a6)Nicholas Clark2009-04-121-1/+1
* Unbreak build on WindowsMax Maischein2009-04-121-1/+1
* Port 486cd780047ff22471c5cbe417911a042ae23962 to win32/ Makefiles.Nicholas Clark2009-04-112-12/+12
* Add -DPERL_IS_MINIPERL when building the object files for miniperl.exeNicholas Clark2009-04-112-2/+2