This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS::Typemap: silence compiler warning.
[perl5.git] / ext / File-Glob /
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...
2010-10-18 Nicholas ClarkConvert File::Glob::import to use given/when.
2010-10-18 Nicholas ClarkRemove MacOS classic support from File::Glob's tests.
2010-10-15 Nicholas ClarkImplement File::Glob::GLOB_CSH in XS instead of perl.
2010-10-15 Nicholas ClarkUse inlineable proxy constant subs for File::Glob
2010-10-15 Nicholas ClarkExpress @File::Glob::EXPORT_OK in terms of %File::Glob...
2010-10-15 Nicholas ClarkFile::Glob::GLOB_ERROR is a real subroutine, not a...
2010-10-15 Nicholas ClarkRemove erroneous references to AutoLoader from File...
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-06-23 Nicholas ClarkRemove MacOS classic support from File::{Copy,DosGlob...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-26 Nicholas ClarkFix #if/#else bug introduced with MACOS_TRADITIONAL...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-02-09 Nicholas ClarkRename ext/File/Glob to ext/File-Glob