diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ce5334fe7..ea69834df 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2004-05-02 Kevin Ryde + + * Makefile.am (version.h): Change $^ to $(srcdir)/version.h.in, since + $^ is apparently not available on AIX 5.1. Reported by Keith Crane. + + * list.c (varargs.h): Remove, leave just stdarg.h which is all the + code has support for. Fixes building with AIX cc, which is ansi but + doesn't define __STDC__. Reported by Keith Crane. + (var_start): Remove macro, this variation no longer required. + (scm_list_n): Use va_start directly. + 2004-04-28 Kevin Ryde * numbers.c (scm_floor, scm_ceiling, scm_truncate_number,