- 30 Nov, 2009 3 commits
-
-
Pascal Costanza authored
In CLisp and LispWorks, computing the discriminating function does not need to be delayed, because their CLOS implementations already delay invocation of compute-discriminating-function themselves. Ignore-this: a4336ddd8097e64dd36fba402c8d090e darcs-hash:e1e5bc040fa4df8b6ba0ed955130257fd1d91c7d
-
Pascal Costanza authored
Improved recognition of documentation strings in method definitions, and ensured that they are recorded with the method metaobject. Ignore-this: f105012f375854bb4ff25b93ee3a16b6 darcs-hash:2a6db23275cd05d9af4f67bb13d24f539b3a54f6
-
Pascal Costanza authored
Ignore-this: 2ab109817fa449fb4b8b8652bacd1487 darcs-hash:f1b3e0310b250651c26bf5477be4c57d2e26cb50
-
- 21 Nov, 2009 1 commit
-
-
Pascal Costanza authored
Major reorganization of the code, plus support for generic function invocation protocols in Allegro Common Lisp. Ignore-this: 9be21704dcdc2ab8e47f596e5a82ff3b A major reorganization of the code became necessary, because the old structure became harder than necessary to maintain. I have now moved code that is similar across many Common Lisp implementations into a shared source code file, and leave only small parts to implementation-dependent source code files. The setup of packages is combined into one file, and all relevant symbols are now exported from the packages, including symbols that may not have any definitions in some Common Lisp implementations. To further simplify things, I have moved source code from subfolders into the main folder, to avoid hierarchy creep. Finally, Allegro Common Lisp now also supports the full generic function invocation protocols. darcs-hash:4b756a79272aa1381988469961dd04652b9f712b
-