summaryrefslogtreecommitdiff
path: root/tests/test-getdate.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor common macros used in tests.Bruno Haible2009-12-241-13/+1
* Include header file being tested immediately after config.h.Bruno Haible2009-12-241-2/+2
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-30/+30
* tests: avoid several compiler warningsEric Blake2009-10-221-2/+2
* tests: tighten some getdate testsJim Meyering2009-05-031-12/+10
* getdate: correctly interpret "next monday" when run on a MondayGiuseppe Scrivano2009-05-031-0/+54
* getdate-test: Use progname module.Simon Josefsson2009-01-191-1/+5
* tests: silence some gcc warningsEric Blake2008-12-051-1/+1
* tests: avoid some compiler warningsSimon Josefsson2008-09-301-1/+0
* getdate.y: disallow countable dayshifts like "4 yesterday ago"Ondřej Vašík2008-09-291-0/+48
* getdate.y: reject an out-of-range timezone valueOndřej Vašík2008-09-041-0/+62
* getdate.y: do not ignore TZ with relative day, month or year offsetOndřej Vašík2008-07-031-0/+13
* Add self-test for getdate module.Simon Josefsson2008-07-011-0/+89