Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 11/10/1999 01:15:12
Module Name:	basesrc
Committed By:	kleink
Date:		Wed Nov 10 09:15:11 UTC 1999

Modified Files:
	basesrc/lib/libc/locale: _def_time.c

Log Message:
XSH5/C99: in the C/POSIX locale, change the day of month format used in d_t_fmt
(locale's appropriate date and time representation) from %d (single digits
are preceded by 0) to %e (single digits are preceded by a blank).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/lib/libc/locale/_def_time.c

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