diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index d8f3afcdb..a2f53fc9e 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,13 @@ +2004-01-04 Kevin Ryde + + * srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition + and partition!, emphasise the multi-value return, note partition may + share a tail with the given list. + + * srfi-modules.texi (SRFI-1 Searching, SRFI-1 Deleting, SRFI-1 + Association Lists): Note how member, delete, delete! and assoc extend + the corresponding core functions. + 2003-11-25 Kevin Ryde * tools.texi (Macros guile-snarf recognizes): Correction to GOOPS diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 929e3d881..74bcb7d13 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-01-04 Kevin Ryde + + * numbers.c (scm_less_p): Don't convert frac to float for compares, + can give results due to rounding. + 2003-12-26 Marius Vollmer * gen-scmconfig.h.in, gen-scmconfig.c: Arrange for scm_t_intmax