This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Fix wrong comment
[perl5.git] / ext / File-Glob /
2018-10-18 James E Keenanbasic.t: Provide descriptions for all unit tests
2018-10-17 James E KeenanUse bsd_glob() instead of glob().
2018-10-17 James E KeenanRemove File::Glob::glob() in perl-5.30
2018-03-19 Todd RinaldoUpdate File::Glob to 1.31 to account for changes in...
2018-03-06 Daniel DraganFile::Glob bsd_glob.c dont use "loop" as a goto label
2018-02-27 David Mitchellext/File-Glob/t/rt131211.t: fix timing issues
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-09-04 Tony Cook(perl #131746) avoid undefined behaviour in Copy() etc
2017-08-12 Craig A. BerryUse temp files with extensions in rt131211.t on VMS.
2017-07-16 Karl Williamsonext/File-Glob/t/rt131211.t: Fix typo
2017-07-15 Karl WilliamsonFix File::Glob/t/rt131211.t
2017-07-14 Karl WilliamsonFile-Glob/t/rt131211.t: skip when File::Glob not used
2017-06-27 Yves OrtonFile::Glob - tweak rt131211.t to be less sensitive...
2017-06-01 Yves Ortonfixup typo (squash candidate) in globbing code comments
2017-06-01 Yves Orton[perl #131211] fixup File::Glob degenerate matching
2017-01-17 AbigailAvoid deprecation message.
2017-01-16 AbigailActively deprecate File::Glob::glob().
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-06-17 Ed Avisdocs: clarify flag constants in File::Glob
2016-03-11 Karl WilliamsonFix various pod errors.
2015-10-06 Karl WilliamsonFix ext/File-Glob/t/rt114984.t for -DPERL_EXTERNAL_GLOB
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-01-18 Daniel Draganremove multi-eval problem from File::Glob
2014-12-31 David MitchellFile::Glob: avoid qsort() on no entries
2014-10-19 Jarkko Hietaniemi/tmp can have (low) quotas on the number of files.
2014-04-06 David MitchellFile-Glob/t/basic.t: avoid race condition
2013-11-14 H.Merijn BrandCompliance: Mixed declarations not allowed in some...
2013-11-13 David MitchellFile::Glob: fix warnings and non-\0-ended strings
2013-11-13 David MitchellFile::Glob: silence some compiler warnings
2013-10-02 Craig A. BerryFix ext/File-Glob/t/threads.t filenames for VMS.
2013-09-27 Brian FraserFile::Glob::VERSION++
2013-09-27 Brian FraserFile::Glob: Dup glob state in CLONE()
2013-09-09 Tony Cook[perl #117265] do most glob \0 checks in the same place
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-05-20 Karl WilliamsonUse new case changing macros
2013-03-27 Brian FraserFile::Glob: Drop dependency on given/when
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-13 Father Chrysostomos{Dos,}Glob.xs: Skip freeing during global destruction
2012-12-11 Father ChrysostomosGlob.xs: PL_opfreehook is an interpreter variable
2012-12-10 Father ChrysostomosDon’t leak when partly iterated glob op is freed
2012-12-10 Father ChrysostomosIncrease $File::Glob::VERSION to 1.19
2012-12-10 Father ChrysostomosStop using PL_glob_index for PL_globhook
2012-12-10 Father ChrysostomosFile::Glob: Don’t use the magic 2nd arg to glob
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-19 Steffen MuellerFix test-skipping logic for File::Glob under no-taint...
2012-11-11 Craig A. BerryFix VMS-specific case nit in File::Glob's basic.t.
2012-11-06 Craig A. BerrySkip non-functional glob test on VMS.
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-20 Father ChrysostomosIncrease $File::Glob::VERSION to 1.18
2012-09-20 Father Chrysostomos[perl #114984] Glob.xs: Extend stack when returning
2012-02-18 Dominic HargreavesRevert "Increase the fallback value of MAXPATHLEN"
2012-01-31 Father ChrysostomosIncrease $File::Glob::VERSION to 1.17
2012-01-30 Dominic HargreavesIncrease the fallback value of MAXPATHLEN
2011-12-30 Father Chrysostomos[perl #107296] Document File::Glob’s default flags
2011-12-30 Father ChrysostomosIncrease $File::Glob::VERSION to 1.16
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-05 Father ChrysostomosGlob.xs: remove unused vars
2011-10-29 Father ChrysostomosFile::Glob: Consistent use of spaces after dots
2011-10-29 Father ChrysostomosFile::Glob: Remove docs specific to Mac Classic
2011-10-29 Father ChrysostomosDocument File::Glob::csh_glob
2011-10-29 Father ChrysostomosGlob.xs: Remove dMY_CXT from bsd_glob
2011-10-29 Father ChrysostomosGlob.xs: Clarify comment
2011-10-29 Father ChrysostomosGlob.xs: Remove comment
2011-10-29 Father ChrysostomosGlob.xs: consting
2011-10-29 Father ChrysostomosGlob.xs: Be more parsimonious with SVs
2011-10-29 Father ChrysostomosGlob.xs: Remove comment
2011-10-29 Father ChrysostomosOops: Fix Glob.xs assertion failure
2011-10-29 Father ChrysostomosGlob.xs: Eliminate x_GLOB_ITER
2011-10-29 Father ChrysostomosDocument File::Glob’s :bsd_glob tag
2011-10-29 Father ChrysostomosAdd :bsd_glob export tag to File::Glob [perl #96116]
2011-10-29 Father ChrysostomosGlob.xs: Refactor iteration into separate function
2011-10-27 Father ChrysostomosStop csh_glob from reading past end of string
2011-10-27 Father ChrysostomosMake csh_glob remove quote-escaping backslashes
2011-10-27 Father ChrysostomosFile::Glob: short-circuit earlier for list cx
2011-10-27 Father ChrysostomosFile::Glob: Eliminate the doglob alias to bsd_glob
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-27 Father ChrysostomosRewrite csh_glob in C; fix two quoting bugs
2011-10-27 Father ChrysostomosSpeed up csh_glob
2011-10-25 Father ChrysostomosMake new basic.t glob tests work on Win & VMS
2011-10-24 Father ChrysostomosCorrect comment in Glob.pm
2011-10-24 Father ChrysostomosMake File::Glob::csh_glob consisent wrt '"\
2011-09-16 Craig A. BerryAssorted File::Glob test fix-ups following 528bd3ce85.
2011-09-10 Douglas Christophe... Add plain ~ expansion for Windows system in File::Glob
2011-09-06 Nicholas ClarkIn Glob.xs, use memset() instead of bzero()
2011-09-03 Craig A. BerryPlug segfault in bsd_glob() with unsupported ALTDIRFUNC...
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to File::Glob
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-19 Zeframbump version of many modules
2010-12-15 Nicholas ClarkConvert all File::Glob tests to Test::More.
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkConvert File::Glob::bsd_glob to XS.
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo and Socket...
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
2010-10-18 Nicholas ClarkConvert File::Glob::import to $Exporter::ExportLevel...
next