Re: [PATCH silence -Wdeprecation-warning for sprintf on macOS] silence sprintf deprecation warning

2022-11-25 Thread Minsoo Choo
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

numbered signals cause z/OS grief

2022-11-25 Thread Mike Fulton
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

Numbered signals for shell trap cause z/OS grief

2022-11-25 Thread Mike Fulton
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

Re: [PATCH silence -Wdeprecation-warning for sprintf on macOS] silence sprintf deprecation warning

2022-11-25 Thread Paul Eggert
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.

Re: [PATCH silence -Wdeprecation-warning for sprintf on macOS] silence sprintf deprecation warning

2022-11-25 Thread Sam James
> 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

Re: [PATCH silence -Wdeprecation-warning for sprintf on macOS] silence sprintf deprecation warning

2022-11-25 Thread Bruno Haible
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

Re: [PATCH][gnulib] Add the Sframe package

2022-11-25 Thread Jose E. Marchesi
> 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?

Re: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-11-25 Thread Andreas Grünbacher
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

Re: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-11-25 Thread 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 unfortunately - that's why I put most of the code > to acl-internal.c where