(hashset-index): Renumbered, since the vcell slot of structs has been
[bpt/guile.git] / oop / ChangeLog
CommitLineData
f3a51787
MG
12001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * goops/util.scm: Updated copyright notice.
4
8d4ab692
MG
52001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
6
7 * goops/save.scm: Use `re-export' instead of `export' when
8 re-exporting `make-unbound'.
9
feeedafb
MV
102001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
11
12 * goops.scm: Use `re-export' instead of `export' when re-exporting
13 `class-of'.
14
7c628196
MV
152001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
16
17 * goops.scm: Call `%init-goops-builtins' instead of using the
18 `(oop goops goopscore)' module.
19
f3f9dcbc
MV
202001-05-10 Marius Vollmer <mvo@zagadka.ping.de>
21
22 * goops/compile.scm (compile-method): Insert comment that
23 `procedure-source' can not be guaranteed to be reliable or
24 efficient.
25
c10ecc4c
MV
262001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
27
28 * goops.scm (initialize-object-procedure): Use
29 `valid-object-procedure?' instead of explicit tag magic.
30 (object-procedure-tags): Removed.
31
32 * goops/util.scm (top-level-env): Use `current-module' instead of
33 the deprecated *top-level-lookup-closure*.
34
c90fcdf6
RB
352001-04-28 Rob Browning <rlb@cs.utexas.edu>
36
37 * goops/save.scm (write-readably): rename list* to cons*.
38
39 * goops.scm (method): rename list* to cons*.
40
b592004c
MD
412001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
42
43 * goops/Makefile.am, goops/goopscore.scm: Reverted changes of
44 2001-04-03, 2001-03-09.
45
a0826166
KN
462001-04-03 Keisuke Nishida <kxn30@po.cwru.edu>
47
48 * goops/Makefile.am (goops_sources): Include goopscore.scm.
49 Thanks to Dale P. Smith.
50
a255cf13
KN
512001-03-29 Keisuke Nishida <kxn30@po.cwru.edu>
52
53 * goops/goopscore.scm: New file.
54
71d540f7
MD
552001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
56
57 * goops.scm (define-method): Only accept new syntax.
58
59 * Makefile.am: Added old-define-method.scm.
60
61 * goops/old-define-method.scm: New file.
62
63 * goops.scm, goops/save.scm, goops/composite-slot.scm,
64 goops/active-slot.scm: Use new method syntax.
65
cc6c7fee
MD
662001-03-04 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
67
b432fb4b
MD
68 * goops/compile.scm (compile-method): Tag method closure for body
69 expansion.
70
cc6c7fee
MD
71 * goops.scm (change-object-class): Quote empty list constants.
72 (method): Reverted previous change (enclosing body);
73 Quote empty list.
b432fb4b
MD
74 (initialize <method>): Supply `dummy-procedure' as default instead
75 of creating a new closure.
cc6c7fee 76
b432fb4b
MD
77 * goops/internal.scm: Re-export (oop goops) without copying
78 bindings.
79
19b6a58d
KN
802001-02-23 Keisuke Nishida <kxn30@po.cwru.edu>
81
82 * goops.scm (method): Enclosed BODY by `(let () ...)'.
83 This allows local defines at the beginning of methods.
84
3b505adf
DH
852000-12-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
86
87 * goops/save.scm (load-objects): eval-in-module is deprecated.
88 Use eval instead.
89
ca83b028
DH
902000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
91
92 * goops.scm: Don't export removed %logand any more.
93
94 * goops/dispatch.scm (cache-try-hash!): Use logand instead of
95 %logand.
96
b100f5ee
MD
972000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
98
99 * goops.scm (internal-add-method!): Set n-specialized of a generic
100 function to the number of specializers regardless if it has rest
101 args or not.
102
103 * goops/dispatch.scm (method-cache-install!): Use n-specialized +
104 1 args for type matching. (Thanks to Lars J. Aas.)
105
14f1d9fe
MD
1062000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
107
108 * goops.scm (goops-error): Removed use of oldfmt.
109