Skip to content
Snippets Groups Projects
  1. Jan 27, 1993
  2. Jan 23, 1993
  3. Dec 17, 1992
  4. Dec 13, 1992
  5. Dec 06, 1992
  6. Aug 13, 1992
  7. Jul 28, 1992
  8. Jun 14, 1992
    • wlott's avatar
      Changed circularity detection and depth abbreviation around. OUTPUT-OBJECT · 1b3f12ff
      wlott authored
      now does all circularity detection and DESCEND-INTO only does depth
      abbreviation.  Also OUTPUT-STRUCTURE no longer descends into the object,
      under the assumption that the structure printer will either actually check
      the depth argument or use PPRINT-LOGICAL-BLOCK or DESCEND-INTO.
      1b3f12ff
  9. Apr 21, 1992
  10. Apr 07, 1992
  11. Apr 02, 1992
  12. Mar 09, 1992
    • wlott's avatar
      typos · c7231b60
      wlott authored
      c7231b60
  13. Mar 08, 1992
  14. Feb 13, 1992
  15. Feb 12, 1992
  16. Feb 11, 1992
  17. Feb 04, 1992
  18. Jan 26, 1992
  19. Jan 02, 1992
  20. Dec 13, 1991
  21. Dec 05, 1991
  22. Dec 03, 1991
    • wlott's avatar
      Flushed uses of DOSTRING, because the definition went away. · 38172be4
      wlott authored
      Exported *CURRENT-LEVEL*, *PRETTY-PRINTER*, OUTPUT-OBJECT, OUTPUT-UGLY-OBJECT,
      CHECK-FOR-CIRCULARITY, HANDLE-CIRCULARITY, WITH-CIRCULARITY-DETECTION,
      DECEND-INTO, and PUNT-IF-TOO-LONG from the KERNEL package and added doc
      strings for them.
      38172be4
  23. Dec 02, 1991
  24. Nov 16, 1991
  25. Nov 09, 1991
  26. Oct 20, 1991
  27. Sep 13, 1991
  28. Jul 18, 1991
  29. Apr 16, 1991
  30. Feb 08, 1991
  31. Nov 29, 1990
  32. Nov 27, 1990
  33. Nov 21, 1990
  34. Nov 19, 1990
  35. Oct 05, 1990
  36. Oct 01, 1990
    • ram's avatar
      Added support for printing denorms, infinities and NaNs. · 5e413e89
      ram authored
      Added DEFVARs for *print-readably* and *read-eval* so that the new code
      could use them as appropriate.  Old code still needs to be fixed to use
      these vars.
      In FLONUM-TO-STRING, use FLOAT-PRECISION to find out the actual precision
      for denorms, and adjust the args to FLOAT-STRING accordingly.  This is
      so that we don't print more digits than the real precision.  Currently
      this case will only happen through FORMAT, since normal printing uses
      SCALE-EXPONENT for denorms.
      Hacked up SCALE-EXPONENT a bunch to work for denorms.  Fixed an outright 
      bug that would happen if the (* 10.0) loop even ran more than once.
      Added additional special-casing for denorms so that the EXPT won't
      overflow.
      5e413e89
  37. Sep 19, 1990
Loading