Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    1b0f529d
    Add declarations to help the CMUCL compiler. · 1b0f529d
    dtc authored
    Only the *psnode-index* hash should use the user supplied hash test,
    all the others are internal.
    
    Make the output stream a required argument rather than sending output
    to *standard-output*.
    
    Add a shrink :width optional to scale the graph to fit across one
    page.
    
    Add optional same-height argument to allocate the same height for each
    node - can give nicer graphs.
    
    Misc. style changes: less use of special variables, declarations to
    help CMUCL, etc.
    1b0f529d
    History
    Add declarations to help the CMUCL compiler.
    dtc authored
    Only the *psnode-index* hash should use the user supplied hash test,
    all the others are internal.
    
    Make the output stream a required argument rather than sending output
    to *standard-output*.
    
    Add a shrink :width optional to scale the graph to fit across one
    page.
    
    Add optional same-height argument to allocate the same height for each
    node - can give nicer graphs.
    
    Misc. style changes: less use of special variables, declarations to
    help CMUCL, etc.