1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 06:20:30 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-01-03 21:41:31 +00:00
parent a5f0b59988
commit 441a25d9e7
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2004-01-04 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au> 2003-11-25 Kevin Ryde <user42@zip.com.au>
* tools.texi (Macros guile-snarf recognizes): Correction to GOOPS * tools.texi (Macros guile-snarf recognizes): Correction to GOOPS

View file

@ -1,3 +1,8 @@
2004-01-04 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_less_p): Don't convert frac to float for compares,
can give results due to rounding.
2003-12-26 Marius Vollmer <mvo@zagadka.de> 2003-12-26 Marius Vollmer <mvo@zagadka.de>
* gen-scmconfig.h.in, gen-scmconfig.c: Arrange for scm_t_intmax * gen-scmconfig.h.in, gen-scmconfig.c: Arrange for scm_t_intmax