Subject: CVS commit: src/lib/libintl
To: None <source-changes@NetBSD.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 09/25/2007 08:19:09
Module Name:	src
Committed By:	junyoung
Date:		Tue Sep 25 08:19:09 UTC 2007

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

Log Message:
Massive cosmetic changes, notably:
 * ANSIfy
 * De-__P
 * u_intXX_t -> uintXX_t
 * Remove "extern" from function prototypes


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/lib/libintl/gettext.c
cvs rdiff -r1.2 -r1.3 src/lib/libintl/libintl.h src/lib/libintl/strhash.c
cvs rdiff -r1.10 -r1.11 src/lib/libintl/libintl_local.h
cvs rdiff -r1.1 -r1.2 src/lib/libintl/plural_parser.h
cvs rdiff -r1.11 -r1.12 src/lib/libintl/textdomain.c

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