Re: [PATCH] Cygwin: docs: flesh out docs for cygwin_conv_path.

2025-05-03 Thread Jeremy Drake via Cygwin-patches
On Sat, 3 May 2025, Jeremy Drake via Cygwin-patches wrote: > On Sat, 3 May 2025, Jon Turney wrote: > > > On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote: > > > Explicitly specify that `from` and `to` are NUL-terminated strings, that > > > NULL is permitted in `to` when `size` is 0, and

Re: [PATCH] Cygwin: docs: flesh out docs for cygwin_conv_path.

2025-05-03 Thread Jon Turney
On 03/05/2025 16:39, Jeremy Drake via Cygwin-patches wrote: On Sat, 3 May 2025, Jon Turney wrote: On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote: Explicitly specify that `from` and `to` are NUL-terminated strings, that NULL is permitted in `to` when `size` is 0, and that `to` is no

Re: [PATCH] Cygwin: docs: flesh out docs for cygwin_conv_path.

2025-05-03 Thread Jeremy Drake via Cygwin-patches
On Sat, 3 May 2025, Jon Turney wrote: > On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote: > > Explicitly specify that `from` and `to` are NUL-terminated strings, that > > NULL is permitted in `to` when `size` is 0, and that `to` is not > > written to in the event of an error (unless it w

Re: [PATCH] Cygwin: docs: flesh out docs for cygwin_conv_path.

2025-05-03 Thread Jeremy Drake via Cygwin-patches
On Sat, 3 May 2025, Jon Turney wrote: > On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote: > > Explicitly specify that `from` and `to` are NUL-terminated strings, that > > NULL is permitted in `to` when `size` is 0, and that `to` is not > > written to in the event of an error (unless it w

Re: [PATCH] Cygwin: docs: flesh out docs for cygwin_conv_path.

2025-05-03 Thread Jon Turney
On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote: Explicitly specify that `from` and `to` are NUL-terminated strings, that NULL is permitted in `to` when `size` is 0, and that `to` is not written to in the event of an error (unless it was a fault while writing to `to`). That's great,

[PATCH] Cygwin: docs: flesh out docs for cygwin_conv_path.

2025-05-01 Thread Jeremy Drake via Cygwin-patches
Explicitly specify that `from` and `to` are NUL-terminated strings, that NULL is permitted in `to` when `size` is 0, and that `to` is not written to in the event of an error (unless it was a fault while writing to `to`). Signed-off-by: Jeremy Drake --- winsup/doc/path.xml | 21 ++