This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add :bsd_glob export tag to File::Glob [perl #96116]
[perl5.git] / ext / File-Glob / Glob.pm
2011-10-29 Father ChrysostomosAdd :bsd_glob export tag to File::Glob [perl #96116]
2011-10-27 Father ChrysostomosRewrite csh_glob in C; fix two quoting bugs
2011-10-27 Father ChrysostomosSpeed up csh_glob
2011-10-24 Father ChrysostomosCorrect comment in Glob.pm
2011-10-24 Father ChrysostomosMake File::Glob::csh_glob consisent wrt '"\
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
2010-12-19 Zeframbump version of many modules
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-15 Nicholas ClarkImplement File::Glob::GLOB_CSH in XS instead of perl.
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-02-09 Nicholas ClarkRename ext/File/Glob to ext/File-Glob