Skip to content
Snippets Groups Projects
  1. Nov 05, 1991
  2. Jul 11, 1991
  3. May 24, 1991
  4. May 08, 1991
    • ram's avatar
      Frobbed SETF a bit more. We still always call GET-SETF-METHOD to let it do its · 2bc53d6a
      ram authored
      thing, but if the result is just a call to the inverse, then directly call the
      inverse w/o any let binding.  This makes setf inverses usable without the full
      interpreter.
      2bc53d6a
    • ram's avatar
      Changed DEFSETF and DEFINE-SETF-METHOD to call a common subfunction, · 1f9b059a
      ram authored
      %DEFINE-SETF-MACRO, which checks for any existing definition as a slot accessor
      or other setf function.
      
      Changed GET-SETF-METHOD to ignore setf macros (always global) when there is a
      local macro or function.
      
      Changed SETF to always call GET-SETF-METHOD, instead of special-casing setf
      inverses.  I was tired to keeping the duplicated code consistent.
      
      Generalized the special casing in SETF of APPLY.  We now go for the SETF
      function when called on any symbol in the Lisp package.  Now SETF of APPLY will
      work on all Common Lisp functions, instead of just two.
      1f9b059a
  5. Apr 20, 1991
    • ram's avatar
      Fixed WITH-COMPILATION-UNIT keyword to be :OVERRIDE instead of :FORCE. · de1dd52e
      ram authored
      Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global"
      compilation policy within the dynamic extent.
      	
      Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations
      conditional on pattern mathcing of the context in which the definition
      appears.  So you can compiler all external functions safe, or whatever.
      de1dd52e
  6. Feb 08, 1991
  7. Jan 31, 1991
  8. Jan 30, 1991
  9. Dec 11, 1990
  10. Nov 19, 1990
  11. Nov 18, 1990
  12. Oct 11, 1990
  13. Sep 06, 1990
  14. Aug 24, 1990
  15. May 30, 1990
  16. May 29, 1990
  17. May 23, 1990
  18. May 12, 1990
  19. Apr 16, 1990
    • ram's avatar
      Merged non-descriptor changes: · 1f2c89fb
      ram authored
       revision 1.5.2.2
       date: 90/04/09 00:00:09;  author: ram;  state: Exp;  lines added/del: 1/1
       Fixed typo.
       ----------------------------
       revision 1.5.2.1
       date: 90/03/27 13:18:14;  author: ram;  state: Exp;  lines added/del: 11/6
       Changed WITH-COMPILATION-UNIT to hack delayed unknown type warnings.
       We define a handler for PARSE-UNKNOWN-TYPE.
      1f2c89fb
  20. Apr 09, 1990
  21. Mar 27, 1990
  22. Feb 22, 1990
  23. Feb 10, 1990
  24. Feb 08, 1990
  25. Feb 06, 1990
Loading