Mercurial > emacs
diff ChangeLog @ 112306:1bd15f32eeb7
Use gnulib's mktime module.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 08 Jan 2011 20:31:19 -0800 |
parents | 9539682ee916 |
children | 474d5026a5a2 |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 08 17:20:28 2011 -0800 +++ b/ChangeLog Sat Jan 08 20:31:19 2011 -0800 @@ -1,6 +1,18 @@ 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> - Use gnulib ftoastr module. + Use gnulib's mktime module. + * Makefile.in (GNULIB_MODULES): Add mktime. + * configure.in: Remove code no longer needed, as gnulib now does it. + (AC_CHECK_FUNCS): Remove mktime. + (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove. + (__restrict): Remove, as this now gets in the way of the C99 + support for 'restrict' pulled in by the gnulib mktime module. + Code should now use 'restrict' and not '__restrict". + (mktime): Remove. + * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h, + and warn-on-use.h into the distribution. + + Use gnulib's ftoastr module. * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy. 2011-01-08 Paul Eggert <eggert@cs.ucla.edu>