diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 414b798ce..6682f8b06 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-02-13 Marius Vollmer + + * sort.c (scm_cmp_function): Always return applyless, do not try + to be clever. + (subr2less, subr2oless, lsubrless, closureless): Removed. + 2004-02-12 Kevin Ryde * unif.c (scm_array_p): Add missing "break"s in switch, fix llvect