1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/oop
Mikael Djurfeldt c614a00b8c * 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.
2003-03-11 19:58:14 +00:00
..
goops * srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.) 2003-03-11 19:58:14 +00:00
.cvsignore .cvsignore 2000-12-07 00:40:31 +00:00
ChangeLog * srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.) 2003-03-11 19:58:14 +00:00
goops.scm Indentation 2003-03-11 19:55:00 +00:00
Makefile.am * Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION. 2002-12-09 00:43:51 +00:00