View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001172CMakepublic2004-09-16 07:212004-09-16 07:40
ReporterKris Dekeyser 
Assigned ToSystem Admin 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001172: GLOB_RECURSE corrupts file case
DescriptionUsing FILE(GLOB_RECURSE ...) the resulting file names are all converted to lower case. Additionally the path will contain a double slash. The problem probably only occurs on Windows and Mac.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001439)
System Admin (reporter)
2004-09-16 07:40

To handle case insensitive file systems, on Apple and Windows the regular expressions and filenames are converted to lowercase.

Looks like there was a bug though. Even though original filename was preserved, lowercase file name was used.

Fixed in CVS.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team