mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
a17a869e3f
commit
b52f5697ad
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-07 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* srfi-1.scm, srfi-1.c, srfi-1.h (car+cdr, fold, last, list-index,
|
||||
list-tabulate, not-pair, xcons): Rewrite in C.
|
||||
|
||||
2005-05-04 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* srfi-1.scm, srfi-1.c, srfi-1.h (break, break!, drop-right!,
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
2005-05-07 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
|
||||
not-pair?, xcons): New tests.
|
||||
|
||||
2005-05-04 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
|
||||
ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
|
||||
New tests.
|
||||
|
||||
* tests/unif.test (make-shared-array): Add failing case shared of
|
||||
shared.
|
||||
|
||||
2005-04-30 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/numbers.test (/): Further tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue