summaryrefslogtreecommitdiff
path: root/ext/File-Glob
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecation message.Abigail2017-01-171-1/+1
* Actively deprecate File::Glob::glob().Abigail2017-01-161-1/+7
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* docs: clarify flag constants in File::GlobEd Avis2016-06-171-6/+13
* Fix various pod errors.Karl Williamson2016-03-111-31/+43
* Fix ext/File-Glob/t/rt114984.t for -DPERL_EXTERNAL_GLOBKarl Williamson2015-10-061-2/+1
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-31/+31
* remove multi-eval problem from File::GlobDaniel Dragan2015-01-192-6/+7
* File::Glob: avoid qsort() on no entriesDavid Mitchell2014-12-311-0/+1
* /tmp can have (low) quotas on the number of files.Jarkko Hietaniemi2014-10-191-5/+16
* File-Glob/t/basic.t: avoid race conditionDavid Mitchell2014-04-061-0/+6
* Compliance: Mixed declarations not allowed in some pre-C99 compilersH.Merijn Brand2013-11-141-3/+3
* File::Glob: fix warnings and non-\0-ended stringsDavid Mitchell2013-11-132-4/+14
* File::Glob: silence some compiler warningsDavid Mitchell2013-11-131-4/+13
* Fix ext/File-Glob/t/threads.t filenames for VMS.Craig A. Berry2013-10-011-1/+1
* File::Glob::VERSION++Brian Fraser2013-09-271-1/+1
* File::Glob: Dup glob state in CLONE()Brian Fraser2013-09-272-0/+104
* [perl #117265] do most glob \0 checks in the same placeTony Cook2013-09-091-30/+38
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-5/+6
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-262-2/+4
* Use new case changing macrosKarl Williamson2013-05-201-2/+2
* File::Glob: Drop dependency on given/whenBrian Fraser2013-03-261-15/+19
* Remove the BeOS port.Nicholas Clark2012-12-141-1/+1
* {Dos,}Glob.xs: Skip freeing during global destructionFather Chrysostomos2012-12-121-0/+3
* Glob.xs: PL_opfreehook is an interpreter variableFather Chrysostomos2012-12-111-7/+4
* Don’t leak when partly iterated glob op is freedFather Chrysostomos2012-12-091-0/+17
* Increase $File::Glob::VERSION to 1.19Father Chrysostomos2012-12-091-1/+1
* Stop using PL_glob_index for PL_globhookFather Chrysostomos2012-12-091-10/+2
* File::Glob: Don’t use the magic 2nd arg to globFather Chrysostomos2012-12-092-11/+9
* Remove "register" declarationsKarl Williamson2012-11-241-14/+14
* Fix test-skipping logic for File::Glob under no-taint-perlSteffen Mueller2012-11-191-2/+2
* Fix VMS-specific case nit in File::Glob's basic.t.Craig A. Berry2012-11-111-1/+2
* Skip non-functional glob test on VMS.Craig A. Berry2012-11-061-1/+7
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-1/+8
* Remove the MPE/iX port.Nicholas Clark2012-09-211-1/+1
* Increase $File::Glob::VERSION to 1.18Father Chrysostomos2012-09-201-1/+1
* [perl #114984] Glob.xs: Extend stack when returningFather Chrysostomos2012-09-202-0/+26
* Revert "Increase the fallback value of MAXPATHLEN"Dominic Hargreaves2012-02-181-1/+1
* 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