Hi,
On Tue, Feb 23, 2021 at 01:19:42AM +0100, Bruno Haible wrote:
> Hi Paul,
>
> > Also, by "active" do we mean "authored a patch", "committed a patch", or
> > "pushed a commit to Savannah"? I assume pushing is what counts. Dunno if
> > that's easily measured, though.
>
> Pushing is what count
Hi Paul,
> Also, by "active" do we mean "authored a patch", "committed a patch", or
> "pushed a commit to Savannah"? I assume pushing is what counts. Dunno if
> that's easily measured, though.
Pushing is what counts, yes. There is nothing to do for contributors who
send us patches for us to com
On 2/21/21 10:20 AM, Bruno Haible wrote:
it sounds like a reasonable security measure
to revoke the write access for users who have been inactive for a
certain time, say 4 years.
That sounds reasonable, for people inactive on the GNU project. However,
Sergey (for example) has contributed to GN
Bernhard Voelker asked:
> Just out of curiosity: where can one see who has write permissions?
> In the 'memberlist' in Savannah
> https://savannah.gnu.org/project/memberlist.php?group=gnulib
Yes.
Bruno
On 2/21/21 7:20 PM, Bruno Haible wrote:
> The following people still have write access to the gnulib repository [...]
Just out of curiosity: where can one see who has write permissions?
In the 'memberlist' in Savannah
https://savannah.gnu.org/project/memberlist.php?group=gnulib
or somewhere else
* Florian Weimer via Libc-alpha:
> * Adhemerval Zanella via Libc-alpha:
>
>> +static int
>> +fnmatch_convert_to_wide (const char *str, struct scratch_buffer *buf,
>> + size_t *n)
>> +{
>> + mbstate_t ps;
>> + memset (&ps, '\0', sizeof (ps));
>> +
>> + size_t nw = buf->le
* Adhemerval Zanella via Libc-alpha:
> +static int
> +fnmatch_convert_to_wide (const char *str, struct scratch_buffer *buf,
> + size_t *n)
> +{
> + mbstate_t ps;
> + memset (&ps, '\0', sizeof (ps));
> +
> + size_t nw = buf->length / sizeof (wchar_t);
> + *n = strnlen (s
Hi Bruce,
> On 2/21/21 3:07 PM, Bruno Haible wrote:
> > What do you do on
> >AIX, HP-UX, Solaris, OpenServer, UnixWare, native Windows ?
> > Their stdio implementation does not contain function pointers in structs.
>
> Also, I worked for SCO and when it committed seppuku with bad lawyering
>