(*features*): Remove array and array-for-each, core
authorKevin Ryde <user42@zip.com.au>
Mon, 9 Aug 2004 01:20:47 +0000 (01:20 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 9 Aug 2004 01:20:47 +0000 (01:20 +0000)
commite35275e2c01fa551d4dd57ba901532c265ae5712
treebde86f9dde31c8ca41bc97dd06f3ad9ba5529f01
parent63ce14e7764dd77da306aef2980b0a7dfcfe7d69
(*features*): Remove array and array-for-each, core
definitions are insufficient for latest slib.
(t, nil): New constants slib says are supposed to exist.
(call-with-open-ports, browse-url): New functions for latest slib.
Implementations taken from Template.scm (public domain).
(open-file): Extend core definition to accept symbols for the mode,
required by latest slib.
(delete-file): Replace core definition with version returning #t/#f as
per slib spec.
(system): Mark as #:replace to suppress override warning, use new
style "(@ (guile) system)" to call core function.
ice-9/slib.scm