comparison ChangeLog @ 29945:30e31a41c05d

getdate.y: factor out common actions * lib/getdate.y (apply_relative_time, set_hhmmss): New functions. Use them in place of open-coded actions.
author Ondřej Vašík <ovasik@redhat.com>
date Fri, 27 Jun 2008 17:37:40 +0200
parents a75b9210841d
children a945eb5a83fe
comparison
equal deleted inserted replaced
29944:a75b9210841d 29945:30e31a41c05d
1 2008-07-02 Ondřej Vašík <ovasik@redhat.com>
2
3 getdate.y: factor out common actions
4 * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
5 Use them in place of open-coded actions.
6
1 2008-07-01 Simon Josefsson <simon@josefsson.org> 7 2008-07-01 Simon Josefsson <simon@josefsson.org>
2 8
3 Add self-test for getdate module. 9 Add self-test for getdate module.
4 * modules/getdate-tests: New file. 10 * modules/getdate-tests: New file.
5 * tests/test-getdate.c: New file. 11 * tests/test-getdate.c: New file.