diff --git a/ChangeLog b/ChangeLog index 36f784ea0..28a94b538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-13 Rob Browning + + * configure.in (have_libc_stack_end): fix check. + Patch by Matthias Koeppe + 2003-06-10 Marius Vollmer * configure.in (HAVE_LIBC_STACK_END): New check, to be used in diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 3152a6aa4..f72c37d60 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2004-01-13 Rob Browning + + * format.scm (format:out-substr): Update the column counter + correctly. This fixes the behavior of ~T (tabbing) after ~F, for + instance. + Patch by Matthias Koeppe . + 2004-01-11 Kevin Ryde * slib.scm (system): New function, giving an exit code return in diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a6c16f1df..c3410f9c4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-01-13 Rob Browning + + * Makefile.am + (numbers.lo): remove -Werror for now since gcc 3.3 will choke. + (eval.lo): remove -Werror for now since gcc 3.3 will choke. + 2004-01-10 Marius Vollmer * guile-snarf.in: Use mktemp to create a truely unique temporary