1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-04-22 23:51:45 +00:00
parent a7e252d5ef
commit dc1e26b0b2
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-04-23 Kevin Ryde <user42@zip.com.au>
* api-data.texi (Regexp Functions): Add list-matches and fold-matches.
* data-rep.texi (Subrs): Note that subr must not modify its rest list.
2005-04-19 Kevin Ryde <user42@zip.com.au>
* api-data.texi (Regexp Functions): Clarity flags parameter.

View file

@ -1,3 +1,9 @@
2005-04-23 Kevin Ryde <user42@zip.com.au>
* tests/hash.test (hashx-remove!): New tests.
* tests/list.test (list, cons*): New tests.
2005-04-14 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (1+, 1-): New tests.