Skip to content
Snippets Groups Projects
  1. May 14, 2017
  2. May 13, 2017
  3. May 07, 2017
  4. May 06, 2017
    • Jacek Złydach's avatar
      Core CLIM2 loads on SBCL. · cd186519
      Jacek Złydach authored
      On CCL, there are still some MOP issues to sort out.
      
      - fixed filename typo in ASD
      - added cl-streams.lisp to utils in ASD
      - dropped a lot of spurious (declare (values ...))
      - also dropped some spurious (declare (arglist ....))
      - in cl-streams, replaced :lisp package designator with :cl
      - added a workaround #'compile-file-environment-p in utils/clos-patches.lisp
      - some more constants turned into defparameters
      - defgeneric*, defmethod* -> defgeneric, defmethod
      - atomic-incf fix for *generation-tick*
      - closer-mop:validate-superclass for presentation-type-class
      vs. standard-class for CCL and SBCL
      - package-prefixed MOP calls
      - FIXME dropped a (setf (class-name) ...) in clim/ptypes1.lisp
      cd186519
    • Jacek Złydach's avatar
      Made silica _almost_ compile on SBCL and CCL. · e4035386
      Jacek Złydach authored
      - added dependency on closer-mop and removed implementation-specific MOP
        calls
      - for SBCL, replaced *event-timestamp* defvar with sb-ext:defglobal and
        added a type proclamation to make atomic-incf compile
      - replaced more defconstants with defparameters
      - dropped some more invalid declarations (those in defgeneric and
        arglist in particular)
      e4035386
    • Jacek Złydach's avatar
      Making utils subsystem compile on SBCL and CCL. · 7dff0bea
      Jacek Złydach authored
      - changed defconstant to defparameter for places where constants were
        objects
      - dropped invalid declarations in defgeneric forms
      - restricted arglist declaration to just Genera
      - replaced defgeneric* and defmethod* forms with defgeneric and
        defmethod (the former were presumably because defgeneric/defmethod
        didn't handle setf functions in the past)
      7dff0bea
    • Jacek Złydach's avatar
      Changes to get utils/lisp-utilities.lisp to compile. · 12f40e99
      Jacek Złydach authored
      Compiles on CCL, *almost* compiles on SBCL.
      
      - dropped redefinition of with-standard-io-syntax
      - updated #'follow-synonym-stream and dropped compile warning
        (not relevant for target platforms)
      - commented-out weird declarations in
        - #'canonicalize-and-match-lambda-lists
        - #'simple-vector-push-extend
        - #'simple-vector-insert-element
      12f40e99
  5. May 05, 2017
  6. Aug 05, 2016
    • Craig Lanning's avatar
      Initial support for Clozure CL · a2035389
      Craig Lanning authored
      Updated appropriate #+/#- declarations to support Clozure CL.
      Used the feature "Clozure" for Clozure CL.
      Also added some initial support for SBCL.
      Added/Changed the package prefix for a few symbols.
      a2035389
  7. Aug 01, 2016
  8. Jul 11, 2016
  9. May 24, 2011
    • Kevin Layer's avatar
      The 'stream' package is no more. · 57f05907
      Kevin Layer authored
      I removed references to stream:, which should be OK since
      those symbols are in the excl: package and we use that package.
      
      This change should work on all supported versions of ACL.
      
      Change-Id: I354f252a5527ecd927642acb6f5723dc83e8c8e0
      57f05907
  10. Dec 04, 2010
  11. Aug 11, 2010
  12. Jul 21, 2010
    • Andreas Fuchs's avatar
      spr37149: Plug leak of the #\{ dispatch character. · 35ddcb2f
      Andreas Fuchs authored
      This change eval-whens out the definition of the #\{ macro character
      so that it happens only at compile time. The definition was leaked
      into customer environments, and affected the system readtable when
      loading CLIM from a clinit.cl file, which resulted in an error.
      
      Tested by building & loading the resulting clim fasls on windows &
      linux.
      35ddcb2f
  13. Oct 27, 2009
  14. Jun 29, 2009
  15. May 01, 2009
  16. Jul 22, 2008
  17. Apr 15, 2008
  18. Dec 12, 2007
  19. Dec 11, 2007
  20. Apr 17, 2007
  21. Apr 02, 2007
  22. Oct 10, 2006
  23. Dec 08, 2005
  24. Aug 03, 2005
  25. Jan 16, 2004
  26. Jan 01, 2004
  27. Dec 15, 2003
  28. Dec 12, 2003
  29. May 29, 2003
Loading