Subject: CVS commit: src/lib/libintl
To: None <source-changes@NetBSD.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 09/23/2004 16:44:26
Module Name:	src
Committed By:	tshiozak
Date:		Thu Sep 23 16:44:26 UTC 2004

Modified Files:
	src/lib/libintl: Makefile gettext.c libintl_local.h textdomain.c
Added Files:
	src/lib/libintl: strhash.c

Log Message:
- add hash table support.
- make use of __UNCONST() instead of LINTED.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libintl/Makefile
cvs rdiff -r1.18 -r1.19 src/lib/libintl/gettext.c
cvs rdiff -r1.7 -r1.8 src/lib/libintl/libintl_local.h
cvs rdiff -r0 -r1.1 src/lib/libintl/strhash.c
cvs rdiff -r1.10 -r1.11 src/lib/libintl/textdomain.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.