summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.Nicholas Clark2009-09-132-22/+6
* f281036e missed that Makefile.ce also generated perl.ico with uupacktool.pl.Nicholas Clark2009-09-131-3/+0
* Fix Win32 buildSteve Hay2009-09-132-18/+13
* 403f501d broke Win32, because lib/lib.pm is not available early enough.Nicholas Clark2009-09-122-7/+12
* Move Cwd from lib to ext.Nicholas Clark2009-09-123-18/+24
* pod/perltoc.pod needs all the extensions to be built before it can be built.Nicholas Clark2009-09-122-4/+8
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-102-2/+2
* Replace the uuencoded perlexe.ico.packd with the genuine, binary, article.Nicholas Clark2009-09-095-88/+4
* Build the nonxs extensions before running mktables.Nicholas Clark2009-09-092-2/+2
* Use readdir rather than glob, beacuse perlglob.exe is unavailable at this time.Nicholas Clark2009-09-091-2/+11
* win32/FindExt.pm thought that ext/List-Util was a nonxs extension.Nicholas Clark2009-09-081-1/+2
* Can't build Dynamic extensions without DynaLoader.pm in place.Nicholas Clark2009-09-082-4/+10
* Build the nonxs extensions before building DynaLoader.Nicholas Clark2009-09-082-2/+2
* Build the nonxs extensions before running mkppport.Nicholas Clark2009-09-082-2/+2
* On Win32 and VMS, split building dynamic and nonxs extensions into two targets.Nicholas Clark2009-09-082-2/+10
* Work hard to skip VMS-specific extensions on Win32.Craig A. Berry2009-09-031-1/+1
* add perl5101deltaDavid Mitchell2009-08-233-12/+16
* Revert bogus PROCESSOR_ARCHITECTURE fix.Steve Hay2009-08-151-1/+1
* Import WIN64 environment variable into makefile.mkJan Dubois2009-08-141-1/+1
* Fix PROCESSOR_ARCHITECTURE in dmake builds.Steve Hay2009-08-141-1/+1
* Don't explicitly link against msvcrt when using MinGW.Jan Dubois2009-08-111-1/+4
* On Windows normalize $^X using GetLongPathName()Jan Dubois2009-08-111-0/+12
* Revert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."David Mitchell2009-08-051-2/+1
* add CLONEf_KEEP_PTR_TABLE to win fork emulation.David Mitchell2009-08-051-1/+2
* win32/perlhost.h: use symbolic constantDavid Mitchell2009-08-051-1/+2
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ...Jesse Vincent2009-08-032-14/+12
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-032-4/+2
* Add documentation for the method resolution plugin interface.Nicholas Clark2009-06-251-0/+4
* Generate perlmodlib.pod at build time, instead of shipping it.Nicholas Clark2009-06-132-10/+12
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-5/+0
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-202-8/+10
* Pass the output file name to generate_uudmap, and open it within the code,Nicholas Clark2009-05-192-2/+2
* select() generates "Invalid parameter" messages on Windows Vista.Jan Dubois2009-05-131-11/+24
* Add perl589delta.pod to pod.lst, and run pod/buildtoc --build-all.Nicholas Clark2009-05-121-0/+4
* Build perltoc.pod, rather than shipping it. This way it can't get out of date.Nicholas Clark2009-04-212-4/+6
* Fix calling of autodoc.pl in Win32 nmake MakefileSteve Hay2009-04-201-1/+1
* Remove leftover copying of perlvms.pod on Win32Steve Hay2009-04-202-2/+0
* Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.Nicholas Clark2009-04-203-6/+8
* For Win32, add the generated files to the delete list generated by buildtoc.Nicholas Clark2009-04-192-24/+22
* Make autodoc.pl accept the root dir in @ARGVMax Maischein2009-04-182-4/+2
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-182-0/+6
* Add reference to MS KB article describing leak in putenv()Steve Hay2009-04-171-1/+2
* Remove last vestiges of USE_WIN32_RTL_ENVSteve Hay2009-04-173-9/+2
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-128-15/+11
* Eliminate "Old Perl threads tutorial", which describes 5005 threads.Nicholas Clark2009-04-121-4/+0
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-128-8/+8
* IPv6 config variables for the other OS'sH.Merijn Brand2009-03-255-0/+20
* Make DynaLoader clone its private data under threads.Craig A. Berry2009-03-071-0/+15
* Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length,Nicholas Clark2009-02-2010-61/+73
* win32/ext doesn't exist any more, so no need to look there for extensionsSteve Hay2009-02-121-1/+0