Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 11/01/2000 05:39:21
Module Name: basesrc
Committed By: itojun
Date: Wed Nov 1 03:39:21 UTC 2000
Modified Files:
basesrc/lib/libintl: textdomain.c
Log Message:
make the following behavior compatible with GNU gettext.
bindtextdomain(foo, path)
textdomain(foo)
and message file is found under "path" only. sync with citrus.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libintl/textdomain.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.