Move t/perl symlink creation back to the test_prep target of the Makefile
[p5sagit/p5-mst-13.2.git] / win32 /
2009-09-19 Nicholas Clark lib/unicore/mktables needs to get File::Spec from ext...
2009-09-19 Nicholas Clark win32/config_h.PL indirectly needs File::Spec, before...
2009-09-19 Nicholas Clark Reuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas Clark Move lib from lib to ext.
2009-09-17 Nicholas Clark Now no need to run AutoSplit on lib on Win32, with...
2009-09-17 Nicholas Clark Convert win32 to build DynaLoader with EU::MM in ext...
2009-09-16 Nicholas Clark Revert 109e4020 and 2da760ce for now. Win32 needs to...
2009-09-15 Nicholas Clark No need to run AutoSplit on lib on Win32 or NetWare...
2009-09-15 Nicholas Clark Ensure that the perl build doesn't read any installed...
2009-09-15 Leon Brocard Use alternative URLs for links which are now broken...
2009-09-13 Leon Brocard Remove broken links for hip communications inc.
2009-09-13 Nicholas Clark Retire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-09-13 Nicholas Clark f281036e missed that Makefile.ce also generated perl...
2009-09-13 Steve Hay Fix Win32 build
2009-09-12 Nicholas Clark 403f501d broke Win32, because lib/lib.pm is not availab...
2009-09-12 Nicholas Clark Move Cwd from lib to ext.
2009-09-12 Nicholas Clark pod/perltoc.pod needs all the extensions to be built...
2009-09-10 Yves Orton move regex related tests out of t/op/ into t/re/
2009-09-09 Nicholas Clark Replace the uuencoded perlexe.ico.packd with the genuin...
2009-09-09 Nicholas Clark Build the nonxs extensions before running mktables.
2009-09-09 Nicholas Clark Use readdir rather than glob, beacuse perlglob.exe...
2009-09-08 Nicholas Clark win32/FindExt.pm thought that ext/List-Util was a nonxs...
2009-09-08 Nicholas Clark Can't build Dynamic extensions without DynaLoader.pm...
2009-09-08 Nicholas Clark Build the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas Clark Build the nonxs extensions before running mkppport.
2009-09-08 Nicholas Clark On Win32 and VMS, split building dynamic and nonxs...
2009-09-03 Craig A. Berry Work hard to skip VMS-specific extensions on Win32.
2009-08-23 David Mitchell add perl5101delta
2009-08-15 Steve Hay Revert bogus PROCESSOR_ARCHITECTURE fix.
2009-08-14 Jan Dubois Import WIN64 environment variable into makefile.mk
2009-08-14 Steve Hay Fix PROCESSOR_ARCHITECTURE in dmake builds.
2009-08-12 Jan Dubois Don't explicitly link against msvcrt when using MinGW.
2009-08-11 Jan Dubois On Windows normalize $^X using GetLongPathName()
2009-08-05 David Mitchell Revert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."
2009-08-05 David Mitchell add CLONEf_KEEP_PTR_TABLE to win fork emulation.
2009-08-05 David Mitchell win32/perlhost.h: use symbolic constant
2009-08-03 Jesse Vincent Removed vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse Vincent Remove the port to MiNT. It's a dead platform that...
2009-06-25 Nicholas Clark Add documentation for the method resolution plugin...
2009-06-13 Nicholas Clark Generate perlmodlib.pod at build time, instead of shipp...
2009-05-21 Nicholas Clark Remove all the 5005threads specific mutex macros, which...
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas Clark Pass the output file name to generate_uudmap, and open...
2009-05-13 Jan Dubois select() generates "Invalid parameter" messages on...
2009-05-12 Nicholas Clark Add perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-04-21 Nicholas Clark Build perltoc.pod, rather than shipping it. This way...
2009-04-20 Steve Hay Fix calling of autodoc.pl in Win32 nmake Makefile
2009-04-20 Steve Hay Remove leftover copying of perlvms.pod on Win32
2009-04-20 Nicholas Clark Move vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas Clark For Win32, add the generated files to the delete list...
2009-04-18 Max Maischein Make autodoc.pl accept the root dir in @ARGV
2009-04-18 Nicholas Clark Generate perlapi.pod and perlintern.pod at build time...
2009-04-17 Steve Hay Add reference to MS KB article describing leak in putenv()
2009-04-17 Steve Hay Remove last vestiges of USE_WIN32_RTL_ENV
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas Clark Eliminate "Old Perl threads tutorial", which describes...
2009-04-12 Nicholas Clark Remove attrs, which has been deprecated since 1999...
2009-03-25 H.Merijn Brand IPv6 config variables for the other OS's
2009-03-07 Craig A. Berry Make DynaLoader clone its private data under threads.
2009-02-20 Nicholas Clark Add a parameter to win32_get_{priv,site,vendor}lib...
2009-02-12 Steve Hay win32/ext doesn't exist any more, so no need to look...
2009-02-10 Nicholas Clark All extensions are at the top level, so no longer any...
2009-02-10 Nicholas Clark Sys-Syslog I18N-Langinfo have long names now.
2009-02-09 Nicholas Clark Remove special casing for extensions nested inside...
2009-02-07 Nicholas Clark Remove duplicate code from dynamic_ext(), static_ext...
2009-02-07 Nicholas Clark FindExt matches on extension name, not directory name...
2009-02-05 Nicholas Clark Exclude VMS extensions on non-VMS.
2009-02-04 Nicholas Clark Also cope with extension directory names of the form...
2009-02-04 Nicholas Clark Clearer variable names. Add a mode line coda.
2009-02-04 Nicholas Clark A test for FindExt, not run by make test. (Useful for...
2009-02-03 Nicholas Clark Refactor to avoid changing directory, and avoid needing...
2009-02-03 Steve Hay Oops. Missed these two files from commit 200cbd6aa595a0...
2009-02-02 Nicholas Clark Convert the last few references from buildext.pl to...
2009-02-02 Nicholas Clark Fold win32/buildext.pl into make_ext.pl
2009-02-02 Steve Hay Restore broken clean target in win32/makefile.mk
2009-02-01 Nicholas Clark Replacing system $scalar with system @list requires...
2009-02-01 Nicholas Clark The $@ was actually a botched conversion from $make...
2009-01-31 Nicholas Clark Create build_extension() to encapsulate the per-extensi...
2009-01-31 Nicholas Clark Make dir and target --options to buildext.pl. Update...
2009-01-30 Nicholas Clark Replace the one file timestamp dependency check with...
2009-01-29 Nicholas Clark win32/ext was removed by change 30379 in 2007, so no...
2009-01-29 Nicholas Clark Add an explicit --all option to buildext.pl, rather...
2009-01-28 Nicholas Clark Pass $(MAKE) as one quoted commandline argument, to...
2009-01-27 Nicholas Clark In buildext.pl, refactor the @ARGV parsing into a singl...
2009-01-26 Nicholas Clark Break the --create-perllibst-h and --list-static-libs...
2009-01-25 Nicholas Clark Unbreak Makefile too (replicate fcd65f8d4322911242887c0...
2009-01-25 Max Maischein Unbreak build on Windows
2009-01-25 Nicholas Clark Port 486cd780047ff22471c5cbe417911a042ae23962 to win32...
2009-01-24 Nicholas Clark Add -DPERL_IS_MINIPERL when building the object files...
2009-01-24 Nicholas Clark The exit code of make_patchnum.pl is no longer used...
2009-01-13 Steve Hay Restore Win32 build by creating git_version.h.
2009-01-04 Max Maischein Added stuff so that perl.exe now builds clean with...
2009-01-04 Max Maischein Added config.w32 to win32/.gitignore
2009-01-04 Max Maischein Added win32/.gitignore to ignore stuff from the Windows...
2009-01-03 Michael G. Schwern Apply bleadperl@34470 by hand while waiting for the...
2009-01-03 Michael G. Schwern Turn quads on in the VC configurations.
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-12-25 Alex Vandiver Remove all mention of checkpods
2008-12-25 Alex Vandiver Move 'make check' in pods/ to using Pod::Checker
2008-12-21 Rafael Garcia-Suarez Add the perlperf manpage, by Richard Foley
next