Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: source-changes
Date: 09/07/2000 15:45:04
Module Name: basesrc
Committed By: taca
Date: Thu Sep 7 12:45:03 UTC 2000
Modified Files:
basesrc/lib/libc/time: strftime.c
Log Message:
- Fix strftime(3) not to ignore tm_zone filed of last parameter,
and "%Z" in format string is converted as proper time zone.
This was taken from tzcode2000f. Fix PR lib/10950.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/time/strftime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.