Skip to content
Snippets Groups Projects
  1. Jan 23, 2007
  2. Jun 30, 2006
  3. Sep 08, 2004
  4. Aug 23, 2004
  5. Apr 10, 2004
  6. Apr 07, 2004
  7. Jan 09, 2004
  8. Sep 09, 2003
  9. Sep 05, 2003
  10. Aug 23, 2003
  11. Aug 22, 2003
  12. Aug 19, 2003
  13. Aug 07, 2003
  14. Jan 29, 2003
    • toy's avatar
      From Gerd Moellmann: · 80fe23bf
      toy authored
      o Entomotomy bug optional-environment-arg-mistakes:
      
        Recognize the optional environment argument for typep, subtypep,
        upgraded-array-element-type, upgraded-complex-part-type, and various
        other functions that take an optional environment arg.  Currently,
        all we do with the environment is ignore it.
      
      o Entomotomy bug defknowns-for-bit-array-setters-wrong
      
        Defknowns for %bitset and %sbitset was only allowing vectors, not
        multidimensional arrays.
      80fe23bf
  15. Oct 07, 2002
  16. Aug 12, 2002
    • toy's avatar
      UPGRADED-COMPLEX-PART-TYPE: · 9e569d9d
      toy authored
      o CMUCL doesn't have a specialized complex type to hold rationals, so
        don't return 'RATIONAL.
      o Return 'REAL instead of T for any type real type.
      o Give an error if it's something that can't be a component of a
        complex number.
      9e569d9d
  17. Jul 10, 2002
    • toy's avatar
      From Eric Marsden: · 6e9a215f
      toy authored
       * (pcl:class-precedence-list (find-class 'null)) should have symbol
         occurring before list, as per CLHS.
      
       * minor changes to certain error conditions: eg trying to set
         DEFAULT-DIRECTORY to a non-existent directory should raise a
         condition of type FILE-ERROR. (Some of these changes are from
         Alexey Dejneka, via SBCL).
      
       * cleanup of some Hemlock-related symbols that shouldn't be exported
         when :no-hemlock is defined.
      6e9a215f
  18. Jun 19, 2002
  19. Mar 14, 2002
  20. Feb 25, 2002
  21. Sep 28, 2001
  22. Apr 16, 2001
  23. Apr 10, 2001
    • pw's avatar
      From Ray Toy: · 6bc003ab
      pw authored
      src/numbers.lisp:
      Handle comparisons with floating infinities correctly.
      6bc003ab
  24. Mar 04, 2001
  25. Nov 11, 1999
  26. Jul 24, 1998
  27. Mar 21, 1998
  28. Dec 04, 1997
  29. Nov 16, 1997
  30. Nov 05, 1997
    • dtc's avatar
      Replace the allocation macros with a function, and pass the VOP · 7b60cd6a
      dtc authored
      node-var as an optional argument so the allocation function can make
      policy decisions (to inline with GENCGC).
      
      Remove the make-complex-{single,double}-float functions, and just
      define the VOPs as translations of the complex function.
      
      Fix a few bugs in the complex-float move VOPs.
      7b60cd6a
  31. Nov 01, 1997
    • dtc's avatar
      Improved support for (complex single-float) and (complex double-float) · 4c3b1bb6
      dtc authored
      types. Adds storage classes to the backend for these so they can be
      stored in registers or on the stack without consing; new primitive
      types etc. Also adds (simple-array (complex {single,double}-float))
      array types to avoid consing and speed vectors operations.  All
      these changes are conditional on the :complex-float feature. More work
      is needed to exploit these changes: improving the type dispatch in the
      various function; maybe compiler transforms or more VOPs to handle
      common functions inline.
      4c3b1bb6
  32. May 15, 1997
  33. Jan 18, 1997
  34. Feb 17, 1995
  35. Oct 31, 1994
  36. Feb 11, 1994
  37. Feb 09, 1994
Loading