- 17 Feb, 2013 1 commit
-
-
Pascal Costanza authored
Ignore-this: 5fc582c80296bcf9e9453ea8405bfa8d darcs-hash:d87a782e65902dd1984e30e767ce533ff9f64390
-
- 09 Dec, 2012 1 commit
-
-
Pascal Costanza authored
Ignore-this: ca11b0358015cfd046cf0a44a359ed25 darcs-hash:5592e88d4c6284f79974d99677b8f64e7241ced6
-
- 31 Dec, 2010 1 commit
-
-
Pascal Costanza authored
Ignore-this: f3ce43668088338a99bd66c12bb4c405 darcs-hash:f11c5f5772259e41c238bf26078c89817a890c7e
-
- 02 Feb, 2010 1 commit
-
-
Pascal Costanza authored
Ignore-this: bdb877b84b8b53d0da7c781833813219 darcs-hash:6eaf63cedfed2bc4c5bc15878e625fb5176a7b20
-
- 14 Dec, 2009 1 commit
-
-
Pascal Costanza authored
Ignore-this: f241532f702e725b26cc04ac064c7f9 darcs-hash:3cd020e09e90c48672ac46c751e93961e559fda9
-
- 30 Nov, 2009 4 commits
-
-
Pascal Costanza authored
Ignore-this: 6ed8396d02b5c12010d6251d3bccbc87 darcs-hash:21cf55a1379b09c4ddd0a338404b8414a30d3cd3
-
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
-