doc: Update regarding Windows functions

2024-08-11 Thread Bruno Haible
Collin Funk wrote: > I forgot that you have to link to ws2_32 even for these > functions on Windows. I'll work on fixing that today. Thanks! Since it is easy to forget, let me update the doc regarding all these winsock functions. 2024-08-11 Bruno Haible doc: Update regard

Re: doc: Update for functions added in POSIX:2024

2024-08-08 Thread Bruno Haible
Collin Funk wrote: > Shouldn't this ChangeLog entry be doc/posix-functions instead of > doc/posix-headers? Just a minor thing I noticed. :) Oops. Corrected. Thanks. Bruno

Re: doc: Update for functions added in POSIX:2024

2024-08-08 Thread Collin Funk
Hi Bruno, Bruno Haible writes: > doc: Update for ISO C functions added in POSIX:2024. > * doc/posix-headers/CMPLX*.texi: New files. > * doc/posix-headers/at_quick_exit.texi: New file. > * doc/posix-headers/atomic_*.texi: New files. > * do

doc: Update for functions added in POSIX:2024

2024-08-08 Thread Bruno Haible
These two patches update the doc, regarding functions that were added in POSIX:2024. 2024-08-08 Bruno Haible doc: Update for other functions added in POSIX:2024. * doc/posix-functions/be16toh.texi: New file. * doc/posix-functions/be32toh.texi: New file. * doc

doc: Update for ISO C header files added in POSIX:2024

2024-08-08 Thread Bruno Haible
A doc update regarding header files that are new in POSIX:2024 but were already in ISO C23. 2024-08-08 Bruno Haible doc: Update for ISO C header files added in POSIX:2024. * doc/posix-headers/*.texi: Update. https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h

doc: Update for header files added in POSIX:2024

2024-08-08 Thread Bruno Haible
This patch updates the documentation, to mention the new header files in POSIX:2024. 2024-08-08 Bruno Haible doc: Update for header files added in POSIX:2024. * doc/posix-headers/devctl.texi: New file. * doc/posix-headers/endian.texi: Renamed from doc/glibc

doc: Update for Cygwin 3.5.3

2024-08-08 Thread Bruno Haible
This patch updates the documentation, regarding headers and functions that were added up to Cygwin 3.5.3 / 3.6.x branch. Based on the info from https://sourceware.org/git/?p=newlib-cygwin.git;a=tree;f=winsup/cygwin/release 2024-08-08 Bruno Haible doc: Update for Cygwin 3.5.3

doc: Update for OpenBSD 7.5

2024-08-07 Thread Bruno Haible
This patch updates the doc regarding OpenBSD 7.5. This version now has - the header file , - the functions mbrtoc16, mbrtoc32, c16rtomb, c32rtomb, waitid. 2024-08-07 Bruno Haible doc: Update for OpenBSD 7.5. * doc/posix-headers/*.texi: Update. * doc/glibc-headers

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
int.mk. Separate patches since I'm not sure if docs or maint.mk are back ported to stable branches. So it seemed less problematic that way. Collin >From fed775d6957c6219af59b301a55fcd7c101015b7 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Fri, 26 Jul 2024 21:11:20 -0700 Subject: [PAT

doc: Update for glibc 2.40

2024-07-23 Thread Bruno Haible
This patch updates the doc, regarding glibc 2.40. 2024-07-23 Bruno Haible doc: Update for glibc 2.40. * doc/posix-headers/utmpx.texi: Update. * doc/posix-functions/*.texi: Likewise. https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h

doc: Update info about *printf

2024-06-24 Thread Bruno Haible
A couple of patches that improve the information about the *printf functions' workarounds. 2024-06-24 Bruno Haible doc: Update info about *printf. * doc/*-functions/*printf.texi: Update info regarding size specifiers w8, wf8, etc. 2024-06-24 Bruno H

doc: Update for macOS 12, 13, 14

2024-06-17 Thread Bruno Haible
the GitHub builds to verify that most macOS bugs from earlier macOS versions are still present in versions 12, 13, 14. 2024-06-17 Bruno Haible doc: Update for macOS 12, 13, 14. * doc/posix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Update. * doc/posix

Re: doc: Update for glibc 2.39

2024-06-15 Thread Bruno Haible
And some more updates: 2024-06-15 Bruno Haible doc: Update for glibc 2.39. * doc/posix-functions/*scanf.texi: Update. diff --git a/doc/posix-functions/fscanf.texi b/doc/posix-functions/fscanf.texi index 2b07c1cdb8..240007be8d 100644 --- a/doc/posix-functions/fscanf.texi

doc: Update for glibc 2.39

2024-06-15 Thread Bruno Haible
This patch adds doc regarding the new functions in glibc 2.39. 2024-06-15 Bruno Haible doc: Update for glibc 2.39. * doc/glibc-functions/pidfd_getpid.texi: New file. * doc/glibc-functions/pidfd_spawn.texi: New file. * doc/glibc-functions/pidfd_spawnp.texi: New

doc: Update for glibc 2.38

2024-06-15 Thread Bruno Haible
Likewise for new functionality added in glibc 2.38. The URLs to POSIX-1.2024 man pages need to be updated once they are available. 2024-06-15 Bruno Haible doc: Update for glibc 2.38. * doc/posix-functions/strlcat.texi: New file. * doc/posix-functions/strlcpy.texi

doc: Update for glibc 2.36

2024-06-15 Thread Bruno Haible
This patch updates Gnulib's doc regarding new functions introduced in glibc 2.36. 2024-06-15 Bruno Haible doc: Update for glibc 2.36. * doc/posix-functions/c8rtomb.texi: Update. * doc/posix-functions/mbrtoc8.texi: Update. * doc/glibc-functions/arc4random

doc: Update for glibc 2.35

2024-06-14 Thread Bruno Haible
This patch adds Gnulib documentation for the functions that were added in glibc 2.35. Many of them are specified in ISO C 23, which is why I add them under doc/posix-functions/. 2024-06-14 Bruno Haible doc: Update for glibc 2.35. * doc/glibc-functions/_dl_find_object.texi

doc: Update outdated module name.

2024-05-17 Thread Collin Funk
Date: Fri, 17 May 2024 02:35:10 -0700 Subject: [PATCH] doc: Update outdated module name. * doc/ld-version-script.texi (LD Version Scripts): Refer to 'lib-symbol-visibility' instead of 'visibility'. --- ChangeLog | 6 ++ doc/ld-version-script.texi | 2 +-

Re: doc: Update macro list in gnulib-cache.m4 documentation.

2024-04-29 Thread Bruno Haible
Collin Funk wrote: > I've applied the attached patch updating the macro list in the > gnulib-cache.m4 documentation. Thanks! Appreciated.

doc: Update macro list in gnulib-cache.m4 documentation.

2024-04-28 Thread Collin Funk
sting documentation. CollinFrom 431b58497c6ae0e2bc79c8ed41b3dcfc32248405 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 28 Apr 2024 15:52:27 -0700 Subject: [PATCH] doc: Update macro list in gnulib-cache.m4 documentation. * doc/gnulib-tool.texi (Modified imports): Add missing macros from th

doc: Update target platforms list

2024-04-25 Thread Bruno Haible
BSD's current major version is 14. - One of the AIX machines in the GCC compilefarm has been upgraded; I no longer have access to AIX 7.2. - I no longer have access to an IRIX 6.5 machine. [1] https://www.phoronix.com/news/Red-Hat-CentOS-Stream-Sources 2024-04-25 Bruno Haible d

doc: Update regarding *l functions on NetBSD 9.3

2024-01-18 Thread Bruno Haible
NetBSD has intentionally buggy implementations for 'long double' functions: http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libm/src/ldbl_dummy.c?only_with_tag=MAIN This patch documents it in Gnulib. 2024-01-18 Bruno Haible doc: Update regarding *l functions on

doc: Update for FreeBSD 14.0

2023-12-01 Thread Bruno Haible
I've updated the documentation regarding FreeBSD 14.0, as well as the maint-tools database of headers and functions. The patch [1] is quite repetitive; the interesting changes are that - The *printf functions are now up-to-date with ISO C 23. - New functions timerfd_* were added, like on Linux

Re: [PATCH] gnu-web-doc-update: fix updating of manual directory

2023-09-11 Thread Bruno Haible
Pádraig Brady wrote: > + since $tmp is a relative path. Thanks for the correction!

[PATCH] gnu-web-doc-update: fix updating of manual directory

2023-09-11 Thread Pádraig Brady
* build-aux/gnu-web-doc-update: Correctly change to the 'manual' directory, since $tmp is a relative path. This avoids removing files outside of the 'manual' directory. Broken since commit e979787d. --- ChangeLog| 7 +++ build-aux/gnu-web-doc-up

doc: Update doc regarding 'setstate'

2023-06-25 Thread Bruno Haible
th silencing. 2023-06-25 Bruno Haible doc: Update doc regarding 'setstate'. * doc/posix-functions/setstate.texi: Mention also Solaris 11.4. diff --git a/doc/posix-functions/setstate.texi b/doc/posix-functions/setstate.texi index 826533f881..554d67d667 10

doc: Update doc regarding

2023-06-25 Thread Bruno Haible
Usually on glibc systems, there is an file available. But not so on the cfarm105.cfarm.net machine (Debian, sparc64). Let me update the doc. 2023-06-25 Bruno Haible doc: Update doc regarding . * doc/glibc-headers/ieee754.texi: Mention that it's not present on

doc: Update platform list for posix_spawnp

2023-04-18 Thread Bruno Haible
2023-04-18 Bruno Haible doc: Update platform list for posix_spawnp. * doc/posix-functions/posix_spawnp.texi: Update platform list. diff --git a/doc/posix-functions/posix_spawnp.texi b/doc/posix-functions/posix_spawnp.texi index dd27fe8518..492cb7c86c 100644 --- a/doc/posix-f

doc: Update regarding linear string search

2023-03-28 Thread Bruno Haible
time strstr will no longer replace the libc strstr with a private version. OK deraadt@ espie@ 2023-03-28 Bruno Haible doc: Update regarding linear string search. * doc/glibc-functions/memmem.texi: Update platforms list. * doc/posix-functions/strstr.texi: Lik

Re: gnu-web-doc-update doesn't work when the manual isn't already online

2023-03-23 Thread Reuben Thomas
On Thu, 23 Mar 2023 at 13:24, Bruno Haible wrote: > > What I mean is that when a developer has removed or renamed some info nodes > in the documentation, previously existing HTML pages no longer exist. > Last time this happened, for example, after restructured the regular > expressions > document

Re: gnu-web-doc-update doesn't work when the manual isn't already online

2023-03-23 Thread Bruno Haible
Reuben Thomas wrote: > > Btw, I prefer to not use this script, because it does not handle removed > > doc pages yet. In these cases, it is advisable to augment the .symlinks > > file, so that users who use old URLs don't get HTTP 404 errors. But the > > script does not do this yet. > > > > Doesn't

Re: gnu-web-doc-update doesn't work when the manual isn't already online

2023-03-23 Thread Reuben Thomas
On Wed, 22 Mar 2023 at 05:42, Bruno Haible wrote: > > If we do this unconditionally, the user will get a warning message > > cvs add: manual/CVS already exists > > in the update case. This patch should thus work better. > Thanks for the improvement! > Btw, I prefer to not use this script, be

[PATCH] gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org

2023-03-22 Thread Jim Meyering
The usual post-release command to update grep-3.10's web docs failed for me. This fixed it. >From 78f594f7ac9315c655f663976da1d42a4ccb9b21 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Mar 2023 19:51:12 -0700 Subject: [PATCH] gnu-web-doc-update: don't use host alias, c

Re: gnu-web-doc-update doesn't work when the manual isn't already online

2023-03-21 Thread Bruno Haible
isable to augment the .symlinks file, so that users who use old URLs don't get HTTP 404 errors. But the script does not do this yet. 2023-03-22 Bruno Haible gnu-web-doc-update: Make it work for the first upload of a manual. Reported by Reuben Thomas in <https://lis

gnu-web-doc-update doesn't work when the manual isn't already online

2023-03-19 Thread Reuben Thomas
I spent a while trying to work out why I was getting CVS errors from the script for GNU a2ps, and I realised that the problem was that a2ps's manual wasn't online yet. This causes confusing error messages when the "manual" subdirectory isn't online, and cvs can't find a CVS directory and hence CVSR

doc: Update regarding AIX

2023-02-03 Thread Bruno Haible
AIX 7.2 still does not have . 2023-02-03 Bruno Haible doc: Update regarding AIX. * doc/glibc-headers/getopt.texi: Update. diff --git a/doc/glibc-headers/getopt.texi b/doc/glibc-headers/getopt.texi index 05ac549e9b..392df62e17 100644 --- a/doc/glibc-headers/getopt.texi +++ b

Re: doc: Update regarding NetBSD

2023-02-03 Thread Bruno Haible
And here's the second attachment. To: gnats-b...@netbsd.org Subject: sigprocmask return value wrong when libpthread is in use From: br...@clisp.org Reply-To: br...@clisp.org X-send-pr-version: 3.95 >Submitter-Id: net >Originator: >Organization: GNU >Confidential: no >Synopsis: The ret

doc: Update regarding NetBSD

2023-02-03 Thread Bruno Haible
This patch updates the documentation regarding two NetBSD bugs that I just filed (see attachments). 2023-02-03 Bruno Haible doc: Update regarding NetBSD. * doc/posix-functions/sigprocmask.texi: Mention a NetBSD 9.0 bug. * doc/posix-functions/pthread_sigmask.texi

doc: Update regarding Android

2023-01-03 Thread Bruno Haible
documentation of these functions. 2023-01-04 Bruno Haible doc: Update regarding Android. * doc/glibc-functions/getdtablesize.texi: Update Android information. * doc/glibc-functions/wait3.texi: Likewise. * doc/pastposix-functions/ftime.texi: Likewise. * doc

doc: Update for glibc 2.34

2021-08-21 Thread Bruno Haible
After each glibc release, we should update the Gnulib documentation accordingly. This patch does it for the glibc 2.34 release (two weeks ago). https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html 2021-08-14 Bruno Haible doc: Update for glibc 2.34. * doc/posix

doc: Update for FreeBSD 13.0/arm64

2021-04-18 Thread Bruno Haible
2021-04-18 Bruno Haible doc: Update for FreeBSD 13.0/arm64. * doc/posix-headers/stdint.texi: Mention FreeBSD 13 bug. * m4/stdint.m4: Update comment. diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi index 6775bea..784799b 100644 --- a/doc/posix

doc: Update for FreeBSD 11.0, 12.0, 13.0

2021-04-17 Thread Bruno Haible
memfd_create pthread_getname_np, pthread_setname_np ptsname_r sigisemptyset, sigandset, sigorset strerror_l 2021-04-17 Bruno Haible doc: Update for FreeBSD 11.0, 12.0, 13.0. * doc/posix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Update. * doc/posix

doc: Update for macOS 11.1

2021-03-21 Thread Bruno Haible
, posix_spawn_file_actions_addfchdir_np * It also has the function aligned_alloc but it broken from the beginning, like the one on AIX. I took the opportunity to also change the spelling from 'Mac OS X 10.13' to 'macOS 10.13'. 2021-03-21 Bruno Haible doc: U

doc: Update for glibc 2.33

2021-03-06 Thread Bruno Haible
Haible doc: Update for glibc 2.33. * doc/glibc-functions/mallinfo2.texi: New file. * doc/gnulib.texi: Include it. (Glibc sys/vtimes.h): Remove section. * doc/glibc-functions/vtimes.texi: Remove file. * doc/pastposix-functions/h_errno.texi: Update

Re: [PATCH] Allow setting CVS username for gnu-web-doc-update

2021-01-09 Thread Darshit Shah
uld like to apply the attached patch to Gnulib in order to improve > > how gnu-web-doc-update works. > > Thanks! The patch looks good. I'm about to commit it in your name; just one > question: Is the email address working? In 2017 you used > the email address . > > Bruno > >

Re: [PATCH] Allow setting CVS username for gnu-web-doc-update

2021-01-09 Thread Bruno Haible
Hi Darshit, > Yes, the account is active, but I didn't mean to use it for the commit. > I just forgot to set the user.email for the gnulib repo. For all GNU > projects, I still use the dar...@gnu.org email. Thanks for clarifying. Pushed. Bruno

Re: [PATCH] Allow setting CVS username for gnu-web-doc-update

2021-01-09 Thread Bruno Haible
Hi Darshit, > I would like to apply the attached patch to Gnulib in order to improve > how gnu-web-doc-update works. Thanks! The patch looks good. I'm about to commit it in your name; just one question: Is the email address working? In 2017 you used the email address . Bruno

[PATCH] Allow setting CVS username for gnu-web-doc-update

2021-01-09 Thread Darshit Shah
I would like to apply the attached patch to Gnulib in order to improve how gnu-web-doc-update works. >From 0fe04a57a1f4476e6d893ddee973805b15ca9338 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Sat, 9 Jan 2021 11:42:26 +0100 Subject: [PATCH] Allow setting CVS username for gnu-web-doc-upd

doc: update for more recent versions of OpenBSD

2020-08-22 Thread Bruno Haible
The Gnulib documentation regarding OpenBSD is out-of-date as well. I'm doing this update: 2020-08-22 Bruno Haible doc: Update for OpenBSD 6.0, 6.7. * doc/*/*.texi: Update. * m4/printf.m4: Update comments and cross-compilation guesses. * m4/ceill.m4: U

Re: doc: Update for glibc 2.32

2020-08-07 Thread Paul Eggert
essat setuid problem (should be fixed in 2.33). Thanks for doing this doc update. >From ca801cfb6d334572d28fef34db8a8c73d479dee1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 7 Aug 2020 15:26:27 -0700 Subject: [PATCH] doc: more updates for glibc 2.32 * doc/glibc-functions/lchmod.t

doc: Update for glibc 2.32

2020-08-07 Thread Bruno Haible
hat I left there. 2020-08-07 Bruno Haible doc: Update for glibc 2.32. * doc/glibc-functions/__libc_single_threaded.texi: New file. * doc/glibc-functions/pthread_attr_getsigmask_np.texi: New file. * doc/glibc-functions/pthread_attr_setsigmask_np.texi: New

doc: update for more recent versions of NetBSD

2020-07-25 Thread Bruno Haible
The Gnulib documentation regarding NetBSD is out-of-date as well. I'm doing this update: 2020-07-25 Bruno Haible doc: Update for NetBSD 7.1, 8.0, 9.0. * doc/*/*.texi: Update. * m4/exp2l.m4: Update comments. * m4/expl.m4: Likewise. * m4/ilo

doc: update for more recent versions of Cygwin and Mac OS X

2020-07-24 Thread Bruno Haible
aible doc: Update for Mac OS X 10.13. * doc/*/*.texi: Update. * m4/expm1l.m4: Update comments. * m4/getgroups.m4: Likewise. * m4/getlogin_r.m4: Likewise. * m4/linkat.m4: Likewise. * m4/printf.m4: Likewise. 2020-07-24 Bruno Haible

doc: update for glibc 2.31

2020-02-08 Thread Bruno Haible
It's good if the gnulib documentation reflects the newest glibc release, not some older release. 2020-02-08 Bruno Haible doc: Update for glibc 2.31. * doc/glibc-functions/pthread_clockjoin_np.texi: New file. * doc/gnulib.texi: Include it. * doc/past

doc: Update documentation about wchar_t

2020-01-01 Thread Bruno Haible
On 32-bit AIX, wchar_t has only 16 bits. But on 64-bit AIX, it has 32 bits. 2020-01-01 Bruno Haible doc: Update documentation about wchar_t. * doc/*/*wc*.texi: Clarify that 64-bit AIX does not have a too small wchar_t type. diff --git a/doc/glibc-functions

doc: update for glibc 2.30

2019-09-07 Thread Bruno Haible
After the big doc update from 2019-06-10, I don't want the gnulib documentation again lag behind glibc by 5 years. 2019-09-07 Bruno Haible doc: Update for glibc 2.30. * doc/glibc-functions/gettid.texi: New file. * doc/glibc-functions/pthread_cond_clockwait.texi

doc: Update and improve documentation of glibc functions

2019-06-10 Thread Bruno Haible
Pushed: 2019-06-10 Bruno Haible doc: Update and improve documentation of glibc functions. This is a series of commits that - updates the documentation to the state of glibc 2.29, - adds references to Linux man pages and glibc documentation, - marks

doc: Update documentation about 'progname' module

2019-01-06 Thread Bruno Haible
The documentation section "error and progname" is not up-to-date any more, since 'error' was changed to use 'getprogname()' on 2016-09-05. This patch fixes it. 2019-01-06 Bruno Haible doc: Update documentation about 'progname' module.

Re: doc: update for Solaris 11.4

2018-10-14 Thread Paul Eggert
Bruno Haible wrote: - They added 'timegm' and 'timelocal', but since gnulib does not have a unit test for them, I have no idea how buggy they are. Paul, do you have a unit test for these functions in some corner? I'm afraid not, and it's low priority. timelocal is merely a nonstand

doc: update for Solaris 11.4

2018-10-14 Thread Bruno Haible
Hi, Solaris 11.4 was released in August 2018. The relevant improvements are listed here: https://docs.oracle.com/cd/E37838_01/html/E60974/golbg.html >From the gnulib perspective, the notable changes are: - They added per-thread locales: functions newlocale, *_l, etc. - All libnsl functions mo

doc: update for Solaris 11.3

2017-10-12 Thread Bruno Haible
The latest gnulib doc update for Solaris was for Solaris 11 2011-11, which according to Wikipedia [1] and the 'uname -a' output is Solaris 11.0. Quite a long time ago, and Solaris 11.3 is probably the final Solaris release [2]. Therefore let me update the gnulib doc. Here are the d

doc: Update for MSVC 14

2017-07-05 Thread Bruno Haible
Hi, I'm updating the doc regarding MSVC 14 a.k.a. Visual C++ 2015 [1] (as compared to MSVC 9). The patch is at http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=8fb59b8fac140205a6a0ef3286b5fd5a58f418e1 But more important than the files that have changed are the files that still mention

Re: gnu-web-doc-update: fails to add new directories

2016-01-24 Thread Akim Demaille
ddir"/doc/manual/ && find . -type f -print | sed p) + } | sort | uniq -u \ +| $XARGS --no-run-if-empty -- ${rm_stale:-$dryrun} $CVS remove -f the ‘sed p | uniq -u’ sequence is super smart :) I guess you had a lot of fun finding it :) > >>> commit a1d1f4b7fc9b46fc37a8dc55b591768a8

Re: gnu-web-doc-update: fails to add new directories

2016-01-20 Thread Pádraig Brady
see anything ready to _remove_ bits >> that are no longer generated. This is a problem, since for instance > > Hi Akim! > Yes, it'd be good to fix that, someday. FYI I fixed that a while ago with: http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commit;h=9a417cf >> comm

Re: [PATCH] gnu-web-doc-update: exit immediately when CVSROOT environment is missing

2015-10-27 Thread Pádraig Brady
On 26/10/15 21:54, Sami Kerola wrote: > * build-aux/gnu-web-doc-update: Check the environment variable CVSROOT early > on to avoid needing to build a project before getting "cvs add: No CVSROOT > specified! Please use the `-d' option" error. > --- > build-aux/gnu-we

[PATCH] gnu-web-doc-update: exit immediately when CVSROOT environment is missing

2015-10-26 Thread Sami Kerola
* build-aux/gnu-web-doc-update: Check the environment variable CVSROOT early on to avoid needing to build a project before getting "cvs add: No CVSROOT specified! Please use the `-d' option" error. --- build-aux/gnu-web-doc-update | 3 +++ 1 file changed, 3 insertions(+) diff --

[PATCH] gnu-web-doc-update: add --mirror to remove stale files

2015-06-15 Thread Pádraig Brady
* build-aux/gnu-web-doc-update: Add a --mirror option to remove out of date files from the CVS server. Since this is usually appropriate, a prompt is given when the option is not specified, along with the `cvs remove` command that would be run. --- ChangeLog| 8

[PATCH] doc: update FDL template to match FDL examples.

2015-04-21 Thread Simon Josefsson
I noticed (or rather, one of the automated checks in debian) that a spurious 'with' had been added to some (but far from all) texi files inside gnulib. This (pushed) patch makes the fdl boiler plate internally consistent. /Simon doc: update FDL template to match FDL examples. *

Re: build-aux/gnu-web-update-doc-update-git

2014-11-06 Thread Assaf Gordon
288cfb48f1a4fe01f9d76e23c2e9 Mon Sep 17 00:00:00 2001 From: "A. Gordon" Date: Thu, 6 Nov 2014 16:00:50 -0500 Subject: [PATCH] maint: add -G/--git option to gnu-web-doc-update * build-aux/gnu-web-doc-update - added option -G/--git to push updated manual/documentation to the Web Git reposi

Re: build-aux/gnu-web-update-doc-update-git

2014-11-06 Thread Karl Berry
I'd like to ask for your feedback regarding the attached script, which does the same but pushes updates to the GIT repositories. My feedback is that instead of being a separate script that is mostly the same, it seems like it would be better as an option. Even better, it seems like it would

build-aux/gnu-web-update-doc-update-git

2014-11-06 Thread Assaf Gordon
Hello gnulib developers, I'm experimenting with GIT-based repositories for the web pages at http://www.gnu.org/software/XXX . For details see here: http://lists.gnu.org/archive/html/savannah-hackers-public/2014-11/msg1.html The current gnulib script 'build-aux/gnu-web-update-

[PATCH] doc: update main copyright year

2013-12-31 Thread Paul Eggert
+ + doc: update main copyright year + * doc/gnulib.texi: Update copyright date. + 2014-01-01 Eric Blake version-etc: new year diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 1ff7720..4dadf7a 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -23,7 +23,7 @@ This manual is for GNU

Re: [PATCH] doc: update main copyright year

2013-01-06 Thread Paul Eggert
On 01/06/2013 09:58 AM, Pádraig Brady wrote: > Does the -- indicate that, some years it wasn't updated? No, it just means an en dash, which looks nicer when printed. http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#index-En-dash_002c-producing-61 > Changing to a single - should en

Re: [PATCH] doc: update main copyright year

2013-01-06 Thread Pádraig Brady
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-01-06 Paul Eggert + doc: update main copyright year + * doc/gnulib.texi: Update copyright date. + doc: improve ISO 8601 discussion * doc/parse-datetime.texi (Combined date and time of day items): Specify

[PATCH] doc: update main copyright year

2013-01-06 Thread Paul Eggert
@@ 2013-01-06 Paul Eggert + doc: update main copyright year + * doc/gnulib.texi: Update copyright date. + doc: improve ISO 8601 discussion * doc/parse-datetime.texi (Combined date and time of day items): Specify more carefully what formats are supported and what

Re: gnu-web-doc-update: fails to add new directories

2012-12-16 Thread Akim Demaille
Right. Thanks. Installed as follows. commit a42a32e05e8406424d702f6a9e0e2c12b7e460ea Author: Akim Demaille Date: Fri Dec 14 12:53:34 2012 +0100 gnu-web-doc-update: improve --help * build-aux/gnu-web-doc-update: Move comments into --help. diff --git a/ChangeLog b/ChangeLog index bdd

Re: gnu-web-doc-update: fails to add new directories

2012-12-15 Thread Jim Meyering
Akim Demaille wrote: ... >> Did you intend to remove this comment? >> I know they're also in --help output, but it's probably >> best to leave them at the top, too. >> >>> -# Run this after each non-alpha release, to update the web documentation at >>> -# http://www.gnu.org/software/$pkg/manual/ >

Re: gnu-web-doc-update: fails to add new directories

2012-12-15 Thread Akim Demaille
hi Jim! Le 15 déc. 2012 à 21:41, Jim Meyering a écrit : > Thanks for working on this! Retour d'ascenseur :) I'm using gnulib, so it's just fair. >> +This script assumes you're using git for revision control, and >> +requires a .prev-version file as well as a Makefile, from which it >> +extract

Re: gnu-web-doc-update: fails to add new directories

2012-12-15 Thread Jim Meyering
on (2.6.4). Besides, for some > reason I have not tried to explore, bison.ps is actually a ps.gz > file :( > > commit a1d1f4b7fc9b46fc37a8dc55b591768a80ead566 > Author: Akim Demaille > Date: Fri Dec 14 12:58:35 2012 +0100 > > gnu-web-doc-update: add all the new files, even in new directories &

Re: gnu-web-doc-update: fails to add new directories

2012-12-14 Thread Akim Demaille
ocs.sh. So I can still get http://www.gnu.org/software/bison/manual/bison.ps from gnu.org, which is about an older version of Bison (2.6.4). Besides, for some reason I have not tried to explore, bison.ps is actually a ps.gz file :( commit a1d1f4b7fc9b46fc37a8dc55b591768a80ead566 Author: Akim Demaille

Re: [off-list] CVS pains (was: Re: gnu-web-doc-update: fails to add new directories)

2012-12-14 Thread Stefano Lattarini
On 12/13/2012 11:53 PM, Karl Berry wrote: > > 3) Everyone agrees it would be nice to support different VCs for web > pages. Nobody needs "convincing". > This is good to know. > Maybe it will happen some day. > I hope so. It's not a big deal actually (since as Jim noted, most of the process is hi

Re: [off-list] CVS pains (was: Re: gnu-web-doc-update: fails to add new directories)

2012-12-13 Thread Karl Berry
Wouldn't it be great if someone could convince the Savannah admin 1) It's not a matter of just changing savannah. There are numerous (*numerous*) processes involved with web pages repositories, most of which are written, maintained, and controlled by the FSF sysadmins, not Savannah. FSF sysa

Re: gnu-web-doc-update: fails to add new directories

2012-12-13 Thread Jim Meyering
Akim Demaille wrote: > Le 13 déc. 2012 à 15:35, Jim Meyering a écrit : > >> Hi Akim! > > Hi Jim! > >> Thanks for the investigation and report. >> If using --types='?D' makes it work, I'd go with that: >> that seems simpler than changing the external cvsu program. > > OK. But it will require some

[off-list] CVS pains (was: Re: gnu-web-doc-update: fails to add new directories)

2012-12-13 Thread Stefano Lattarini
Ah, we all git lovers still forced to deal with that living fossil of CVS! Wouldn't it be great if someone could convince the Savannah admin to switch the web pages repository to a modern, distributed VCS? (Me ducks and run now ;-). Regards, Stefano

Re: gnu-web-doc-update: fails to add new directories

2012-12-13 Thread Akim Demaille
Le 13 déc. 2012 à 15:35, Jim Meyering a écrit : > Hi Akim! Hi Jim! > Thanks for the investigation and report. > If using --types='?D' makes it work, I'd go with that: > that seems simpler than changing the external cvsu program. OK. But it will require some implementation of a fix point. $

Re: gnu-web-doc-update: fails to add new directories

2012-12-13 Thread Jim Meyering
Akim Demaille wrote: > The Bison's documentation now uses images, including in HTML. > gendocs.sh properly sets up a directory with the images for all the > documentation formats. Unfortunately gnu-web-doc-update fails to add > all the new files, because it fails to discove

gnu-web-doc-update: fails to add new directories

2012-12-13 Thread Akim Demaille
Hi! The Bison's documentation now uses images, including in HTML. gendocs.sh properly sets up a directory with the images for all the documentation formats. Unfortunately gnu-web-doc-update fails to add all the new files, because it fails to discover new directories. My CVS-skills are,

Re: [PATCH 1/4] gnu-web-doc-update: fix --help

2012-07-30 Thread Jim Meyering
Akim Demaille wrote: > * build-aux/gnu-web-doc-update: The information "top level" was written > twice. ACK

[PATCH 1/4] gnu-web-doc-update: fix --help

2012-07-30 Thread Akim Demaille
* build-aux/gnu-web-doc-update: The information "top level" was written twice. --- ChangeLog| 6 ++ build-aux/gnu-web-doc-update | 7 +++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad0c05b..521b75a 100644 --- a

Re: [PATCH 1/2] gnu-web-doc-update: check the requirements.

2012-07-19 Thread Akim Demaille
Log @@ -6,6 +6,7 @@ gnu-web-doc-update: check the requirements. * build-aux/gnu-web-doc-update (find_tool): Import from bootstrap. ($CVS, $CVSU, $GIT, $RSYNC, $XARGS): New. + * build-aux/bootstrap (find_tool): Comment change. 2012-07-17 Akim Demaille diff --gi

Re: [PATCH 1/2] gnu-web-doc-update: check the requirements.

2012-07-19 Thread Jim Meyering
Akim Demaille wrote: > * build-aux/gnu-web-doc-update (find_tool): Import from bootstrap. > ($CVS, $CVSU, $GIT, $RSYNC, $XARGS): New. > --- > ChangeLog| 6 > build-aux/gnu-web-doc-update | 68 > +++- >

Re: [PATCH 2/2] gnu-web-doc-update: fix error messages

2012-07-19 Thread Jim Meyering
Akim Demaille wrote: > * build-aux/gnu-web-doc-update: Don't pass $ME to die. > --- > ChangeLog| 3 +++ > build-aux/gnu-web-doc-update | 6 +++--- > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index 09

[PATCH 0/2] gnu-web-doc-update portability issues

2012-07-19 Thread Akim Demaille
Hi all, I didn't have the cvsutils installed, but gnu-web-doc-update ran happily without telling me anything about it. I used find_tool as is already defined in bootstrap. Maybe we should have a means to share shell snippets in these tools. Elsewhere I used autom4te and M4sh to share my

[PATCH 1/2] gnu-web-doc-update: check the requirements.

2012-07-19 Thread Akim Demaille
* build-aux/gnu-web-doc-update (find_tool): Import from bootstrap. ($CVS, $CVSU, $GIT, $RSYNC, $XARGS): New. --- ChangeLog| 6 build-aux/gnu-web-doc-update | 68 +++- 2 files changed, 61 insertions(+), 13 deletions(-) diff --git a

[PATCH 2/2] gnu-web-doc-update: fix error messages

2012-07-19 Thread Akim Demaille
* build-aux/gnu-web-doc-update: Don't pass $ME to die. --- ChangeLog| 3 +++ build-aux/gnu-web-doc-update | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0913c0d..40ada21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5

Re: [PATCH] doc: update timer_* platform portability notes

2012-03-13 Thread Bruno Haible
Pádraig Brady wrote: > +2012-03-13 Pádraig Brady > + > + doc: Update timer_* platform portability notes. > + * doc/posix-functions/timer_create.texi: Add platforms (OpenBSD 4.9) > + that always return ENOSYS. > + * doc/posix-functions/timer_delete.texi: Likew

  1   2   >