summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* Update tzcode to 2024a.Dag-Erling Smørgrav2024-02-211-1/+1
* libc: Purge unneeded cdefs.hWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Bring our tzcode up to date.Dag-Erling Smørgrav2023-01-101-0/+1
|\
| * Flatten the dist tree of vendor/tzcodeEdwin Groothuis2008-09-271-718/+0
| * Import tzcode2004a.Stefan Farfeleder2004-06-141-56/+170
| * Import the 96h release of ADO's timezone code. This release isGarrett Wollman1996-07-181-138/+349
* | libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-25/+7
* | strftime() xlocale cleanups.Pedro F. Giffuni2014-07-261-37/+46
* | stdtime: style(9) fixes.Pedro F. Giffuni2014-06-181-130/+133
* | libc: Reduce relative relocations in strftime().Jilles Tjoelker2012-06-171-1/+1
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-24/+38
* | Spacing fixes. No actual change.Xin LI2009-06-091-2/+2
* | MFV of tzcode2009e:Edwin Groothuis2009-05-231-34/+76
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be anXin LI2008-10-301-1/+1
* | Add glibc-style strftime(3) padding specifiers, namely, -(no padding),Xin LI2004-11-041-20/+69
* | Merge changes from the tzcode2004a import. Wherever possible I tried to bringStefan Farfeleder2004-06-141-66/+162
* | Remove a stale reference to %Ef and %EF from a comment.Stefan Farfeleder2004-06-131-2/+2
* | Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-4/+4
* | - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-141-6/+4
* | Remove use of __P() (actually P()) from code now that it's no longerAlfred Perlstein2002-05-281-4/+4
* | Fix the style of the SCM ID's.David E. O'Brien2002-03-221-9/+4
* | Get rid of non-standard %E[Ff] formats, userland apps already fixedAndrey A. Chernov2001-03-211-13/+1
* | Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatAndrey A. Chernov2001-03-181-4/+8
* | Implement ampm_fmt (%r) per POSIXAndrey A. Chernov2001-03-021-1/+1
* | Back out snprintf -> sprintf change until I have time to look at it.Kris Kennaway2001-02-181-1/+1
* | Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov2001-02-081-2/+2
* | Catch up to latest chanage in timelocal structures exporting.Alexey Zelkin2001-02-081-12/+13
* | Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* | sprintf -> snprintfKris Kennaway2000-11-261-1/+1
* | Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtAndrey A. Chernov2000-10-261-1/+2
* | There were so far only 42 different conversion specifications inJoerg Wunsch2000-01-281-0/+16
* | %Ex -> %Ef to not conflict with POSIXAndrey A. Chernov1999-11-301-2/+19
* | Add %Ex extension to determine "%e %b" or "%b %e" orderAndrey A. Chernov1999-11-301-5/+9
* | Implement new format specifier for strftime: %OB, alternative nationalDmitrij Tejblum1999-09-111-2/+6
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* | Fixed printf format errors. Don't assume so many things about time_t.Bruce Evans1998-06-301-20/+16
* | Merged in better support of ISO 8601 from elsie.nci.nih.gov.Wolfgang Helbig1997-10-031-54/+76
* | Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-177/+2
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* | Include "setlocale.h" for _PathLocale like other parts already didAndrey A. Chernov1997-02-071-3/+2
* | Update the comment why range checking is not neededAndrey A. Chernov1997-02-051-1/+1
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* | Add comment that range checking is already done at upper levelAndrey A. Chernov1996-12-281-1/+2
* | Move PATH_LOCALE handling to setlocale.c, simplify locale path building,Andrey A. Chernov1996-11-261-10/+9
* | Revert to old version of strftime.c; the new one doesn't work right.Garrett Wollman1996-07-191-109/+77
* | Merge the recently-imported tzcode96h distribution (libc portion). TheGarrett Wollman1996-07-181-78/+110
* | General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+1
* | Removed false copyrights...Marc G. Fournier1996-05-271-3/+1