index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time
/
strftime_l.c
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-10-30
Cleanup some recently added whitespace.
Collin Funk
2025-10-29
Annotate swtich fall-through
Adhemerval Zanella
2025-05-16
Remove <libc-tsd.h>
Florian Weimer
2025-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-05-29
time: strftime_l: Avoid an unbounded alloca.
Joe Simmons-Talbott
2023-02-07
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
Andreas Schwab
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-02-11
Fix a few whitespace arrangement inconsistencies in time/strftime_l.c
TAMUKI Shoichi
2019-01-24
strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]
TAMUKI Shoichi
2019-01-24
strftime: Set the default width of "%Ey" to 2 [BZ #23758]
TAMUKI Shoichi
2019-01-11
strftime: Consequently use the "L_" macro with character literals
TAMUKI Shoichi
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-22
Abbreviated alternative month names (%Ob) also added (bug 10871).
Rafal Luzynski
2018-01-22
Implement alternative month names (bug 10871).
Rafal Luzynski
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-06-27
Fix strftime build with GCC 8.
Joseph Myers
2017-06-20
Use locale_t, not __locale_t, throughout glibc
Zack Weinberg
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-10-20
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-19
Convert 69 more function definitions to prototype style (line wrap cases).
Joseph Myers
2015-10-16
Convert 703 function definitions to prototype style.
Joseph Myers
2015-09-26
Fix BZ #18985 -- out of range data to strftime() causes a segfault
Paul Pluzhnikov
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-07-10
Fix Wundef warning for HAVE_STRFTIME
Siddhesh Poyarekar
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
2012-01-30
Remove miscellaneous __STDC__ conditionals.
Joseph Myers
2010-01-09
Add support for XPG7 testing.
Ulrich Drepper
2009-10-30
Implement Burmese language locale for Myanmar.
Keith Stribley
2008-06-13
[BZ #6612]
cvs/fedora-glibc-20080613T1601
Ulrich Drepper
2007-10-16
[BZ #5184]
Ulrich Drepper
2004-09-14
Update.
Ulrich Drepper
2004-03-14
Update.
Ulrich Drepper
2002-08-27
* time/time.h (__strptime_l, strptime_l): Declare them.
Roland McGrath