diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-06 12:45:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-06 12:45:08 +0000 |
commit | 9184d3db100aff82d081a70442842344da84cf4b (patch) | |
tree | a00b4a406480b3afcfcf447bc41aa4bbaeadb830 /ChangeLog | |
parent | ac16e90592f0b9842e193e2ebe0b3756f0b4361d (diff) | |
download | glibc-9184d3db100aff82d081a70442842344da84cf4b.zip glibc-9184d3db100aff82d081a70442842344da84cf4b.tar.gz glibc-9184d3db100aff82d081a70442842344da84cf4b.tar.bz2 |
Update.
1998-03-06 12:42 Ulrich Drepper <drepper@cygnus.com>
* argp/argp.h (struct argp): Add new field domain.
* argp/argp-help.c: Change all gettext calls to dgettext and use
domain field from appropriate argp in call.
* argp/argp-parse.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1998-03-06 12:42 Ulrich Drepper <drepper@cygnus.com> + + * argp/argp.h (struct argp): Add new field domain. + * argp/argp-help.c: Change all gettext calls to dgettext and use + domain field from appropriate argp in call. + * argp/argp-parse.c: Likewise. + 1998-03-06 11:35 Ulrich Drepper <drepper@cygnus.com> * posix/wordexp-test.c: Change testsuite so that it can run even |