projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab888c
)
Glob.xs: Remove comment
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 07:51:42 +0000
(
00:51
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 07:51:42 +0000
(
00:51
-0700)
This was obsoleted by commit
f4cbf9907d
.
ext/File-Glob/Glob.xs
patch
|
blob
|
history
diff --git
a/ext/File-Glob/Glob.xs
b/ext/File-Glob/Glob.xs
index
10d39c5
..
6622da5
100644
(file)
--- a/
ext/File-Glob/Glob.xs
+++ b/
ext/File-Glob/Glob.xs
@@
-140,10
+140,6
@@
csh_glob(pTHX_ AV *entries, SV *patsv)
patend = pat + len;
/* extract patterns */
- /* XXX this is needed for compatibility with the csh
- * implementation in Perl. Need to support a flag
- * to disable this behavior.
- */
s = pat-1;
while (++s < patend) {
switch (*s) {