summaryrefslogtreecommitdiff
path: root/ext/File-Glob
Commit message (Expand)AuthorAgeFilesLines
* Increase $File::Glob::VERSION to 1.17Father Chrysostomos2012-01-311-1/+1
* Increase the fallback value of MAXPATHLENDominic Hargreaves2012-01-301-1/+1
* [perl #107296] Document File::Glob’s default flagsFather Chrysostomos2011-12-301-2/+21
* Increase $File::Glob::VERSION to 1.16Father Chrysostomos2011-12-301-1/+1
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-223-3/+3
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* Glob.xs: remove unused varsFather Chrysostomos2011-11-051-4/+0
* File::Glob: Consistent use of spaces after dotsFather Chrysostomos2011-10-291-4/+4
* File::Glob: Remove docs specific to Mac ClassicFather Chrysostomos2011-10-291-40/+0
* Document File::Glob::csh_globFather Chrysostomos2011-10-291-0/+5
* Glob.xs: Remove dMY_CXT from bsd_globFather Chrysostomos2011-10-291-2/+0
* Glob.xs: Clarify commentFather Chrysostomos2011-10-291-1/+2
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-4/+0
* Glob.xs: constingFather Chrysostomos2011-10-291-2/+2
* Glob.xs: Be more parsimonious with SVsFather Chrysostomos2011-10-291-16/+7
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-1/+0
* Oops: Fix Glob.xs assertion failureFather Chrysostomos2011-10-292-3/+6
* Glob.xs: Eliminate x_GLOB_ITERFather Chrysostomos2011-10-291-11/+2
* Document File::Glob’s :bsd_glob tagFather Chrysostomos2011-10-291-2/+25
* Add :bsd_glob export tag to File::Glob [perl #96116]Father Chrysostomos2011-10-293-2/+84
* Glob.xs: Refactor iteration into separate functionFather Chrysostomos2011-10-281-32/+54
* Stop csh_glob from reading past end of stringFather Chrysostomos2011-10-271-1/+1
* Make csh_glob remove quote-escaping backslashesFather Chrysostomos2011-10-272-4/+28
* File::Glob: short-circuit earlier for list cxFather Chrysostomos2011-10-271-2/+2
* File::Glob: Eliminate the doglob alias to bsd_globFather Chrysostomos2011-10-271-6/+2
* Fix CORE::globFather Chrysostomos2011-10-261-0/+4
* Rewrite csh_glob in C; fix two quoting bugsFather Chrysostomos2011-10-263-80/+261
* Speed up csh_globFather Chrysostomos2011-10-261-21/+21
* Make new basic.t glob tests work on Win & VMSFather Chrysostomos2011-10-241-4/+7
* Correct comment in Glob.pmFather Chrysostomos2011-10-241-1/+1
* Make File::Glob::csh_glob consisent wrt '"\Father Chrysostomos2011-10-242-6/+20
* Assorted File::Glob test fix-ups following 528bd3ce85.Craig A. Berry2011-09-161-24/+32
* Add plain ~ expansion for Windows system in File::GlobDouglas Christopher Wilson2011-09-102-1/+44
* In Glob.xs, use memset() instead of bzero()Nicholas Clark2011-09-061-1/+1
* 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