Re: [Mingw-w64-public] [PATCH] crt: Reimplement `dirname()` and `basename()`

2023-03-27 Thread LIU Hao
More experiments revealed more inconsistencies. In Windows explorer, `\\host\share\doc\..\..` goes to a page listing all share names on the host, `\\host\share\doc\..\..\..` goes to Network, and `\\host\share\doc\..\..\..\..` goes to Desktop. However in CMD and PowerShell, `\\host\share\doc\..

Re: [Mingw-w64-public] Migration from SF and port from Autotools

2023-03-27 Thread NightStrike
‪On Mon, Mar 20, 2023 at 11:45 AM ‫مهدي شينون‬‎ wrote:‬ > > Hi everyone, > > > Could you please consider migrating your project to another host other > than sourcefoge where people could file bugs, propose changes and > discuss things (like GitHub ot GitLab). Sourceforge allows all of those thing

Re: [Mingw-w64-public] [PATCH] crt: Reimplement `dirname()` and `basename()`

2023-03-27 Thread LIU Hao
While reading more docs about paths today, I found that UNC paths do not seem to by possibly relative. This means that `\\?\.\something` and `\\?\C:something` are not valid UNC paths. After reading on that, I did some experiments: Path MSYS2 bash resolves to CMD resolves to