Re: [PATCH 1/4] stdbit: new module

2024-05-12 Thread Paul Eggert
On 2024-05-12 11:43, Collin Funk wrote: I have similar feelings about some stuff in gnulib-tool.py. We have lines like this: # # Define GLImport class # class GLImport: +1 on that. It's too close to the classic: i = i + 1; /* Add 1 to i. *

Re: [PATCH 1/4] stdbit: new module

2024-05-12 Thread Collin Funk
On 5/12/24 8:23 AM, Paul Eggert wrote: > Is this stuff documented somewhere in the .texi files? If not, I suppose it > should be. I'm not sure. The only reason I noticed was because I was working on endian.h and using stdbit as a template since my m4 talents are lacking... > Frankly I continue t

Re: [PATCH 1/4] stdbit: new module

2024-05-12 Thread Paul Eggert
On 2024-05-11 23:48, Collin Funk wrote: +# stddef_h.m4 +# serial 1 I see that you use my method of making sure files have license headers, just copying another file. :) Thanks, I fixed that. Is this stuff documented somewhere in the .texi files? If not, I suppose it should be. Frankly I co

Re: [PATCH 1/4] stdbit: new module

2024-05-11 Thread Collin Funk
Hi Paul, On 5/11/24 12:08 PM, Paul Eggert wrote: > diff --git a/m4/stdbit_h.m4 b/m4/stdbit_h.m4 > new file mode 100644 > index 00..9ce3cb3146 > --- /dev/null > +++ b/m4/stdbit_h.m4 > @@ -0,0 +1,19 @@ > +# stddef_h.m4 > +# serial 1 I see that you use my method of making sure files have lic

[PATCH 1/4] stdbit: new module

2024-05-11 Thread Paul Eggert
* doc/gnulib-tool.texi, doc/gnulib.texi: Mention it. * doc/posix-headers/stdbit.texi, lib/stdbit.c, lib/stdbit.in.h: * m4/stdbit_h.m4, modules/stdbit: New files. --- ChangeLog | 8 + doc/gnulib-tool.texi | 1 + doc/gnulib.texi | 2 + doc/posix-heade