1.0.28.71: two regressions from the 1.0.28. series
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 2 Jun 2009 15:03:03 +0000 (15:03 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 2 Jun 2009 15:03:03 +0000 (15:03 +0000)
commit16f861fd9d7c9246a22a212c26d97fb2e3712607
treead6ebb34491e3e7340b01341438c1332d3fb907d
parent45ec97e8200790c0b60e1a567f7eaf0e99e75399
1.0.28.71: two regressions from the 1.0.28. series

 * from 1.0.28.51: when destructuring a constant :INITIAL-CONTENTS to
   MAKE-ARRAY, take care to quote the elements.

 * from 1.0.28.61: handle :BACK and :UP in CANONICALIZE-PATHNAME, and
   make sure they do not appear after :WILD-INFERIORS or :ABSOLUTE.
   I'm more and more concinved that MAKE-PATHNAME should canonicalize,
   though, so that these checks don't need to be carried out by users
   of pathnames -- but leaving that for later.

   ...how appropriate that it is .71 that fixes both.
src/code/filesys.lisp
src/compiler/array-tran.lisp
version.lisp-expr