summaryrefslogtreecommitdiff
path: root/win32/FindExt.pm
Commit message (Expand)AuthorAgeFilesLines
* Actually make I18N::Langinfo avail on all platformsKarl Williamson2018-03-121-2/+1
* amigaos4: do not build Amiga extensions in Win32Andy Broad2015-09-051-1/+2
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+1
* Move Cwd and List-Util to folders named as per their CPAN distributionsSteve Hay2013-10-241-0/+4
* Move VMS::Filespec from vms/ext to ext/Nicholas Clark2013-07-021-1/+1
* Refactor FindExt, merging scan_ext() and find_ext().Nicholas Clark2013-07-021-11/+4
* Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.Nicholas Clark2013-07-021-1/+1
* In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.Nicholas Clark2013-07-021-7/+2
* Add non-XS extensions to known_extensions.Nicholas Clark2013-07-021-2/+4
* In FindExt, use File::Find instead of shelling out to a dir command.Nicholas Clark2013-06-181-7/+9
* Set Config's *extensions and *_ext vars correctly for Win32 static buildsSteve Hay2013-06-171-0/+16
* win32/FindExt.pm: fix undef warningDavid Mitchell2011-02-171-1/+1
* ignore extensions based on the configurationTony Cook2011-02-131-0/+19
* Revert core fixes for IO-Compress following IO-Compress updateSteve Hay2009-11-141-1/+1
* Make Win32 treat IO-Compress as an XS extension, as was done elsewhere bySteve Hay2009-10-031-1/+1
* Don't process (apparent) duplicate extension directories.Nicholas Clark2009-09-251-0/+3
* 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
* Work hard to skip VMS-specific extensions on Win32.Craig A. Berry2009-09-031-1/+1
* All extensions are at the top level, so no longer any need to recurse.Nicholas Clark2009-02-101-13/+7
* Sys-Syslog I18N-Langinfo have long names now.Nicholas Clark2009-02-101-1/+1
* Remove special casing for extensions nested inside other extensions.Nicholas Clark2009-02-091-13/+0
* Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(),Nicholas Clark2009-02-071-20/+16
* FindExt matches on extension name, not directory name, so IPC-SysV not SysV.Nicholas Clark2009-02-071-1/+1
* Exclude VMS extensions on non-VMS.Nicholas Clark2009-02-051-1/+1
* Also cope with extension directory names of the form ext/Data-Dumper/...Nicholas Clark2009-02-041-5/+10
* Clearer variable names. Add a mode line coda.Nicholas Clark2009-02-041-16/+23
* Refactor to avoid changing directory, and avoid needing getcwd().Nicholas Clark2009-02-031-30/+17
* Do the same as #32061 for Win32, which also fixes a static linkingSteve Hay2007-10-081-3/+8
* Add Win32 makefile option to link all extensions staticallyVadim Konovalov2007-09-031-4/+10
* Do the same as #31095 for Win32Steve Hay2007-04-271-7/+0
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-1/+1
* Do the same as #29514 for Win32Steve Hay2006-12-131-0/+7
* First patch from:Jan Dubois2006-12-111-3/+4
* Bump versions of non dual-life modulesNicholas Clark2005-05-051-1/+1
* Fix Win32 build problem caused by change 23757Steve Hay2005-01-131-1/+4
* Fix extensions config fields on Win32 to be as they are on UnixYitzchak Scott-Thoennes2005-01-061-32/+68
* Fudge Config.pm so File::Spec does not croak.Nick Ing-Simmons2001-12-291-0/+3
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-0/+3
* I18N::Langinfo is not available on windowsGurusamy Sarathy2001-07-091-1/+2
* two fixes for win32/FindExt.pmPrymmer/Kahn2001-05-031-2/+2
* Split out extension finding code from buildext.pl into FindExt.pmNick Ing-Simmons2001-04-071-0/+62