This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Glob.xs: Remove comment
[perl5.git] / ext / File-Glob /
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