On 14/10/2025 19:31, Johannes Schindelin via GitGitGadget wrote:
From: Johannes Schindelin <[email protected]>
This function came in real handy many, many times over the year whenever
I needed to debug any issues with the MSYS2/Cygwin runtime, first
instance was while debugging an issue that strace 'fixed'.
However, this function was not mentioned anywhere I looked, so it took
me a good while to find out about it. Let's improve on that situation by
mentioning it explicitly in the documentation about debugging the
runtime.
Signed-off-by: Johannes Schindelin <[email protected]>
---
Mention the extremely useful small_printf() function
I have been using this function many times for debugging over the years,
and found that it was too hard to find originally.
Changes since v1 (which did not make it to the list for technical
reasons that should be resolved by now):
* Extend the comment about to talk about slight deviations from the
POSIX printf() function family.
* Improve on the commit message which previously was too terse.
Applied, thanks!