summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strftime.c
AgeCommit message (Expand)Author
2025-05-21SPDX: Tag BSD-4.3TAHOEAlexander Ziaee
2024-02-13Update tzcode to 2024a.Dag-Erling Smørgrav
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-10Bring our tzcode up to date.Dag-Erling Smørgrav
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2014-07-26strftime() xlocale cleanups.Pedro F. Giffuni
2014-06-18stdtime: style(9) fixes.Pedro F. Giffuni
2012-06-17libc: Reduce relative relocations in strftime().Jilles Tjoelker
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2009-06-09Spacing fixes. No actual change.Xin LI
2009-05-23MFV of tzcode2009e:Edwin Groothuis
2008-10-30Pass a pointer to warn2 so the warn2 == IN_ALL would not be anXin LI
2008-09-27Flatten the dist tree of vendor/tzcodeEdwin Groothuis
2004-11-04Add glibc-style strftime(3) padding specifiers, namely, -(no padding),Xin LI
2004-06-14Merge changes from the tzcode2004a import. Wherever possible I tried to bringStefan Farfeleder
2004-06-14Import tzcode2004a.Stefan Farfeleder
2004-06-13Remove a stale reference to %Ef and %EF from a comment.Stefan Farfeleder
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-14 - Add the 'restrict' qualifier to the function definition ofRobert Drehmel
2002-05-28Remove use of __P() (actually P()) from code now that it's no longerAlfred Perlstein
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2001-03-21Get rid of non-standard %E[Ff] formats, userland apps already fixedAndrey A. Chernov
2001-03-18Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatAndrey A. Chernov
2001-03-02Implement ampm_fmt (%r) per POSIXAndrey A. Chernov
2001-02-18Back out snprintf -> sprintf change until I have time to look at it.Kris Kennaway
2001-02-08Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov
2001-02-08Catch up to latest chanage in timelocal structures exporting.Alexey Zelkin
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-11-26sprintf -> snprintfKris Kennaway
2000-10-26Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtAndrey A. Chernov
2000-01-28There were so far only 42 different conversion specifications inJoerg Wunsch
1999-11-30%Ex -> %Ef to not conflict with POSIXAndrey A. Chernov
1999-11-30Add %Ex extension to determine "%e %b" or "%b %e" orderAndrey A. Chernov
1999-09-11Implement new format specifier for strftime: %OB, alternative nationalDmitrij Tejblum
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-06-30Fixed printf format errors. Don't assume so many things about time_t.Bruce Evans
1997-10-03Merged in better support of ISO 8601 from elsie.nci.nih.gov.Wolfgang Helbig
1997-08-09Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-02-07Include "setlocale.h" for _PathLocale like other parts already didAndrey A. Chernov
1997-02-05Update the comment why range checking is not neededAndrey A. Chernov
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-28Add comment that range checking is already done at upper levelAndrey A. Chernov
1996-11-26Move PATH_LOCALE handling to setlocale.c, simplify locale path building,Andrey A. Chernov
1996-07-19Revert to old version of strftime.c; the new one doesn't work right.Garrett Wollman
1996-07-18Merge the recently-imported tzcode96h distribution (libc portion). TheGarrett Wollman