X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=32c762ff744b3830d48deabcc795a74f80bd70a7;hb=7a6db3dccd370c0f159669cf66b4e503d1bb8886;hp=b5d4f057196847c09aa075aff64da1ad3ef53656;hpb=09b438a1efb382779e2028dd0fb30cdb0b745c81;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index b5d4f0571..32c762ff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +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