Skip to content
  1. Feb 17, 2013
  2. Jan 20, 2010
  3. Dec 04, 2009
  4. Nov 21, 2009
    • Pascal Costanza's avatar
      Major reorganization of the code, plus support for generic function invocation... · 489aba97
      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
      489aba97
  5. Nov 17, 2009
    • Pascal Costanza's avatar
      Separated code strictly into folders per implementation, and cleaned up the code. · 198ec387
      Pascal Costanza authored
      Ignore-this: 8505094d361aee4763045939771f8cfa
      
      Originally, when I started Closer to MOP, I expected implementations that stem from the same original implementations to have similar issues with regard to CLOS MOP compatibility. So specifically, I packaged the code for CMUCL and SBCL into one folder, and that for MCL, OpenMCL and Clozure Common Lisp into one folder. It turned out that the incompatibilites are not at all similar, and that this created more problems than it solved. So I now decided to keep implementations strictly separated, to make my life easier in the future.
      
      darcs-hash:b18e457aea79fad11fed31cb4d2e94af211cc4ef
      198ec387
  6. Nov 14, 2009
  7. Nov 29, 2008
  8. Jun 01, 2008
  9. Apr 05, 2008
  10. Feb 23, 2008
  11. Apr 21, 2007
  12. Dec 28, 2006
  13. Aug 26, 2006
  14. Aug 21, 2006
  15. May 01, 2006
  16. Mar 01, 2006
  17. Feb 24, 2006
  18. Feb 16, 2006
  19. Dec 16, 2005
  20. Dec 20, 2005
  21. Aug 02, 2005