- 17 Nov, 2005 1 commit
-
-
Pascal Costanza authored
Rewired slot access protocol for slot-boundp-using-class and slot-makunbound-using-class in Allegro. darcs-hash:2a2e5386869e5788124740a6796aa8d93fe88a07
-
- 05 Nov, 2005 1 commit
-
-
Pascal Costanza authored
See MOP Feature Tests for more details. darcs-hash:42c062a8ce5e51a74d47911cbf0aed17761f25d3
-
- 03 Nov, 2005 1 commit
-
-
Pascal Costanza authored
darcs-hash:bc5ad826d6d0c656f1e9f7af023c238ad5a5fade
-
- 29 Oct, 2005 3 commits
-
-
Pascal Costanza authored
darcs-hash:98657977f7a5a7dc1dce7fc2b536413116b1e9cb
-
Pascal Costanza authored
darcs-hash:65351c2ca451aceaa696ac89c9c8223199afae00
-
Pascal Costanza authored
darcs-hash:b4be9c6147a26c1e9767e9951f49aee2c898655b
-
- 10 Sep, 2005 3 commits
-
-
Pascal Costanza authored
The defmethod macro in LispWorks (i.e., the new definition in closer-mop) now checks whether only the default methods for make-method-lambda are applicable. If so, defmethod expands into an equivalent cl:defmethod form. This is a workaround to make keyword argument checking for standard generic functions work. darcs-hash:c6296b87c9e0e39bf7e938444dbd278fbba606c3
-
Pascal Costanza authored
darcs-hash:6311e556632ec0e01cc952b75171e77536716c0c
-
Pascal Costanza authored
darcs-hash:87b02abfabbf534e03e82a45a96521a1d7c7a3b2
-
- 04 Sep, 2005 1 commit
-
-
Pascal Costanza authored
darcs-hash:914880d9d7054a58ddf886f661065a9352df6e08
-
- 16 Aug, 2005 2 commits
-
-
Pascal Costanza authored
The previous patch was partially incorrect. LispWorks and MCL don't need the change of the direct superclasses in primary methods on initialize-instance / reinitialize-instance. I have rearranged that part of the code back to what it was before. darcs-hash:e3829cce37824704fb39f3cafdc3c6a92f2d3cf3
-
Pascal Costanza authored
The correction of lists of direct superclasses was done at the wrong place (in :around methods on initialize-instance and reinitialize-instance). The MOP specification doesn't allow to define primary methods for initialize-instance and reinitialize-instance, but these are the only places where those lists can be corrected in a reasonable way. This affects LispWorks and MCL. Further changes: - The typep implementation for MCL was incorrect. - reinitialize-instance for standard-class could be simplified. - reinitialize-instance for standard-generic-function could be simplified. darcs-hash:c8e542ff6d11161f8c50c8595710590711c6732b
-
- 02 Aug, 2005 1 commit
-
-
Pascal Costanza authored
darcs-hash:e268d42f1d0bfb9c7ef64135393a2f63b243ed54
-