about summary refs log tree commit diff
path: root/time/strptime_l.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab2023-02-071-1/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Fix strptime era handling, add more strftime tests [BZ #24394]DJ Delorie2019-04-011-2/+9
* Break some lines before not after operators.Joseph Myers2019-02-221-5/+5
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski2018-01-221-0/+18
* Implement alternative month names (bug 10871).Rafal Luzynski2018-01-221-4/+28
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* time: Remove the internal_function attributeFlorian Weimer2017-08-311-1/+0
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-16/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-3/+1
* time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]Vincent Bernat2015-09-181-3/+7
* time: in strptime(), make %z accept Z as a time zone [BZ #17886]Vincent Bernat2015-09-181-2/+8
* strptime %z: fix rounding, extend range to +/-9959 [BZ #16141]James Perkins2015-08-281-9/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix -Wundef warning for HAVE_LOCALTIME_RSiddhesh Poyarekar2014-07-101-0/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Allow strptime read outputs from strftime. Fixes bug 4772.Ondřej Bílka2013-12-041-11/+8
* Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka2013-10-251-1/+5
* Properly handle %W in strptimeAndreas Schwab2013-06-051-2/+2
* Consistently use ISSPACE to check for whitespaceSiddhesh Poyarekar2013-04-231-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove doubled words.Jim Meyering2011-04-221-2/+2
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-3/+3
* Remove use of __P.Ulrich Drepper2008-06-271-10/+1
* [BZ #6657]Ulrich Drepper2008-06-271-2/+1
* [BZ #4772]Ulrich Drepper2007-07-281-0/+12
* * include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper2007-07-281-197/+216
* [BZ #4773]Ulrich Drepper2007-07-101-29/+68
* [BZ #3944]Ulrich Drepper2007-02-091-3/+8
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-8/+3
* .Jakub Jelinek2007-07-311-3/+8
* * time/strptime_l.c (__strptime_internal): Handle 'z' to setUlrich Drepper2005-04-271-0/+36
* Update.Ulrich Drepper2005-01-101-1/+1
* Update.Ulrich Drepper2005-01-091-6/+8
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-50/+7
* 2.5-18.1Jakub Jelinek2007-07-121-7/+50
* 2004-08-09 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-091-0/+1
* [BZ #28]Ulrich Drepper2004-08-081-28/+76
* Update.Ulrich Drepper2004-03-141-3/+1049