From 6ce2f15af12509dc4840d59ea0bcb0e5f648dcbb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 21 Aug 2001 15:38:48 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10512 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/ChangeLog | 24 ++++++++++++++++++++++++ lib/roken/ChangeLog | 9 +++++++++ 2 files changed, 33 insertions(+) diff --git a/cf/ChangeLog b/cf/ChangeLog index 6121ef0b9..d6e11158a 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,10 @@ +2001-08-21 Assar Westerlund + + * roken-frag.m4: remove all winsock.h + for now, it does more harm than good under cygwin and if it should be + used, the correct conditional needs to be found + from + 2001-08-17 Johan Danielsson * krb-ipv6.m4: add test for non-existant in6addr_loopback in AIX @@ -10,6 +17,23 @@ * broken-getaddrinfo.m4: test for getaddrinfo's that doesn't like numeric services +2001-08-08 Assar Westerlund + + * db.m4: do a separate test for gdbm/ndbm.h and -lgdbm + +2001-08-05 Assar Westerlund + + * db.m4: ac_cv_funclib_\func can be yes + * db.m4: use AC_FIND_FUNC_NO_LIBS to test in libc + anset cache variables after first attempt at finding dbm_firstkey (how + should this be done?) + * db.m4: do not test for ndbm library when ndbm-db was found in libc + * db.m4: test for ndbm-compatability with db + * db.m4: add forgotten AC_SUBST + * db.m4: first steps towards a new db test + + * roken-frag.m4: remove header files checked by rk_db + 2001-08-05 Assar Westerlund * roken-frag.m4: remove header files checked by rk_db diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 84d88357c..7ba989e7d 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,12 @@ +2001-08-21 Assar Westerlund + + * glob.c: provide a fallback for ARG_MAX. from + + * roken.h.in: remove all winsock.h + for now, it does more harm than good under cygwin and if it should be + used, the correct conditional needs to be found + from + 2001-08-17 Johan Danielsson * getaddrinfo.c: include a definition of in6addr_loopback if it