Skip to content
Snippets Groups Projects
  1. Aug 30, 2004
    • rtoy's avatar
      COMPUTE-TAB-SIZE: · 6a5a1c87
      rtoy authored
      o Previous changes were wrong.  This version handles relative and
        section-relative columns correctly,  I think.
      
      PPRINT-TABULAR
      o The computation of colinc was wrong---I don't think we need to add
        one to tabsize.
      o I don't think we should output the space character.  It results in
        one extra space.
      
      With these changes, the format tests in ansi-tests for ~T and friends
      pass.  I think these are right now, but I'm not 100% sure.
      6a5a1c87
  2. Aug 28, 2004
  3. May 05, 2004
  4. Jan 16, 2004
  5. Jan 06, 2003
  6. Oct 07, 2002
    • toy's avatar
      o Correct some spelling mistakes · 4fb3490d
      toy authored
      o Fix a few typos in code.
      o Delete a few unused symbols from various places
      o Use something better than %%RWSEQ-EOF%% for the eof marker.
      o Add target-foreign-linkage vars for the PPC and HPPA ports to aid
        cross-compilation.  (The values are very likely wrong, but they're
        not used yet.)
      
      Based on a larger patch from Eric Marsden.
      4fb3490d
  7. Jul 22, 2002
  8. Jun 11, 2001
  9. Mar 13, 2001
  10. Dec 27, 2000
  11. Dec 08, 1999
  12. Jun 30, 1998
  13. May 04, 1998
    • dtc's avatar
      Gray streams support: · 6c21ff8a
      dtc authored
      * Rename the 'stream structure class to sys:lisp-stream.
      * Add a new none hierarchical 'stream built-in class which inherits
        from: instance, t.
      * Hack in the new stream class as a mixin for the structure base
        lisp-stream class which now inherits from: stream, structure-object,
        instance, t.
      * Add a new 'fundamental-stream standard-class which includes 'stream
        as a mixin, and add PCL hacks to allow this to be redefined after PCL is
        loaded to be (defclass fundamental-stream (standard-object stream) ...).
      * Add appropriate support to the base stream functions to dispatch to
        the Gray stream functions for the handling of fundamental-streams.
        Some of the lisp-streams encapsulating CLOS streams still need
        a little work.
      6c21ff8a
  14. Feb 24, 1998
  15. Dec 02, 1994
  16. Oct 31, 1994
  17. Oct 27, 1994
  18. Oct 02, 1994
  19. Feb 12, 1994
  20. Feb 11, 1994
  21. Jul 27, 1993
  22. Feb 11, 1993
  23. Jan 23, 1993
  24. Jan 13, 1993
  25. Dec 08, 1992
  26. Nov 11, 1992
  27. Nov 06, 1992
  28. Jul 30, 1992
  29. Jun 14, 1992
  30. Jan 24, 1992
  31. Jan 16, 1992
  32. Dec 13, 1991
    • wlott's avatar
      Actually store the change in the suffix length in the pretty-stream · ffebdd15
      wlott authored
      structure (was causing suffixes to be ignored with line abbrevs).
      Fixed an off-by-one error in desciding when to use line abbrevs.
      Fixed output-line to make sure the buffer is large enough to fit
      the prefix before we copy it in.
      Added several new keywords to pprint-logical-block as per my proposed
      cleanup.
      Changed pprint-function-call to put a fill-style newline between the
      the function and the first arg instead of a miser style newline.
      ffebdd15
  33. Dec 06, 1991
  34. Dec 05, 1991
  35. Feb 08, 1991
  36. Jul 17, 1990
  37. Jul 10, 1990
Loading