summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-02-20 23:24:27 +0000
committerKevin Ryde <user42@zip.com.au>2004-02-20 23:24:27 +0000
commitb114eafe802de9189f627e41d9b6a5294dc84311 (patch)
tree7d13f4b4b4c45bb5df2b7647e4e42e3c365a598f
parentd675a50f53354a7586d199144cb3ec6fb6b477b0 (diff)
downloadguile-b114eafe802de9189f627e41d9b6a5294dc84311.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--libguile/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1335aac1a..ab3f92c91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-21 Kevin Ryde <user42@zip.com.au>
+
+ * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
+ HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
+ Andreas Voegele.
+
2004-02-18 Kevin Ryde <user42@zip.com.au>
* configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 68fbd2aa3..33808287c 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-21 Kevin Ryde <user42@zip.com.au>
+
+ * posix.c (scm_crypt): Use new HAVE_CRYPT.
+ (<crypt.h>): Remove HAVE_LIBCRYPT condition.
+
2004-02-20 Neil Jerram <neil@ossau.uklinux.net>
* list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around