* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 11 Mar 2003 19:58:14 +0000 (19:58 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 11 Mar 2003 19:58:14 +0000 (19:58 +0000)
commitc614a00b8c155b59c76c0fe1e272aa2df1f3faf5
tree6829096753b6bf4d5f9fdac06988159061e749bc
parentb0dff01890f4b07a53c138fe04512af3b5262168
* srfi-1.scm (filter, filter!): Removed.  (Now implemented in the core.)

* goops/util.scm (filter): Removed.  (Now supplied by core.)

* list.c, list.h (scm_filter, scm_filter_x): New functions.

* debugger/command-loop.scm: Prefix all commands imported from
(ice-9 debugger command-loop) with debugger:.

* boot-9.scm (resolve-interface): Process #:hide; Name custom interfaces
appropriately.
(module-use!, module-use-interfaces!): Remove existing interfaces
on the use-list based on module name rather than interface
identity so that custom interfaces truly replaces their previous
version.
ice-9/ChangeLog
ice-9/boot-9.scm
ice-9/debugger/command-loop.scm
libguile/ChangeLog
libguile/list.c
libguile/list.h
oop/ChangeLog
oop/goops/util.scm
srfi/ChangeLog
srfi/srfi-1.scm