index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time
/
strftime_l.c
Age
Commit message (
Expand
)
Author
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