1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-12-02 23:41:22 +00:00
parent b5461d0b1a
commit 4b563595ca

View file

@ -1,3 +1,11 @@
2006-12-03 Kevin Ryde <user42@zip.com.au>
* Makefile.am (.c.doc): Remove the "test -n" apparently attempting to
allow $AWK from the environment to override. It had syntax gremlins,
and the presence of a $(AWK) variable set by AC_PROG_AWK in the
Makefile stopped it having any effect. Use just $(AWK), which can be
overridden with "make AWK=xxx" in the usual way if desired.
2006-11-29 Ludovic Courtès <ludovic.courtes@laas.fr> 2006-11-29 Ludovic Courtès <ludovic.courtes@laas.fr>
* libguile/vectors.c (scm_vector_to_list): Fixed list * libguile/vectors.c (scm_vector_to_list): Fixed list