Skip to content
Snippets Groups Projects
  1. Apr 07, 2001
    • pw's avatar
      Freom Pierre Mai: · d11e3bc3
      pw authored
      Allow duplicate keyword arguments in macro calls and destructuring-bind
      to be ANSI compliant. Offending clause in VALIDATE-KEYWORD is commented
      out in case anyone needs to revive the old behaviour.
      d11e3bc3
  2. Mar 04, 2001
  3. Oct 16, 2000
  4. Sep 14, 2000
  5. Jan 17, 2000
  6. Dec 04, 1999
  7. Sep 26, 1998
  8. Apr 10, 1998
  9. Jan 16, 1998
  10. Jan 04, 1998
    • dtc's avatar
      Define a new function process-wait-until-fd-usable; similar to · 9e78a0f2
      dtc authored
      sys:wait-until-fd-usable but uses process-wait so avoids blocking if
      there are other runnable processes.
      
      Redefine the sleep function to use process-wait-with-timeout to avoid
      blocking if there are other runnable processes.
      9e78a0f2
  11. Nov 21, 1997
  12. Nov 18, 1997
  13. Nov 04, 1997
    • dtc's avatar
      Merge in changes to the x86 backend from the gencgc branch, allowing · 725ab9ee
      dtc authored
      common binaries to be run on both:
      
      * The immediate-stack storage class has been removed, this is
      unnecessary as the descriptor-stack SC can be used. It may have once
      been part of some GC stragety to reduce the number of stack slots that
      needed to be noted for a GC.
      
      * The object allocation has been abstracted and cleaned up. This
      should produce slightly faster smaller code with CGC, and can be
      compiled to support inline allocation with GENCGC.  CGC compiled code
      will run under GENCGC, and GENCGC binaries that don't use inline
      allocation will run under CGC.
      
      * A random hash is now placed in the unused symbol object slot (the
      symbol-hash slot). This saves flushing the info cache at each GC, and
      may have other uses for symbol based hash tables. Should help MP
      safety.
      
      * Common set of static symbols used by both CGC and GENCGC.
      
      * Corrections to the stack-ref VOP; now returns lisp objects not
      unsigned numbers. Required some patches to debug-int.
      
      * Inline unsigned/signed byte 32 to bignum allocation enabled.
      
      * Support for the x86 xadd instruction applied to instance slot and
      symbol values - may be handy for some MP code.
      
      * Bump up the FASL file version from 1 to 2.
      725ab9ee
  14. Sep 15, 1997
  15. Jan 18, 1997
  16. May 07, 1996
  17. Jul 26, 1995
  18. Oct 31, 1994
  19. Feb 15, 1994
  20. Feb 11, 1994
  21. Sep 03, 1993
  22. Aug 30, 1993
  23. Aug 26, 1993
  24. Aug 19, 1993
  25. May 25, 1993
  26. May 22, 1993
  27. Feb 26, 1993
  28. Feb 21, 1993
  29. Feb 04, 1993
  30. Apr 12, 1992
  31. Mar 08, 1992
  32. Feb 29, 1992
  33. Feb 21, 1992
  34. Feb 18, 1992
  35. Feb 14, 1992
  36. Jan 21, 1992
Loading