summaryrefslogtreecommitdiff
path: root/lib/parse-datetime.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse-datetime.y: accommodate -Wstrict-overflowJim Meyering2011-05-291-1/+1
* Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"Jim Meyering2011-04-251-9/+1
* use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PUREJim Meyering2011-04-251-1/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* parse-datetime: avoid compilation failure on OpenBSD 4.7Jim Meyering2010-10-071-0/+8
* parse-datetime: do some more renamingPaul Eggert2010-10-051-2/+2
* parse-datetime: better name than get_dateEric Blake2010-10-051-0/+1573