*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-12-14 00:23:52 +00:00
commit e120686ac0
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-12-14 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (string-any, string-every): Use a scheme wrapper around
the C code so for the final call to the predicate procedure is a tail
call, per SRFI-13 spec.
2004-12-10 Kevin Ryde <user42@zip.com.au>
* eq.c (scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings from