*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-06-10 22:39:33 +00:00
commit 2766715855
3 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-06-11 Kevin Ryde <user42@zip.com.au>
* api-data.texi (Miscellaneous String Operations): In string-filter
and string-delete, note result may share with input string (as allowed
by srfi spec).
2005-06-06 Kevin Ryde <user42@zip.com.au>
* api-compound.texi (Array Procedures): In array-in-bounds?,

View file

@ -1,3 +1,10 @@
2005-06-11 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_filter, scm_string_delete): For char and
charset cases, count chars kept and build a string in a second pass,
rather than using a cons cell for every char kept. Use a shared
substring when nothing removed (such sharing is allowed by the srfi).
2005-06-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
* gc.c (tag_table_to_type_alist): convert tag number to "tag %d"

View file

@ -1,3 +1,7 @@
2005-06-11 Kevin Ryde <user42@zip.com.au>
* tests/srfi-13.test (string-filter): A few more tests.
2005-06-10 Kevin Ryde <user42@zip.com.au>
* tests/unif.test (array-index-map!): Add a test failing in the