comparison ChangeLog @ 112308:474d5026a5a2

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 22:57:07 -0800
parents 1bd15f32eeb7
children e838cdd68eae
comparison
equal deleted inserted replaced
112307:161cf5d0fd8b 112308:474d5026a5a2
1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> 1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Regenerate.
4 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
6 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
7 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
8 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
9 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
10 * m4/wchar_t.m4, warn-on-use.h:
11 New files, copied from gnulib by gnulib-tool.
12 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
13 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
14 Regenerate.
2 15
3 Use gnulib's mktime module. 16 Use gnulib's mktime module.
4 * Makefile.in (GNULIB_MODULES): Add mktime. 17 * Makefile.in (GNULIB_MODULES): Add mktime.
5 * configure.in: Remove code no longer needed, as gnulib now does it. 18 * configure.in: Remove code no longer needed, as gnulib now does it.
6 (AC_CHECK_FUNCS): Remove mktime. 19 (AC_CHECK_FUNCS): Remove mktime.
9 support for 'restrict' pulled in by the gnulib mktime module. 22 support for 'restrict' pulled in by the gnulib mktime module.
10 Code should now use 'restrict' and not '__restrict". 23 Code should now use 'restrict' and not '__restrict".
11 (mktime): Remove. 24 (mktime): Remove.
12 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h, 25 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
13 and warn-on-use.h into the distribution. 26 and warn-on-use.h into the distribution.
27
28 Regenerate.
29 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
30 * lib/ldtoastr.c, m4/c-strtod.m4:
31 New files, copied from gnulib by gnulib-tool.
32 * lib/dummy.c: Remove.
33 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
34 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
35 Regenerate.
14 36
15 Use gnulib's ftoastr module. 37 Use gnulib's ftoastr module.
16 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy. 38 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
17 39
18 2011-01-08 Paul Eggert <eggert@cs.ucla.edu> 40 2011-01-08 Paul Eggert <eggert@cs.ucla.edu>