aboutsummaryrefslogtreecommitdiff
path: root/time/strftime_l.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-05-29time: strftime_l: Avoid an unbounded alloca.Joe Simmons-Talbott
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-11Fix a few whitespace arrangement inconsistencies in time/strftime_l.cTAMUKI Shoichi
2019-01-24strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi
2019-01-24strftime: Set the default width of "%Ey" to 2 [BZ #23758]TAMUKI Shoichi
2019-01-11strftime: Consequently use the "L_" macro with character literalsTAMUKI Shoichi
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-22Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski
2018-01-22Implement alternative month names (bug 10871).Rafal Luzynski
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-06-27Fix strftime build with GCC 8.Joseph Myers
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-09-26Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-07-10Fix Wundef warning for HAVE_STRFTIMESiddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-10-30Implement Burmese language locale for Myanmar.Keith Stribley
2008-06-13[BZ #6612]cvs/fedora-glibc-20080613T1601Ulrich Drepper
2007-10-16[BZ #5184]Ulrich Drepper
2004-09-14Update.Ulrich Drepper
2004-03-14Update.Ulrich Drepper
2002-08-27* time/time.h (__strptime_l, strptime_l): Declare them.Roland McGrath