X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2FChangeLog;h=55a3c99bbcaa934f579abb9d1631f376b9a0cfed;hb=136b57a7fdd137b610932c774d8ff9edbcfab580;hp=46273106cd9b2cd5937ae80d0e61e84c7111f890;hpb=4392fa65c8d8dce126bf6b404758a4727821c595;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 46273106c..55a3c99bb 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,67 @@ +2005-12-04 Bruno Haible + + * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix' launcher + (untested). + +2005-12-04 Bruno Haible + + * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS. + +2006-07-22 Bruno Haible + + * gettext.m4: Update from GNU gettext-0.15. + * nls.m4: Likewise. + * po.m4: Likewise. + * inttypes-pri.m4: Likewise. + * inttypes-h.m4: Renamed from inttypes.m4. + (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H. + +2006-07-17 Bruno Haible + + * gl_list.m4: New file. + +2006-07-16 Paul Eggert + + * mkancesdirs.m4: New file. + * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h. + Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed. + Require gl_FUNC_LCHOWN, since dirchownmod.c needs it. + +2006-07-11 Eric Blake + + * absolute-header.m4: Fix comments to match recent change. + +2006-07-10 Paul Eggert + + * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change + to stdint.m4. + +2006-07-10 Derek R. Price + and Paul Eggert + + * backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4: + * savedir.m4: + Ignore the obsolescent !HAVE_DIRENT_H case. Consolidate NAMLEN + macros into the GNU _D_EXACT_NAMLEN. + +2006-07-10 Paul Eggert + + * stdint.m4 (gl_STDINT_H): Like yesterday's change to + absolute-header.m4. Also, set ABSOLUTE_STDINT_H to a string + "no/such/file/stdint.h" when there is no such file, so that + the resulting C code can be parsed by dodgy compilers. + Problems reported by Bob Proulx. + +2006-07-09 Paul Eggert + + * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <> + around the absolute name, to work around a problem with the HP-UX + 11.23 native C compiler, reported by Bob Proulx. + +2006-07-09 Jim Meyering + + * glob.m4: Remove a doubled word in a comment. + 2006-07-08 Jim Meyering * link-follow.m4: Remove one of two adjacent "whether"s in a comment.