Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    4d56dd7e
    /usr1/lisp/code/list.lisp, 11-Sep-89 09:08:11, Edit by Chiles. · 4d56dd7e
    ram authored
      Fixed UNION and NUNION to apply test to arguments correctly.
    
    /usr1/lisp/ncode/seq.lisp, 12-Jul-89 13:19:40, Edit by Chiles.
      Moved APPLY-KEY and IDENTITY to list.lisp.
    
    /usr/mbb/x3j13-changes/current/list.lisp, 11-Jul-89 17:56:57, Edit by Mbb.
      ASSOC-RASSOC-IF-KEY:
      ASSOC-IF, ASSOC-IF-NOT, RASSOC-IF, and RASSOC-IF-NOT now take &key key,
      just like the other *-if and *-if-not primitives.
    
      APPEND-DOTTED:
      Made NCONC confrom to the new standard.  (NCONC '(1 2) '(3 4) 5) used to
      flame about 5 not being a list.  Now the result is '(1 2 3 4 . 5).
      APPEND already did the right thing, so no change was neccessary.
    4d56dd7e
    History
    /usr1/lisp/code/list.lisp, 11-Sep-89 09:08:11, Edit by Chiles.
    ram authored
      Fixed UNION and NUNION to apply test to arguments correctly.
    
    /usr1/lisp/ncode/seq.lisp, 12-Jul-89 13:19:40, Edit by Chiles.
      Moved APPLY-KEY and IDENTITY to list.lisp.
    
    /usr/mbb/x3j13-changes/current/list.lisp, 11-Jul-89 17:56:57, Edit by Mbb.
      ASSOC-RASSOC-IF-KEY:
      ASSOC-IF, ASSOC-IF-NOT, RASSOC-IF, and RASSOC-IF-NOT now take &key key,
      just like the other *-if and *-if-not primitives.
    
      APPEND-DOTTED:
      Made NCONC confrom to the new standard.  (NCONC '(1 2) '(3 4) 5) used to
      flame about 5 not being a list.  Now the result is '(1 2 3 4 . 5).
      APPEND already did the right thing, so no change was neccessary.