Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • wlott's avatar
    b5ad3bf9
    Changed IN-PACKAGE to conform to the new definition. But if you use an · b5ad3bf9
    wlott authored
    old-style IN-PACKAGE, it will use the old behavior.
    
    Rewrote DEFPACKAGE to tell you about inconsistencies between the package
    and the DEFPACKAGE form.
    
    Rewrote the DO-mumble-SYMBOLS iterators in order to stamp out more uses of
    prog.  They now wrap the user body in an flet and then just use regular
    looping constructs to grovel through the packages.
    b5ad3bf9
    History
    Changed IN-PACKAGE to conform to the new definition. But if you use an
    wlott authored
    old-style IN-PACKAGE, it will use the old behavior.
    
    Rewrote DEFPACKAGE to tell you about inconsistencies between the package
    and the DEFPACKAGE form.
    
    Rewrote the DO-mumble-SYMBOLS iterators in order to stamp out more uses of
    prog.  They now wrap the user body in an flet and then just use regular
    looping constructs to grovel through the packages.