summaryrefslogtreecommitdiff
path: root/ext/File/Glob/Changes
diff options
context:
space:
mode:
authorPaul Moore <Paul.Moore@uk.origin-it.com>1999-11-02 11:11:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-02 04:17:43 +0000
commit220398a0501cffd114fa4441a4a685dc486ed3d8 (patch)
treeafb7531e11c154e2149b77a89f86a6e2c76768f1 /ext/File/Glob/Changes
parent4348140855c01942a6531a8decdfe1325fe36f8a (diff)
downloadperl-220398a0501cffd114fa4441a4a685dc486ed3d8.tar.gz
various File::Glob fixes for DOSISH platforms
Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
Diffstat (limited to 'ext/File/Glob/Changes')
-rw-r--r--ext/File/Glob/Changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/File/Glob/Changes b/ext/File/Glob/Changes
index 7b8ef7d706..e246c6d684 100644
--- a/ext/File/Glob/Changes
+++ b/ext/File/Glob/Changes
@@ -36,3 +36,12 @@ Revision history for Perl extension File::Glob
- ansified prototypes
- s/struct stat/Stat_t/
- split on spaces to make <*.c *.h> work (for compatibility)
+0.991 Tue Oct 26 09:48:00 BST 1999
+ - Add case-insensitive matching (GLOB_NOCASE)
+ - Make glob_csh case insensitive by default on Win32, VMS,
+ OS/2, DOS, RISC OS, and Mac OS
+ - Add support for :case and :nocase tags
+ - Hack to make patterns like C:* work on DOSISH systems
+ - Add support for either \ or / as separators on DOSISH systems
+ - Limit effect of \ as a quoting operator on DOSISH systems to
+ when it precedes one of []{}-~\ (to minimise backslashitis).