aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-21 00:37:18 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-21 00:37:18 +0000
commit5a02dce6b70f7c3337d75cfde08c5b36ebb688ee (patch)
treef948cb94f405b174b7f011be3618cc1ef8286c5b /ChangeLog
parenta2b3aa73b8ed0f264be82cd8700d00abd52999f4 (diff)
downloadglibc-5a02dce6b70f7c3337d75cfde08c5b36ebb688ee.zip
glibc-5a02dce6b70f7c3337d75cfde08c5b36ebb688ee.tar.gz
glibc-5a02dce6b70f7c3337d75cfde08c5b36ebb688ee.tar.bz2
Update.
* include/libintl.h: Declare __dgettext and __dcgettext.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da9b1b1..4c0b61a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
* intl/loadmsgcat.c (_nl_load_domain): Try to determine charset used
in the message file and if necessary find approrpiate
conversion to match currently selected charset.
+ * include/libintl.h: Declare __dgettext and __dcgettext.
1999-08-20 Andreas Schwab <schwab@suse.de>