summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strftime.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use tzcode strftime(3) as it is kept up to date.millert1998-01-191-327/+0
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* Deal correctly with time zonestholo1996-10-281-2/+3
|
* Fix RCS idstholo1996-08-191-4/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* fix %Vderaadt1996-06-101-3/+7
|
* Add prototypes for local functions, add const qualifiers where neededtholo1996-03-251-8/+14
|
* From NetBSD: 960217 mergeniklas1996-03-091-4/+6
|
* from netbsd: Fixed %u to expand to a single digitderaadt1995-12-301-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+317