Re: RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Brian Inglis via Cygwin
On 2025-06-07 19:50, Jeremy Drake via Cygwin wrote: On Sun, 8 Jun 2025, Roland Mainz via Cygwin wrote: I know... but the request is for portable applications and scripts, which either use |pathconf(...,_PC_CASE_SENSITIVE)| or /bin/getconf to probe this information. Both APIs are not supported b

Re: RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Jeremy Drake via Cygwin
On Sun, 8 Jun 2025, Roland Mainz via Cygwin wrote: > I know... but the request is for portable applications and scripts, > which either use |pathconf(...,_PC_CASE_SENSITIVE)| or /bin/getconf to > probe this information. Both APIs are not supported by Cygwin yet... Isn't it? https://github.com/cy

Re: RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Roland Mainz via Cygwin
On Sat, Jun 7, 2025 at 7:06 PM Brian Inglis via Cygwin wrote: > On 2025-06-07 09:45, Roland Mainz via Cygwin wrote: > > Could Cygwin /bin/getconf please add support for |pathcomf(... > > _PC_CASE_SENSITIVE)|, either querying > > |FILE_CASE_SENSITIVE_INFORMATION| (see > > https://learn.microsoft.co

Re: RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Brian Inglis via Cygwin
On 2025-06-07 09:45, Roland Mainz via Cygwin wrote: Could Cygwin /bin/getconf please add support for |pathcomf(... _PC_CASE_SENSITIVE)|, either querying |FILE_CASE_SENSITIVE_INFORMATION| (see https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-_file_case_sensitive_inform

RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Roland Mainz via Cygwin
Hi! Could Cygwin /bin/getconf please add support for |pathcomf(... _PC_CASE_SENSITIVE)|, either querying |FILE_CASE_SENSITIVE_INFORMATION| (see https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-_file_case_sensitive_information) and check the |FILE_CS_FLAG_CASE_SEN