[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] treat backslash as normal filename character i
From: |
felix . winkelmann |
Subject: |
[Chicken-hackers] [PATCH] treat backslash as normal filename character in "files" unit |
Date: |
Mon, 09 Nov 2015 14:47:20 +0100 |
Hello!
Attached is a patch that corrects pathname handling in the "files" unit.
Currently / and \
characters are both treated as valid pathname separators, which is of course
not correct
on UNIX, where backslash is a normal filename-character. On Windows (in the
Explorer
and the Win32-API, but not on te command-line) both characters are treated as
separators.
I have tested this on Linux + Windows (mingw32). The patch should be applied to
chicken-5 as well.
felix
0001-On-UNIX-based-systems-only-accept-as-path-separator..patch
Description: Text Data
- [Chicken-hackers] [PATCH] treat backslash as normal filename character in "files" unit,
felix . winkelmann <=