This is the mail archive of the guile-cvs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-core/ice-9 boot-9.scm


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/05 05:06:00

Modified files:
	guile-core/ice-9: boot-9.scm 

Log message:
	GOOPS needs the observer protocol specified for the new module
	system.  Here's a simple version for the old module system:
	* boot-9.scm (module-observers, module-weak-observers,
	module-observer-id, set-module-observers!,
	set-module-observer-id!): New accessors.
	(module-type): Added slots `observers',	`weak-observers' and
	`observer-id'.
	(module-observe, module-observe-weak, module-unobserve,
	module-modified!): New procedures.
	(module-make-local-var!, module-add!, module-remove!,
	module-clear!, module-define!, module-use!): Call module-modified!.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]