X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=8c88821baac59fad94b0e321ba519596d3b17682;hb=395cc914b59ca1fdefeadf3b63f45d1c48ee2b50;hp=38e5cf744e6f2bab0ed3918c48083e3bdf2ea8be;hpb=fcb55c13dc7d3cc90645ccf7003aa309d1d4bdfb;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 38e5cf744..8c88821ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2011-06-16 Bruno Haible + + crypto/gc-arcfour: Fix recent regression. + * modules/crypto/gc-arcfour (Files): Remove m4/arcfour.m4. + (configure.ac): Invoke AC_LIBOBJ here. + * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Don't invoke gl_ARCFOUR. + Reported by Tom G. Christensen . + +2011-06-16 Paul Eggert + + * m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite. + After the 2011-05-21 change, this macro requires + gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not + AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. + +2011-06-16 Bruno Haible + + fprintftime: Move AC_LIBOBJ invocations to module description. + * m4/fprintftime.m4: Remove file. + * modules/fprintftime (Files): Remove m4/fprintftime.m4. + (configure.ac): Remove gl_FPRINTFTIME call. + (Makefile.am): Augment lib_SOURCES. + Reported by Jim Meyering. + +2011-06-16 Bruno Haible + + tmpfile-safer: Finish 2011-05-23 commit. + * m4/stdio-safer.m4: Really remove file. + Reported by Jim Meyering. + +2011-06-16 Bruno Haible + + syntax-check: Fix typo. + * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not + printf-posix.m4. + Reported by Jim Meyering. + +2011-06-13 Jim Meyering + + syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy + * Makefile (sc_prohibit_AC_LIBOBJ_in_m4): New rule. + +2011-05-23 Bruno Haible + + yesno: Move AC_LIBOBJ invocations to module description. + * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation. + * modules/yesno (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xstrtol: Move AC_LIBOBJ invocations to module description. + * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations. + * modules/xstrtol (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xstrtold: Move AC_LIBOBJ invocations to module description. + * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. + * modules/xstrtold (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xstrtod: Move AC_LIBOBJ invocations to module description. + * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation. + * modules/xstrtod (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xnanosleep: Move AC_LIBOBJ invocations to module description. + * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation. + * modules/xnanosleep (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xgetcwd: Move AC_LIBOBJ invocations to module description. + * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation. + * modules/xgetcwd (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + xalloc: Move AC_LIBOBJ invocations to module description. + * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. + * modules/xalloc (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + write-any-file: Move AC_LIBOBJ invocations to module description. + * m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ + invocation. + * modules/write-any-file (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + utimens: Move AC_LIBOBJ invocations to module description. + * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation. + * modules/utimens (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + utimecmp: Move AC_LIBOBJ invocations to module description. + * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation. + * modules/utimecmp (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + userspec: Move AC_LIBOBJ invocations to module description. + * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation. + * modules/userspec (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + unlinkdir: Move AC_LIBOBJ invocations to module description. + * m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation. + * modules/unlinkdir (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + unistd-safer: Move AC_LIBOBJ invocations to module description. + * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations. + * modules/unistd-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + + tempname: Move AC_LIBOBJ invocations to module description. + * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation. + * modules/tempname (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible strftime: Move AC_LIBOBJ invocations to module description.