0.9.3.13:
authorPaul F. Dietz <pfdietz@users.sourceforge.net>
Mon, 1 Aug 2005 04:23:41 +0000 (04:23 +0000)
committerPaul F. Dietz <pfdietz@users.sourceforge.net>
Mon, 1 Aug 2005 04:23:41 +0000 (04:23 +0000)
commit92d8ab5b9274e73e50eb21feacbed396a9b24897
treef95acf5af4bffc8480fbbf6df53c07be6e894208
parent41f378de3960189227541f7864e709ba78f064cd
0.9.3.13:
 -- Make list-remove-duplicates use a hash table only if the number
    of items to traverse is more than 20.
 -- Add special case routine LAST1 (equivalent to single argument
   call to LAST) and have NCONC call this instead of the general
   function.
 -- Add a special two-argument form of NCONC, called NCONC2. TODO:
    add a source transform to call this.
src/code/list.lisp
src/code/seq.lisp
src/compiler/fndb.lisp
version.lisp-expr