summaryrefslogtreecommitdiff
path: root/lib/parse-datetime.y
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant definitions of _GL_ATTRIBUTE_FORMAT.Bruno Haible2020-05-091-12/+0
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Update some URLsPaul Eggert2019-09-221-1/+1
* parse-datetime: fix 'T' military timezone handlingAssaf Gordon2019-08-101-2/+2
* parse-datetime: fix military timezone lettersPaul Eggert2019-08-091-23/+26
* parse-datetime: avoid "%pure-parser" deprecation warning from Bison 3.4Bernhard Voelker2019-07-191-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* parse-datetime: simplify test for mktime failurePaul Eggert2018-11-031-17/+12
* Continue to use spaces for indentation, not tabs.Bruno Haible2018-06-251-2/+2
* parse-datetime: accommodate gcc-4.8.5Jim Meyering2018-06-241-1/+1
* parse-datetime.y: avoid spurious GCC 9 warningJim Meyering2018-06-241-1/+6
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* parse-datetime, posixtm: avoid uninit accessPaul Eggert2017-09-251-2/+14
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* parse-datetime: fix uninit var bugPaul Eggert2017-07-061-1/+1
* parse-datetime: Fix memleakTim Rühsen2017-05-171-1/+1
* parse-datetime: make it standalonePaul Eggert2017-04-251-0/+13
* parse-datetime: fix %z and prefer signed intPaul Eggert2017-04-221-30/+30
* parse-datetime: overflow and debug cleanupsPaul Eggert2017-04-221-668/+639
* parse-datetime: handle timezones reentrantlyPaul Eggert2017-01-201-118/+110
* maint: time stamp -> timestampPaul Eggert2017-01-091-8/+8
* parse-datetime: fix debug message on lone year numberAssaf Gordon2017-01-051-1/+18
* parse-datetime: fix local timezone debug messagesAssaf Gordon2017-01-051-14/+40
* parse-datetime: add debug warning about DST changesAssaf Gordon2017-01-051-8/+54
* parse-datetime: add debug warning about date arithmeticAssaf Gordon2017-01-051-2/+26
* parse-datetime: fix debug message of relative part after timezoneAssaf Gordon2017-01-051-2/+6
* parse-datetime: fix incorrect debug message on lone numberAssaf Gordon2017-01-051-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* intprops: new macro TYPE_WIDTHPaul Eggert2016-09-131-2/+1
* parse-datetime: restrict debug output to input stringPádraig Brady2016-09-081-1/+10
* parse-datetime: Fix typo.Simon Josefsson2016-08-311-1/+1
* parse-datetime: improve debug implementationAssaf Gordon2016-08-191-159/+173
* parse-datetime: add optional debug printingAssaf Gordon2016-08-091-20/+695
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* parse-datetime: avoid a compiler warning with byaccTim Rühsen2014-12-141-1/+1
* parse-datetime: Avoid signed/unsigned comparison warningMats Erik Andersson2014-08-301-1/+1
* parse-datetime: fix crash or infloop in TZ="" parsingPádraig Brady2014-02-271-2/+5
* maint: update copyrightEric Blake2014-01-011-1/+1
* parse-datetime, tests: don't use "string" + intPaul Eggert2013-05-181-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* parse-datetime, parse-duration: no 'static inline'Paul Eggert2012-11-291-1/+1
* parse-datetime: fix failure to diagnose invalid inputJim Meyering2012-07-041-1/+7
* maint: spelling fixesPaul Eggert2012-02-051-2/+2
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* mark functions with const and pure attributesJim Meyering2011-11-281-1/+1
* date: accept 'hence' as opposite of 'ago'Eric Blake2011-09-191-3/+5
* maint: indent with spaces, not TABsJim Meyering2011-08-311-1/+1
* parse-datetime: accept ISO 8601 date and time rep with "T" separatorJ.T. Conklin2011-08-311-30/+65