mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
531bafd8a6
2002-04-30 Jakub Jelinek <jakub@redhat.com> * locale/programs/locarchive.c (create_archive): Add archivefname argument, create fname from it. (enlarge_archive): Honour output_prefix. (open_archive): Likewise. 2002-04-30 Jakub Jelinek <jakub@redhat.com> * locale/programs/locarchive.c (add_locales_to_archive): Don't nest too many stpcpy macros. 2002-04-26 Bruno Haible <bruno@clisp.org> * locale/programs/ld-collate.c (collate_read): Cast first argument for "%.*s" to int. 2002-04-26 Bruno Haible <bruno@clisp.org> * include/libintl.h (__ngettext, __dngettext, __dcngettext, __dcngettext_internal): New declarations. (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add attribute declarations.
32 lines
457 B
Plaintext
32 lines
457 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# global variables
|
|
_nl_msg_cat_cntr; _nl_default_dirname; _nl_domain_bindings;
|
|
|
|
# functions used in inline functions or macros
|
|
__dcgettext;
|
|
|
|
# functions used in other libraries
|
|
__dgettext;
|
|
|
|
# b*
|
|
bindtextdomain;
|
|
|
|
# d*
|
|
dcgettext; dgettext; gettext;
|
|
|
|
# t*
|
|
textdomain;
|
|
}
|
|
GLIBC_2.2 {
|
|
# b*
|
|
bind_textdomain_codeset;
|
|
|
|
# d*
|
|
dcngettext; dngettext;
|
|
|
|
# n*
|
|
ngettext;
|
|
}
|
|
}
|