* modules/vasprintf (Notice): Remove.
* modules/xvasprintf (Notice): Remove.
* modules/xprintf (Notice): Remove.
* modules/error (Notice): Remove.
* modules/verror (Notice): Remove.
* modules/argp (Notice): Remove.
* modules/propername (Notice): Remove.
* lib/propername.h: Remove outdated comment.
+2021-07-25 Bruno Haible <bruno@clisp.org>
+
+ Assume GNU gettext >= 0.17.
+ * modules/vasprintf (Notice): Remove.
+ * modules/xvasprintf (Notice): Remove.
+ * modules/xprintf (Notice): Remove.
+ * modules/error (Notice): Remove.
+ * modules/verror (Notice): Remove.
+ * modules/argp (Notice): Remove.
+ * modules/propername (Notice): Remove.
+ * lib/propername.h: Remove outdated comment.
+
2021-07-19 Simon Josefsson <simon@josefsson.org>
gendocs.sh: Fix local rendering of HTML manuals.
output will look like this:
<translated name> (<original name in English>)
- To use the 'propername' module requires three simple steps:
+ To use the 'propername' module requires two simple steps:
1) Add it to the list of gnulib modules to import,
(Optionally, here you can also add / * TRANSLATORS: ... * / comments
explaining how the name is written or pronounced.)
-
- 3) If you are using GNU gettext version 0.16.1 or older, in po/Makevars,
- in the definition of the XGETTEXT_OPTIONS variable, add:
-
- --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."'
- --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'
-
- This specifies automatic comments for the translator. (Requires
- xgettext >= 0.15. The double-quotes inside the quoted string are on
- purpose: they are part of the --keyword argument syntax.)
*/
#ifndef _PROPERNAME_H
Description:
Hierarchical processing of command line arguments.
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
- --flag=argp_error:2:c-format --flag=argp_failure:4:c-format
-
Files:
lib/argp.h
lib/argp-ba.c
Description:
error and error_at_line functions: Error reporting.
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
- --flag=error:3:c-format --flag=error_at_line:5:c-format
-
Files:
lib/error.h
lib/error.c
Description:
Localization of proper names.
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
- --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."'
- --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'
-
Files:
lib/propername.h
lib/propername.c
Description:
vsprintf with automatic memory allocation.
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
- --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
-
Files:
lib/vasprintf.c
lib/asprintf.c
Description:
verror and verror_at_line functions: Error reporting with va_list.
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
- --flag=verror:3:c-format --flag=verror_at_line:5:c-format
-
Files:
lib/verror.h
lib/verror.c
Description:
a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars:
- --flag=xprintf:1:c-format --flag=xvprintf:1:c-format
- --flag=xfprintf:2:c-format --flag=xvfprintf:2:c-format
-
Files:
lib/xprintf.h
lib/xprintf.c
Description:
vasprintf and asprintf with out-of-memory checking. Also see xalloc-die.
-Notice:
-If you are using GNU gettext version 0.16.1 or older, add the following options
-to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format
-
Files:
lib/xvasprintf.h
lib/xvasprintf.c