public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile objects.c
@ 2000-08-26 20:20 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 2000-08-26 20:20 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	2000-08-26 20:20:48

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* objects.c (scm_init_objects), print.c (scm_init_print), struct.c
	(scm_init_struct): First arg to scm_make_vtable_vtable should be a
	string, not a symbol.  (`make-vtable-vtable' needs to append this
	string to another string and then pass it through
	`make-struct-layout'.)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 2000-03-13 22:41 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 2000-03-13 22:41 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/13 22:41:33

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c,
	numbers.h, objects.c, ramap.c, random.c, unif.c, unif.h: Extensive
	rewrite of handling of real and complex numbers.
	(SCM_FLOATS, SCM_SINGLES): These #ifdef conditionals have been
	removed along with the support for floats.  (Float vectors are
	still supported.)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 1999-12-19 13:39 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-12-19 13:39 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	99/12/19 13:39:00

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* objects.c (scm_class_of): Bugfix: Inserted missing SCM_CDR
	setting struct table class.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 1999-08-29 19:18 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-29 19:18 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/29 19:18:35

Modified files:
	guile-core/libguile: objects.c 

Log message:
	Moved scm_memoize_method back to eval.c.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 1999-08-28 20:26 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-28 20:26 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/28 20:26:39

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* objects.c, objects.h (scm_mcache_lookup_cmethod): Moved here
	from eval.c; Support 0 arity methods.
	(scm_set_object_procedure_x): Removed scm_sym_atdispatch;
	(scm_apply_generic_env): Removed.
	Replaced slots proc0-3 with procedure.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 1999-08-23 19:10 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-23 19:10 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/23 19:10:47

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 1999-08-16  8:18 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-16  8:18 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/16 08:18:55

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* objects.c (scm_set_object_procedure_x): Disallow setting of
	procedures for pure generic functions.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile objects.c
@ 1999-08-04  4:28 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-04  4:28 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/04 04:28:08

Modified files:
	guile-core/libguile: objects.c 

Log message:
	* objects.c (scm_class_of): Use the new SCM_CLASSF_GOOPS_VALID
	flag which combines type and status info so that the class
	redefinition protocol has zero cost during normal execution.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-08-26 20:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-26 20:20 guile/guile-core/libguile objects.c mdj
  -- strict thread matches above, loose matches on Subject: below --
2000-03-13 22:41 mdj
1999-12-19 13:39 mdj
1999-08-29 19:18 mdj
1999-08-28 20:26 mdj
1999-08-23 19:10 mdj
1999-08-16  8:18 mdj
1999-08-04  4:28 mdj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).