From 441a25d9e7055258cd25944d36dbcbddbe8cff65 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 3 Jan 2004 21:41:31 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 10 ++++++++++ libguile/ChangeLog | 5 +++++ 2 files changed, 15 insertions(+) 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