Oh, I should also mention that this patch does *not* fix globbing with
Windows paths. Although stuff like (in node-js):
child_process.spawnSync("C:\\cygwin64\\bin\\echo.exe",
["C:\\Qt\\*"], {encoding: 'utf-8'})
is correctly fed to glob(3), the glob() function does not perform any
interpr
This commit rewrites the cmdline parser to achieve the following:
* MSVCRT compatibility. Except for the single-quote handling (an
extension for compatibility with old Cygwin), the parser now
interprets option boundaries exactly like MSVCR since 2008. This fixes
the issue where our escaping d
This commit rewrites the cmdline parser to achieve the following:
* MSVCRT compatibility. Except for the single-quote handling (an
extension for compatibility with old Cygwin), the parser now
interprets option boundaries exactly like MSVCR since 2008. This fixes
the issue where our escaping d
This is the fifth version of the patch. I thought I sent this in
October...
On 2020/9/7 17:39, Corinna Vinschen wrote:
Nope, we won't do that. The command line parsing is an internal
thing, and we won't export arbitrary internal functions using
their own symbol. *If* we should export this stuff at all, which
I highly doubt as necessary, it should use the cygwin_intern
This commit rewrites the cmdline parser to achieve the following:
* MSVCRT compatibility. Except for the single-quote handling (an
extension for compatibility with old Cygwin), the parser now
interprets option boundaries exactly like MSVCR since 2008. This fixes
the issue where our escaping d
Make has no idea how to build an o file when the correspoinding c file
is not there. That happens when we strip the dir.
---
winsup/testsuite/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index bdc116d12.
---
winsup/cygwin/regparm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/cygwin/regparm.h b/winsup/cygwin/regparm.h
index cce1bab4a..a14c501db 100644
--- a/winsup/cygwin/regparm.h
+++ b/winsup/cygwin/regparm.h
@@ -8,7 +8,7 @@ details. */
#pragma once
-#if defined
On 2020/6/25 22:43, Mingye Wang wrote:
+ free (word);
Grrr, this should not be in there. Waiting for reviews and saving that
up for v3.
This commit rewrites the cmdline parser to achieve the following:
* MSVCRT compatibility. Except for the single-quote handling (an
extension for compatibility with old Cygwin), the parser now
interprets option boundaries exactly like MSVCR since 2008. This fixes
the issue where our escaping d
This commit rewrites the cmdline parser to achieve the following:
* MSVCRT compatibility. Except for the single-quote handling (an
extension for compatibility with old Cygwin), the parser now
interprets option boundaries exactly like MSVCR since 2008. This fixes
the issue where our escaping d
11 matches
Mail list logo