1997-08-20 03:53:21 +00:00
|
|
|
/* Message catalogs for internationalization.
|
2021-01-02 19:32:25 +00:00
|
|
|
Copyright (C) 1995-2021 Free Software Foundation, Inc.
|
2001-07-06 04:58:11 +00:00
|
|
|
This file is part of the GNU C Library.
|
1996-11-15 04:08:00 +00:00
|
|
|
This file is derived from the file libgettext.h in the GNU gettext package.
|
1995-05-18 09:00:09 +00:00
|
|
|
|
1996-11-15 04:08:00 +00:00
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:58:11 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1995-05-18 09:00:09 +00:00
|
|
|
|
1996-11-15 04:08:00 +00:00
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:58:11 +00:00
|
|
|
Lesser General Public License for more details.
|
1995-05-18 09:00:09 +00:00
|
|
|
|
2001-07-06 04:58:11 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-02-09 23:18:22 +00:00
|
|
|
License along with the GNU C Library; if not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
1995-05-18 09:00:09 +00:00
|
|
|
|
|
|
|
#ifndef _LIBINTL_H
|
1995-09-27 02:50:10 +00:00
|
|
|
#define _LIBINTL_H 1
|
1997-06-21 02:59:26 +00:00
|
|
|
|
1995-09-27 02:50:10 +00:00
|
|
|
#include <features.h>
|
1995-05-18 09:00:09 +00:00
|
|
|
|
1995-09-27 02:50:10 +00:00
|
|
|
/* We define an additional symbol to signal that we use the GNU
|
|
|
|
implementation of gettext. */
|
|
|
|
#define __USE_GNU_GETTEXT 1
|
|
|
|
|
Update.
2002-07-15 Alexandre Oliva <aoliva@redhat.com>
* configure.in (static_nss): Set to `yes' if --disable-shared.
2002-07-23 Bruno Haible <bruno@clisp.org>
* intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
is set.
2002-07-25 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
* sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
arguments.
2002-07-25 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
alias.
2002-07-21 Bruno Haible <bruno@clisp.org>
* intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
* intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
trans_sysdep_tab_offset.
(struct sysdep_segment): New type.
(struct sysdep_string): New type.
(SEGMENTS_END): New macro.
* intl/gettextP.h (struct sysdep_string_desc): New type.
(struct loaded_domain): New fields malloced, n_sysdep_strings,
orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
orig_tab, trans_tab, hash_tab to const pointers because they point
into read-only memory.
* intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
(PRI*): Define fallback values.
(get_sysdep_segment_value): New function.
(_nl_load_domain): Distinguish major and minor revision parts. Add
support for minor revision 1 with system dependent strings.
(_nl_unload_domain): Also free the 'malloced' field.
* intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
now done in loadmsgcat.c. Add support for system dependent strings.
2002-07-27 08:47:23 +00:00
|
|
|
/* Provide information about the supported file formats. Returns the
|
|
|
|
maximum minor revision number supported for a given major revision. */
|
|
|
|
#define __GNU_GETTEXT_SUPPORTED_REVISION(major) \
|
|
|
|
((major) == 0 ? 1 : -1)
|
|
|
|
|
1995-09-27 02:50:10 +00:00
|
|
|
__BEGIN_DECLS
|
1995-05-18 09:00:09 +00:00
|
|
|
|
|
|
|
/* Look up MSGID in the current default message catalog for the current
|
|
|
|
LC_MESSAGES locale. If not found, returns MSGID itself (the default
|
|
|
|
text). */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *gettext (const char *__msgid)
|
2005-05-07 20:36:13 +00:00
|
|
|
__THROW __attribute_format_arg__ (1);
|
1995-05-18 09:00:09 +00:00
|
|
|
|
|
|
|
/* Look up MSGID in the DOMAINNAME message catalog for the current
|
|
|
|
LC_MESSAGES locale. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *dgettext (const char *__domainname, const char *__msgid)
|
2005-05-07 20:36:13 +00:00
|
|
|
__THROW __attribute_format_arg__ (2);
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *__dgettext (const char *__domainname, const char *__msgid)
|
2000-08-02 01:19:29 +00:00
|
|
|
__THROW __attribute_format_arg__ (2);
|
1995-05-18 09:00:09 +00:00
|
|
|
|
|
|
|
/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
|
|
|
|
locale. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *dcgettext (const char *__domainname,
|
|
|
|
const char *__msgid, int __category)
|
2005-05-07 20:36:13 +00:00
|
|
|
__THROW __attribute_format_arg__ (2);
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *__dcgettext (const char *__domainname,
|
|
|
|
const char *__msgid, int __category)
|
2000-08-02 01:19:29 +00:00
|
|
|
__THROW __attribute_format_arg__ (2);
|
1995-05-18 09:00:09 +00:00
|
|
|
|
|
|
|
|
2000-01-22 05:50:49 +00:00
|
|
|
/* Similar to `gettext' but select the plural form corresponding to the
|
|
|
|
number N. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *ngettext (const char *__msgid1, const char *__msgid2,
|
2000-01-22 07:40:14 +00:00
|
|
|
unsigned long int __n)
|
2001-07-24 22:16:09 +00:00
|
|
|
__THROW __attribute_format_arg__ (1) __attribute_format_arg__ (2);
|
2000-01-22 05:50:49 +00:00
|
|
|
|
|
|
|
/* Similar to `dgettext' but select the plural form corresponding to the
|
|
|
|
number N. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *dngettext (const char *__domainname, const char *__msgid1,
|
|
|
|
const char *__msgid2, unsigned long int __n)
|
2001-07-24 22:16:09 +00:00
|
|
|
__THROW __attribute_format_arg__ (2) __attribute_format_arg__ (3);
|
2000-01-22 05:50:49 +00:00
|
|
|
|
2000-04-27 03:11:22 +00:00
|
|
|
/* Similar to `dcgettext' but select the plural form corresponding to the
|
2000-01-22 05:50:49 +00:00
|
|
|
number N. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *dcngettext (const char *__domainname, const char *__msgid1,
|
|
|
|
const char *__msgid2, unsigned long int __n,
|
2000-01-22 07:40:14 +00:00
|
|
|
int __category)
|
2001-07-24 22:16:09 +00:00
|
|
|
__THROW __attribute_format_arg__ (2) __attribute_format_arg__ (3);
|
2000-01-22 05:50:49 +00:00
|
|
|
|
|
|
|
|
1995-05-18 09:00:09 +00:00
|
|
|
/* Set the current default message catalog to DOMAINNAME.
|
|
|
|
If DOMAINNAME is null, return the current default.
|
|
|
|
If DOMAINNAME is "", reset to the default of "messages". */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *textdomain (const char *__domainname) __THROW;
|
1995-05-18 09:00:09 +00:00
|
|
|
|
|
|
|
/* Specify that the DOMAINNAME message catalog will be found
|
|
|
|
in DIRNAME rather than in the system locale data base. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *bindtextdomain (const char *__domainname,
|
|
|
|
const char *__dirname) __THROW;
|
1995-09-27 02:50:10 +00:00
|
|
|
|
2000-05-04 02:46:54 +00:00
|
|
|
/* Specify the character encoding in which the messages from the
|
|
|
|
DOMAINNAME message catalog will be returned. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *bind_textdomain_codeset (const char *__domainname,
|
|
|
|
const char *__codeset) __THROW;
|
2000-05-04 02:46:54 +00:00
|
|
|
|
1995-05-18 09:00:09 +00:00
|
|
|
|
1995-09-27 02:50:10 +00:00
|
|
|
/* Optimized version of the function above. */
|
2004-07-21 16:35:30 +00:00
|
|
|
#if defined __OPTIMIZE__ && !defined __cplusplus
|
1996-07-26 04:35:31 +00:00
|
|
|
|
|
|
|
/* We need NULL for `gettext'. */
|
1997-08-20 03:53:21 +00:00
|
|
|
# define __need_NULL
|
|
|
|
# include <stddef.h>
|
1996-07-26 04:35:31 +00:00
|
|
|
|
|
|
|
/* We need LC_MESSAGES for `dgettext'. */
|
|
|
|
# include <locale.h>
|
|
|
|
|
|
|
|
/* These must be macros. Inlined functions are useless because the
|
1995-09-27 02:50:10 +00:00
|
|
|
`__builtin_constant_p' predicate in dcgettext would always return
|
|
|
|
false. */
|
1995-05-18 09:00:09 +00:00
|
|
|
|
1996-02-19 20:54:38 +00:00
|
|
|
# define gettext(msgid) dgettext (NULL, msgid)
|
1995-05-18 09:00:09 +00:00
|
|
|
|
2000-10-21 02:03:09 +00:00
|
|
|
# define dgettext(domainname, msgid) \
|
1995-09-27 02:50:10 +00:00
|
|
|
dcgettext (domainname, msgid, LC_MESSAGES)
|
1995-05-18 09:00:09 +00:00
|
|
|
|
2000-10-21 02:03:09 +00:00
|
|
|
# define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n)
|
2000-01-22 05:50:49 +00:00
|
|
|
|
2000-10-21 02:03:09 +00:00
|
|
|
# define dngettext(domainname, msgid1, msgid2, n) \
|
|
|
|
dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
|
2000-01-22 05:50:49 +00:00
|
|
|
|
1999-12-24 05:42:34 +00:00
|
|
|
#endif /* Optimizing. */
|
1995-09-27 02:50:10 +00:00
|
|
|
|
|
|
|
__END_DECLS
|
1995-05-18 09:00:09 +00:00
|
|
|
|
1995-09-27 02:50:10 +00:00
|
|
|
#endif /* libintl.h */
|