This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
run/locale.t: Add explanation for when tests fail
[perl5.git] / win32 / FindExt.pm
2013-10-24 Steve HayMove Cwd and List-Util to folders named as per their...
2013-07-02 Nicholas ClarkMove VMS::Filespec from vms/ext to ext/
2013-07-02 Nicholas ClarkRefactor FindExt, merging scan_ext() and find_ext().
2013-07-02 Nicholas ClarkCorrect a type in FindExt::apply_config in the "I18N...
2013-07-02 Nicholas ClarkIn FindExt, eliminate _ext_ne() and make extensions...
2013-07-02 Nicholas ClarkAdd non-XS extensions to known_extensions.
2013-06-18 Nicholas ClarkIn FindExt, use File::Find instead of shelling out...
2013-06-17 Steve HaySet Config's *extensions and *_ext vars correctly for...
2011-02-17 David Mitchellwin32/FindExt.pm: fix undef warning
2011-02-13 Tony Cookignore extensions based on the configuration
2009-11-14 Steve HayRevert core fixes for IO-Compress following IO-Compress...
2009-10-03 Steve HayMake Win32 treat IO-Compress as an XS extension, as...
2009-09-25 Nicholas ClarkDon't process (apparent) duplicate extension directories.
2009-09-09 Nicholas ClarkUse readdir rather than glob, beacuse perlglob.exe...
2009-09-08 Nicholas Clarkwin32/FindExt.pm thought that ext/List-Util was a nonxs...
2009-09-03 Craig A. BerryWork hard to skip VMS-specific extensions on Win32.
2009-02-10 Nicholas ClarkAll extensions are at the top level, so no longer any...
2009-02-10 Nicholas ClarkSys-Syslog I18N-Langinfo have long names now.
2009-02-09 Nicholas ClarkRemove special casing for extensions nested inside...
2009-02-07 Nicholas ClarkRemove duplicate code from dynamic_ext(), static_ext...
2009-02-07 Nicholas ClarkFindExt matches on extension name, not directory name...
2009-02-05 Nicholas ClarkExclude VMS extensions on non-VMS.
2009-02-04 Nicholas ClarkAlso cope with extension directory names of the form...
2009-02-04 Nicholas ClarkClearer variable names. Add a mode line coda.
2009-02-03 Nicholas ClarkRefactor to avoid changing directory, and avoid needing...
2007-10-08 Steve HayDo the same as #32061 for Win32, which also fixes a...
2007-09-03 Vadim KonovalovAdd Win32 makefile option to link all extensions statically
2007-04-27 Steve HayDo the same as #31095 for Win32
2007-02-22 Yitzchak Scott-Tho... Re: Win32 modules & cygwin
2006-12-13 Steve HayDo the same as #29514 for Win32
2006-12-11 Jan DuboisFirst patch from:
2005-05-05 Nicholas ClarkBump versions of non dual-life modules
2005-01-13 Steve HayFix Win32 build problem caused by change 23757
2005-01-06 Yitzchak Scott-Tho... Fix extensions config fields on Win32 to be as they...
2001-12-29 Nick Ing-SimmonsFudge Config.pm so File::Spec does not croak.
2001-11-16 Jarkko HietaniemiAdd the fruits of Larry Shatzer's version verifying...
2001-07-09 Gurusamy SarathyI18N::Langinfo is not available on windows
2001-05-03 Prymmer/Kahntwo fixes for win32/FindExt.pm
2001-04-07 Nick Ing-SimmonsSplit out extension finding code from buildext.pl into...