rl_trim_arg_from_keyseq fails to trim a negative argument entered with
universal-argument and fails to trim arguments if they have multiple
leading minus signs.
Also, when an argument is provided using universal-argument but without
typing any digits, rl_explicit_arg does not get set. Assuming tha
On 11/20/23 7:54 AM, Florian Weimer wrote:
In standard C, char * amd char ** are different types, and the strtold
call is only valid if the latter is used for its second argument.
Thanks for the report.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa
In standard C, char * amd char ** are different types, and the strtold
call is only valid if the latter is used for its second argument.
We are still considering whether GCC 14 will treat these type safety
violations as errors by default, but it's a possibility.
Thanks,
Florian
diff --git a/conf