Sent with Proton Mail secure email.
--- Original Message ---
On Friday, November 25th, 2022 at 5:25 PM, Bruno Haible wrote:
> Minsoo Choo wrote:
>
> > sprintf is deprecated on macOS. Silence this warning by silencing
> > -Wdeprecated-declartions.
>
>
> I don't get a warning by
Hello
I am working on enabling the gnulib tools to work on z/OS. I would like to
request a patch to avoid warnings when setting traps in the shell. In
particular, z/OS issues a warning when a trap is set for signal 13 instead
of SIGPIPE. My proposed patch is as follows, changing numbered signals t
Hello
I am working on enabling the gnulib tools to work on z/OS. I would like to
request a patch to avoid warnings when setting traps in the shell. In
particular, z/OS issues a warning when a trap is set for signal 13 instead of
SIGPIPE. My proposed patch is as follows, changing numbered signal
On 2022-11-24 18:28, Minsoo Choo wrote:
sprintf is deprecated on macOS. Silence this warning by silencing
-Wdeprecated-declartions.
Surely this sort of thing should be done by a single change to the stdio
module (e.g., editing lib/stdio.in.h), not by changing every module that
calls sprintf.
> On 25 Nov 2022, at 22:25, Bruno Haible wrote:
>
> Minsoo Choo wrote:
>> sprintf is deprecated on macOS. Silence this warning by silencing
>> -Wdeprecated-declartions.
>
> I don't get a warning by compiling the 'vasnprintf-posix' module
> on macOS 12.6, even with -Wall -Wdeprecated-declaratio
Minsoo Choo wrote:
> sprintf is deprecated on macOS. Silence this warning by silencing
> -Wdeprecated-declartions.
I don't get a warning by compiling the 'vasnprintf-posix' module
on macOS 12.6, even with -Wall -Wdeprecated-declarations.
What OS are you on, what are you compiling, and what are th
> Weimin Pan wrote:
>> and will withdraw the request of making Sframe part of Gnulib.
>
> OK.
>
> Just curious: How will you now offer the code to the applications
> that want to incluse it? Through a shared library? Through a static
> library? Through some source-code copy instructions?
Binutil
Am Fr., 25. Nov. 2022 um 10:34 Uhr schrieb Andreas Grünbacher :
> Am Do., 24. Nov. 2022 um 18:21 Uhr schrieb Ondrej Valousek
> :
> > Hi GNU lib maintainers,
> >
> > Attaching the final version of patch introducing a basic checks for
> > non-trivial NFSv4 style ACLs.
> > It is substantially longer
Am Do., 24. Nov. 2022 um 18:21 Uhr schrieb Ondrej Valousek
:
> Hi GNU lib maintainers,
>
> Attaching the final version of patch introducing a basic checks for
> non-trivial NFSv4 style ACLs.
> It is substantially longer unfortunately - that's why I put most of the code
> to acl-internal.c where I