summaryrefslogtreecommitdiff
path: root/ext/File-Glob
Commit message (Expand)AuthorAgeFilesLines
* Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag.Craig A. Berry2011-09-033-2/+9
* Version bumps for the recent PERL_NO_GET_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
* Add PERL_NO_GET_CONTEXT to File::GlobNicholas Clark2011-03-191-0/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* bump version of many modulesZefram2010-12-191-1/+1
* Convert all File::Glob tests to Test::More.Nicholas Clark2010-12-153-67/+37
* fix various compiler warnings from XS codeZefram2010-12-111-0/+1
* MY_CXT_INIT happens to contain a variable declaration, so give it its own blockNicholas Clark2010-10-211-0/+3
* Convert File::Glob::bsd_glob to XS.Nicholas Clark2010-10-212-11/+11
* Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.Nicholas Clark2010-10-212-12/+2
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-212-10/+4
* Convert File::Glob::import to $Exporter::ExportLevel and grep.Nicholas Clark2010-10-181-10/+7
* Convert File::Glob::import to use given/when.Nicholas Clark2010-10-181-7/+10
* Remove MacOS classic support from File::Glob's tests.Nicholas Clark2010-10-184-89/+29
* Implement File::Glob::GLOB_CSH in XS instead of perl.Nicholas Clark2010-10-152-9/+5
* Use inlineable proxy constant subs for File::GlobNicholas Clark2010-10-151-0/+1
* Express @File::Glob::EXPORT_OK in terms of %File::Glob::EXPORT_TAGS.Nicholas Clark2010-10-151-22/+2
* File::Glob::GLOB_ERROR is a real subroutine, not a constant().Nicholas Clark2010-10-153-6/+10
* Remove erroneous references to AutoLoader from File::Glob.Nicholas Clark2010-10-151-6/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}.Nicholas Clark2010-06-231-2/+2
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-152-3/+3
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-064-0/+0
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-381/+9
* Fix #if/#else bug introduced with MACOS_TRADITIONAL patches in change 9479.Nicholas Clark2009-04-261-0/+1
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Rename ext/File/Glob to ext/File-GlobNicholas Clark2009-02-0912-0/+2616