aboutsummaryrefslogtreecommitdiff
path: root/time/strptime_l.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-04-01Fix strptime era handling, add more strftime tests [BZ #24394]DJ Delorie1-2/+9
2019-02-22Break some lines before not after operators.Joseph Myers1-5/+5
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-22Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski1-0/+18
2018-01-22Implement alternative month names (bug 10871).Rafal Luzynski1-4/+28
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31time: Remove the internal_function attributeFlorian Weimer1-1/+0
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-16/+4
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-3/+1
2015-09-18time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]Vincent Bernat1-3/+7
2015-09-18time: in strptime(), make %z accept Z as a time zone [BZ #17886]Vincent Bernat1-2/+8
2015-08-28strptime %z: fix rounding, extend range to +/-9959 [BZ #16141]James Perkins1-9/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-07-10Fix -Wundef warning for HAVE_LOCALTIME_RSiddhesh Poyarekar1-0/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-04Allow strptime read outputs from strftime. Fixes bug 4772.Ondřej Bílka1-11/+8
2013-10-25Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka1-1/+5
2013-06-05Properly handle %W in strptimeAndreas Schwab1-2/+2
2013-04-23Consistently use ISSPACE to check for whitespaceSiddhesh Poyarekar1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-3/+3
2008-06-27Remove use of __P.Ulrich Drepper1-10/+1
2008-06-27[BZ #6657]Ulrich Drepper1-2/+1
2007-07-28[BZ #4772]Ulrich Drepper1-0/+12
2007-07-28* include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper1-197/+216
2007-07-10[BZ #4773]Ulrich Drepper1-29/+68
2007-02-09[BZ #3944]Ulrich Drepper1-3/+8
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-8/+3
2007-07-31.Jakub Jelinek1-3/+8
2005-04-27* time/strptime_l.c (__strptime_internal): Handle 'z' to setUlrich Drepper1-0/+36
2005-01-10Update.Ulrich Drepper1-1/+1
2005-01-09Update.Ulrich Drepper1-6/+8
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-50/+7
2007-07-122.5-18.1Jakub Jelinek1-7/+50
2004-08-092004-08-09 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
2004-08-08[BZ #28]Ulrich Drepper1-28/+76
2004-03-14Update.Ulrich Drepper1-3/+1049
2002-08-27* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_lRoland McGrath1-0/+22