summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-4/+4
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-141-6/+4
* Remove use of __P() (actually P()) from code now that it's no longeralfred2002-05-281-4/+4
* Fix the style of the SCM ID's.obrien2002-03-221-9/+4
* Get rid of non-standard %E[Ff] formats, userland apps already fixedache2001-03-211-13/+1
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatache2001-03-181-4/+8
* Implement ampm_fmt (%r) per POSIXache2001-03-021-1/+1
* Back out snprintf -> sprintf change until I have time to look at it.kris2001-02-181-1/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-081-2/+2
* Catch up to latest chanage in timelocal structures exporting.phantom2001-02-081-12/+13
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* sprintf -> snprintfkris2000-11-261-1/+1
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtache2000-10-261-1/+2
* There were so far only 42 different conversion specifications injoerg2000-01-281-0/+16
* %Ex -> %Ef to not conflict with POSIXache1999-11-301-2/+19
* Add %Ex extension to determine "%e %b" or "%b %e" orderache1999-11-301-5/+9
* Implement new format specifier for strftime: %OB, alternative nationaldt1999-09-111-2/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed printf format errors. Don't assume so many things about time_t.bde1998-06-301-20/+16
* Merged in better support of ISO 8601 from elsie.nci.nih.gov.helbig1997-10-031-54/+76
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-177/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Include "setlocale.h" for _PathLocale like other parts already didache1997-02-071-3/+2
* Update the comment why range checking is not neededache1997-02-051-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add comment that range checking is already done at upper levelache1996-12-281-1/+2
* Move PATH_LOCALE handling to setlocale.c, simplify locale path building,ache1996-11-261-10/+9
* Revert to old version of strftime.c; the new one doesn't work right.wollman1996-07-191-110/+78
* Merge the recently-imported tzcode96h distribution (libc portion). Thewollman1996-07-181-79/+111
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+1
* Removed false copyrights...scrappy1996-05-271-3/+1
* Added in appropriate Berkeley copyright and RCS Id: stringscrappy1996-05-271-1/+3
* Don't reset LC_TIME to C when it isn't neccessaryache1995-10-231-13/+17
* Restore %s format support from previous versionache1995-08-071-1/+22
* Fix default %c to be ctime-compatible as supposed (by Solaris too)ache1995-08-061-4/+4
* Implement locale-sensitive strftime () from ADO (heavily modifiedwollman1995-08-041-104/+240
* On snap 950210, format %s (print seconds from the epoch) is missingjoerg1995-03-011-0/+22
* The rest of tzcode94g from Arthur David Olson.wollman1994-09-131-0/+393
OpenPOWER on IntegriCloud