Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • wlott's avatar
    ffebdd15
    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
    History
    Actually store the change in the suffix length in the pretty-stream
    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.