Alejandro Colomar
Alejandro Colomar
> > On Wed, Sep 27, 2023 at 02:01:53PM -0700, AraHaan wrote: Would this affect those who compile zlib for the following toolsets though? - Visual Studio 2010 - Visual...
@AraHaan So, I suggest skipping the commit "[C99 guarantees the return of vsnprintf(3)](https://github.com/madler/zlib/pull/817/commits/c883a00bc93a7581a90a405cc35c0b2933e4d0a2)". VS2010 doesn't provide snprintf(3). Other than that, all should be good. AFAIR, VS has been only C89-complying...
> @AraHaan > > So, I suggest skipping the commit "[C99 guarantees the return of vsnprintf(3)](https://github.com/madler/zlib/pull/817/commits/c883a00bc93a7581a90a405cc35c0b2933e4d0a2)". > > https://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 > > VS2010 doesn't provide snprintf(3). > > Other than that,...
Thanks! v5 changes: - Rebase to madler/develop ``` $ git range-diff develop..alx/stdc madler/develop..stdc 1: 2eb262a ! 1: 5bb6819 RIP pre-ANSI C @@ zconf.h +# define OF(args) args #endif - #ifndef...
v6 changes: - Use INT_MAX directly ``` $ git range-diff madler/develop alx/stdc stdc 1: 5bb6819 = 1: 5bb6819 RIP pre-ANSI C 2: ab7a569 = 2: ab7a569 Fix indentation after previous...
@madler Do you have any thoughts about this patch set?
Hi Mark, On Thu, Jan 25, 2024 at 09:06:36AM -0800, Mark Adler wrote: > I am focusing on more critical items. None of this is required for > zlib to...
> Some distros are also carrying this patch https://git.alpinelinux.org/aports/tree/community/shadow/fix-undefined-reference.patch Maybe it's useful? That patch shouldn't be necesary. Please don't apply it unless you find a reason to. And if you...
Hi! > @alejandro-colomar Thanks a lot for taking a look. =) > Do you think it would be possible to make stuff that conflicts with coreutils and util-linux (e.g. groups)...
> it may also be possible to drop the ruserok patch If you investigate that ruserok thing, you may want to have fun upstream with the "quick hack": :)