Ondřej Vašík <[EMAIL PROTECTED]> wrote: ... > From 4c9db16207b5c76bb85b05ee5853c525372bb80a Mon Sep 17 00:00:00 2001 > From: =?utf-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= <[EMAIL PROTECTED]> > Date: Fri, 27 Jun 2008 16:32:28 +0200 > Subject: [PATCH] *lib/getdate.y: Do not ignore specified time zone when > relative offset for days/months/years is specified.
It's good to have each fix in a separate change set. Thanks. Would you please add a unit test to exercise each bug-fixing change? That should make it very clear, e.g., what effect the above change will have. Now that Simon has added tests/test-getdate.c, it should be clear how to add new unit tests. To run getdate's tests, do this: ../gnulib/gnulib-tool --with-tests --test getdate assuming you have a sibling gnulib directory.