Skip to content
Snippets Groups Projects
  1. Jun 25, 2003
  2. Jun 05, 2003
    • csr21's avatar
      A different approach to the "SBCL DEFCONSTANT" problem: instead of · 128cfa08
      csr21 authored
      A different approach to the "SBCL DEFCONSTANT" problem: instead of
      sticking icky #+sbcl defconstant-eqx everywhere, concentrate the
      nastiness in an :around method for ASDF:PERFORM on CLX-SOURCE-FILE.
      This, of course, means that the sources do not build on sbcl if you
      compile and load them one by one; I can live with that.
      
      darcs-hash:20030605191822-ed5a3-3b02c39acf535f330f3313522984197a7a351ec8.gz
      128cfa08
  3. May 29, 2003
  4. Apr 03, 2003
    • csr21's avatar
      The great renaming, part II: · ea6ef481
      csr21 authored
      The great renaming, part II:
      Change old-style COMPILE LOAD EVAL to new-style :COMPILE-TOPLEVEL
      :LOAD-TOPLEVEL :EXECUTE in EVAL-WHENs.
      
      Mostly resist the temptation to reindent things.
      
      Decorate one or two places with FIXME comments.
      
      Since this brings us down to only 3 STYLE-WARNINGs, include the relevant
      (DECLARE IGNORABLE) statements to bring us down to zero.  Now only 495
      optimization notes to sort out.
      
      darcs-hash:20030403123933-ed5a3-06749f149b4bc8640110ee2b18ef8f5795baefc5.gz
      ea6ef481
    • csr21's avatar
      The great renaming, part I: · 9799acdc
      csr21 authored
      The great renaming, part I:
      For constants named by *FOO*, change the source to use +FOO+.  This
      commit was brought to you by the function dired-do-query-replace-regexp,
      the letter y, and the regular expression
      
      \*\(clx-cached-types\|replysize\|buffer-text16-size\|... \)\*
      
      darcs-hash:20030403112715-ed5a3-5cb0e20a94dd81b4d3f19db3eaab72980ba80915.gz
      9799acdc
  5. Feb 11, 2003
  6. Jan 28, 2001
    • dan's avatar
      Initial revision · 5be5d8a4
      dan authored
      darcs-hash:20010128120255-2591e-4f833fdad6b55b34676bdff3ebbca6767eabf267.gz
      5be5d8a4
Loading