diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a8fce3681..f7d4fa345 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +1999-08-20 Mikael Djurfeldt + + * sort.c (quicksort): Added condition to protect the algorithm + from crashing the interpreter if the less predicate is buggy. + 1999-08-19 Gary Houston * fports.c (fport_write): fix line-buffering mode again.