From f16205ca4ce36e02fe86438efdd659931d091cc3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 5 Jun 2003 16:37:57 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ src/ChangeLog | 13 +++++++++++++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 020dbc12775..8c1d08fbe45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-05 Dave Love + + * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use + AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T. + (NLIST_STRUCT): Don't define. + 2003-06-02 Richard M. Stallman * configure.in: Revert changes of 2003-03-03 and 2003-05-24. diff --git a/src/ChangeLog b/src/ChangeLog index ade22102099..1713b57f146 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2003-06-05 Dave Love + + * mktime.c (__mktime_internal): Merge changes from gnulib + involving year 69 and dst2. + + Changes to merge with gnulib version and be consistent with the + autoconf test: + + * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H. Use + HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION. + [HAVE_LOCALE_H]: Include locale.h. + (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale. + 2003-06-05 Kim F. Storm * window.c (coordinates_in_window): Convert X and Y to window -- 2.39.2