Re: Re: [PATCH v4 1/3] Cygwin: rewrite and make public cmdline parser

2020-09-24 Thread Mingye Wang (Artoria2e5)
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

Re: [PATCH v4 1/3] Cygwin: rewrite and make public cmdline parser

2020-09-07 Thread Corinna Vinschen
On Sep 5 13:27, Mingye Wang wrote: > 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