X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=32c762ff744b3830d48deabcc795a74f80bd70a7;hb=7a6db3dccd370c0f159669cf66b4e503d1bb8886;hp=b9076e273ed7776828bb31825942579c607bba72;hpb=5e673c40112701e37d600116ae4deda05db3d36f;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index b9076e273..32c762ff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2008-07-09 Jim Meyering + + posix-shell.m4: fix typo that made this test malfunction + * m4/posix-shell.m4: Remove capitalization in variable name. + +2008-07-08 Bruno Haible + + * m4/onceonly.m4: Update comments. + Reported by Ben Pfaff . + +2008-07-04 Jim Meyering + + * users.txt: Add vc-dwim. + (bison, coreutils): Use the gitweb URL. + +2008-07-03 Jim Meyering + + * users.txt: Add libffcall. From Sam Steingold. + +2008-07-03 Ondřej Vašík + + getdate.y: do not ignore TZ with relative day, month or year offset + * lib/getdate.y (get_date): Move the tz-handling block to follow the + relative-date-handling, since otherwise, the latter would clobber the + sole output (an updated Start value) of the tz-handling block. + * tests/test-getdate.c: Tests for the fix + +2008-07-03 Ralf Wildenhues + + Recognize 'foo_LIBRARIES += libgnu.a'. + * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a + makefile snippet has already specified an installation location, + also using '+='. + +2008-07-02 Ondřej Vašík + + getdate.y: factor out common actions + * lib/getdate.y (apply_relative_time, set_hhmmss): New functions. + Use them in place of open-coded actions. + 2008-07-01 Simon Josefsson Add self-test for getdate module.