1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-10 07:50:24 +02:00
guile/module
Andy Wingo 28d0871b55 defining a smob or port type no longer mucks exports of (oop goops)
* libguile/goops.c (DEFVAR): Remove this helper macro, replacing its
  uses with scm_module_define, but without scm_module_export.
  (create_basic_classes, scm_init_goops_builtins): Update callers.
  (make_class_from_template, make_class_from_symbol): Change to not
  define variables for classes.  This affects ports, struct classes, and
  smob classes.

* module/oop/goops.scm: Explicitly list our exports, so there is no more
  trickery happening in C.
  (find-subclass): Private helper to grub the class hierarchy, so we can
  define bindings for smobs, ports, etc.  Use to define the classes that
  goops.c used to define -- probably a subset, but it's better to have
  them listed.
2011-07-01 11:46:32 +02:00
..
ice-9 Merge remote-tracking branch 'origin/lexical-literals' 2011-06-30 13:48:43 +02:00
language Merge remote-tracking branch 'local-2.0/stable-2.0' 2011-06-18 01:07:20 +02:00
oop defining a smob or port type no longer mucks exports of (oop goops) 2011-07-01 11:46:32 +02:00
rnrs Fix hygiene issues with `define-record-type' 2011-06-19 21:41:39 +02:00
scripts rename guile-tools' to guild' 2011-05-31 22:01:47 +02:00
srfi fix srfi-1 map-in-order definition 2011-05-07 11:31:38 +02:00
sxml sxml->xml fix 2010-12-02 22:24:26 +01:00
system current-language really defaults to Scheme. 2011-06-17 19:57:24 +02:00
texinfo fix stexi->html double translation 2011-03-26 13:33:40 +01:00
web web server more assiduous about closing ports 2011-02-24 11:10:49 +01:00
Makefile.am rename guile-tools' to guild' 2011-05-31 22:01:47 +02:00
rnrs.scm Enhance transcoder-related functionality of `(rnrs io ports)' 2011-03-13 23:14:43 +01:00
statprof.scm add gcprof 2011-05-05 11:43:12 +02:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00