Re: doc: Update list of headers to use #include <...>.

2024-07-27 Thread Collin Funk
Bruno Haible writes: > Looks good. You can also add a comment (@c in texinfo) with the > grep command: > > @c To find the list of files, use 'grep -l @INCLUDE_NEXT lib/*.in.h'. Thanks. Applied both with that comment added. Collin

Re: doc: Update list of headers to use #include <...>.

2024-07-27 Thread Bruno Haible
Hi Collin, > The grep should also include @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@. Ah, right. > How do the attached patches look? Looks good. You can also add a comment (@c in texinfo) with the grep command: @c To find the list of files, use 'grep -l @INCLUDE_NEXT lib/*.in.h'. Thanks. Bruno

Re: doc: Update list of headers to use #include <...>.

2024-07-27 Thread Collin Funk
Hi Bruno, Bruno Haible writes: > This is unnecessary. As noted in > > only those header files are needed that make use of #include_next. > Do a 'grep @INCLUDE_NEXT@ lib/*.in.h'. Right, I forgot that it only matters when #incl

Re: doc: Update list of headers to use #include <...>.

2024-07-27 Thread Bruno Haible
Hi Collin, > Now that sys/un.h might be replaced by Gnulib we have to keep in mind > the #include <...> vs. #include "..." issue. Yes, good point. > I also noticed some other files in lib/*.in.h were missing from the > lists so I added them too. This is unnecessary. As noted in

doc: Update list of headers to use #include <...>.

2024-07-26 Thread Collin Funk
n(-) diff --git a/ChangeLog b/ChangeLog index b0170a81a4..2b6c22c17c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2024-07-26 Collin Funk + doc: Update list of headers to use #include <...>. + * doc/gnulib-tool.texi (Style of #include statements): Add missing + headers from li