summaryrefslogtreecommitdiff
path: root/time/strptime_l.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-09-18time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]Vincent Bernat
2015-09-18time: in strptime(), make %z accept Z as a time zone [BZ #17886]Vincent Bernat
2015-08-28strptime %z: fix rounding, extend range to +/-9959 [BZ #16141]James Perkins
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-07-10Fix -Wundef warning for HAVE_LOCALTIME_RSiddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-04Allow strptime read outputs from strftime. Fixes bug 4772.Ondřej Bílka
2013-10-25Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka
2013-06-05Properly handle %W in strptimeAndreas Schwab
2013-04-23Consistently use ISSPACE to check for whitespaceSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-04-22Remove doubled words.Jim Meyering
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2008-06-27Remove use of __P.Ulrich Drepper
2008-06-27[BZ #6657]Ulrich Drepper
2007-07-28[BZ #4772]Ulrich Drepper
2007-07-28* include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper
2007-07-10[BZ #4773]Ulrich Drepper
2007-02-09[BZ #3944]Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2005-04-27* time/strptime_l.c (__strptime_internal): Handle 'z' to setUlrich Drepper
2005-01-10Update.Ulrich Drepper
2005-01-09Update.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-08-092004-08-09 Roland McGrath <roland@redhat.com>Roland McGrath
2004-08-08[BZ #28]Ulrich Drepper
2004-03-14Update.Ulrich Drepper
2002-08-27* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_lRoland McGrath