| Commit message (Expand) | Author | Age | Files | Lines |
* | Move VMS::Filespec from vms/ext to ext/ | Nicholas Clark | 2013-07-02 | 1 | -1/+1 |
* | Refactor FindExt, merging scan_ext() and find_ext(). | Nicholas Clark | 2013-07-02 | 1 | -11/+4 |
* | Correct a type in FindExt::apply_config in the "I18N-Langinfo" code. | Nicholas Clark | 2013-07-02 | 1 | -1/+1 |
* | In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine. | Nicholas Clark | 2013-07-02 | 1 | -7/+2 |
* | Add non-XS extensions to known_extensions. | Nicholas Clark | 2013-07-02 | 1 | -2/+4 |
* | In FindExt, use File::Find instead of shelling out to a dir command. | Nicholas Clark | 2013-06-18 | 1 | -7/+9 |
* | Set Config's *extensions and *_ext vars correctly for Win32 static builds | Steve Hay | 2013-06-17 | 1 | -0/+16 |
* | win32/FindExt.pm: fix undef warning | David Mitchell | 2011-02-17 | 1 | -1/+1 |
* | ignore extensions based on the configuration | Tony Cook | 2011-02-13 | 1 | -0/+19 |
* | Revert core fixes for IO-Compress following IO-Compress update | Steve Hay | 2009-11-14 | 1 | -1/+1 |
* | Make Win32 treat IO-Compress as an XS extension, as was done elsewhere by | Steve Hay | 2009-10-03 | 1 | -1/+1 |
* | Don't process (apparent) duplicate extension directories. | Nicholas Clark | 2009-09-25 | 1 | -0/+3 |
* | Use readdir rather than glob, beacuse perlglob.exe is unavailable at this time. | Nicholas Clark | 2009-09-09 | 1 | -2/+11 |
* | win32/FindExt.pm thought that ext/List-Util was a nonxs extension. | Nicholas Clark | 2009-09-08 | 1 | -1/+2 |
* | Work hard to skip VMS-specific extensions on Win32. | Craig A. Berry | 2009-09-03 | 1 | -1/+1 |
* | All extensions are at the top level, so no longer any need to recurse. | Nicholas Clark | 2009-02-10 | 1 | -13/+7 |
* | Sys-Syslog I18N-Langinfo have long names now. | Nicholas Clark | 2009-02-10 | 1 | -1/+1 |
* | Remove special casing for extensions nested inside other extensions. | Nicholas Clark | 2009-02-09 | 1 | -13/+0 |
* | Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(), | Nicholas Clark | 2009-02-07 | 1 | -20/+16 |
* | FindExt matches on extension name, not directory name, so IPC-SysV not SysV. | Nicholas Clark | 2009-02-07 | 1 | -1/+1 |
* | Exclude VMS extensions on non-VMS. | Nicholas Clark | 2009-02-05 | 1 | -1/+1 |
* | Also cope with extension directory names of the form ext/Data-Dumper/... | Nicholas Clark | 2009-02-04 | 1 | -5/+10 |
* | Clearer variable names. Add a mode line coda. | Nicholas Clark | 2009-02-04 | 1 | -16/+23 |
* | Refactor to avoid changing directory, and avoid needing getcwd(). | Nicholas Clark | 2009-02-03 | 1 | -30/+17 |
* | Do the same as #32061 for Win32, which also fixes a static linking | Steve Hay | 2007-10-08 | 1 | -3/+8 |
* | Add Win32 makefile option to link all extensions statically | Vadim Konovalov | 2007-09-03 | 1 | -4/+10 |
* | Do the same as #31095 for Win32 | Steve Hay | 2007-04-27 | 1 | -7/+0 |
* | Re: Win32 modules & cygwin | Yitzchak Scott-Thoennes | 2007-02-22 | 1 | -1/+1 |
* | Do the same as #29514 for Win32 | Steve Hay | 2006-12-13 | 1 | -0/+7 |
* | First patch from: | Jan Dubois | 2006-12-11 | 1 | -3/+4 |
* | Bump versions of non dual-life modules | Nicholas Clark | 2005-05-05 | 1 | -1/+1 |
* | Fix Win32 build problem caused by change 23757 | Steve Hay | 2005-01-13 | 1 | -1/+4 |
* | Fix extensions config fields on Win32 to be as they are on Unix | Yitzchak Scott-Thoennes | 2005-01-06 | 1 | -32/+68 |
* | Fudge Config.pm so File::Spec does not croak. | Nick Ing-Simmons | 2001-12-29 | 1 | -0/+3 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 1 | -0/+3 |
* | I18N::Langinfo is not available on windows | Gurusamy Sarathy | 2001-07-09 | 1 | -1/+2 |
* | two fixes for win32/FindExt.pm | Prymmer/Kahn | 2001-05-03 | 1 | -2/+2 |
* | Split out extension finding code from buildext.pl into FindExt.pm | Nick Ing-Simmons | 2001-04-07 | 1 | -0/+62 |