This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In S_scan_heredoc(), the explicit test for '\n' duplicates the strNE().
[perl5.git] / ext / File-Glob / Glob.pm
2012-12-10 Father ChrysostomosIncrease $File::Glob::VERSION to 1.19
2012-12-10 Father ChrysostomosFile::Glob: Don’t use the magic 2nd arg to glob
2012-09-20 Father ChrysostomosIncrease $File::Glob::VERSION to 1.18
2012-01-31 Father ChrysostomosIncrease $File::Glob::VERSION to 1.17
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-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 ChrysostomosDocument File::Glob’s :bsd_glob tag
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