Make sure quantifiers don't cons
[sbcl.git] / src / code / seq.lisp
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-09-05 Christophe RhodesDocument extensible sequence protocol
2013-05-20 Paul KhuongFix (CONCATENATE 'null ...) for generic sequences
2013-03-22 Jan MoringenDeclare types of END and TEST in N{LIST,VECTOR}-SUBSTIT...
2013-03-22 Jan MoringenLazy length computation in DEFINE-SEQUENCE-TRAVERSER
2013-03-22 Jan MoringenRemove redundant LENGTH calls in NSUBSTITUTE[-IF[-NOT]]
2012-10-06 Lutz EulerKill a build warning about unreachable code in MAKE...
2012-10-02 Christophe Rhodesone more stray GENSYM leading to fasl differences
2012-09-17 Nikodemus Siivoladon't assume only bits are looked for in bit-vectors
2012-05-27 Nikodemus Siivolaadd DO-VECTOR-DATA, remove special case from VECTOR...
2012-05-27 James M. Lawrencewidetag dispatch for MAP-INTO
2012-05-27 James M. Lawrenceautomate widetag dispatching
2012-05-27 James M. Lawrencefix MAP-INTO performance
2012-04-13 Nikodemus Siivolabetter REPLACE docstring
2011-12-29 Nikodemus Siivolafaster FIND and POSITION on bit-vectors
2011-12-10 Nikodemus Siivolafaster VECTOR-SUBSEQ*
2011-08-12 Christophe Rhodesallow user-defined STRING synonyms in MAKE-SEQUENCE
2010-04-05 Nathan Froyd1.0.37.38: micro-optimizations of CONCATENATE bits
2010-04-05 Nathan Froyd1.0.37.37: fix CONCATENATE FIXME
2010-03-15 Nikodemus Siivola1.0.36.24: FIND/POSITION bounds checking on lists
2009-09-14 Nikodemus Siivola1.0.31.8: specialized out-of-line CONCATENATE for strings
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-06-03 Nikodemus Siivola1.0.17.21: LIST-FILL* return value (regression 1.0...
2007-12-12 Nikodemus Siivola1.0.12.29: optimize POSITION & FIND families for strings
2007-12-12 Nikodemus Siivola1.0.12.27: FILL on lists was broken by 1.0.12.16, oops!
2007-12-05 Nikodemus Siivola1.0.12.16: sequence optimizations: FILL
2007-12-01 Nikodemus Siivola1.0.12.14: sequence optimizations: COPY-SEQ
2007-12-01 Nikodemus Siivola1.0.12.13: sequence optimizations: SUBSEQ, part 3
2007-12-01 Nikodemus Siivola1.0.12.12: sequence optimizations: SUBSEQ, part 2
2007-11-30 Nikodemus Siivola1.0.12.8: refactor bounding index error signalling...
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-11-20 Nikodemus Siivola1.0.11.34: better SUBSEQ on lists
2007-11-18 Juho Snellman1.0.11.29: Faster CONCATENATE on strings
2007-06-03 Christophe Rhodes1.0.6.18: Two fixes from Eric Marsden
2007-02-04 Christophe Rhodes1.0.2.8:
2006-12-05 Christophe Rhodes1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do...
2005-11-22 Brian Mastenbrook0.9.6.55: the last of the SRHINK-VECTOR fixes
2005-11-20 Gabor Melis0.9.6.53: in the name of stability and goodwill
2005-11-13 Juho Snellman0.9.6.40:
2005-08-11 Brian Mastenbrook0.9.3.39: TYPE-ERROR fun
2005-08-01 Paul F. Dietz0.9.3.13:
2005-07-30 Paul F. Dietz0.9.3.11:
2005-07-28 Paul F. Dietz0.9.3.4:
2005-07-26 Paul F. DietzA more efficient algorithm for remove-duplicates on...
2005-07-14 William Harold Newman0.9.2.43:
2005-02-04 Christophe Rhodes0.8.19.13:
2005-02-04 Paul F. DietzCertain Aarguments to sequence functions that can be...
2005-01-10 Alexey Dejneka0.8.18.24:
2004-11-02 Christophe Rhodes0.8.16.25:
2004-09-30 Christophe Rhodes0.8.15.3:
2004-09-30 Christophe Rhodes0.8.15.1:
2004-09-28 Andreas Fuchs0.8.14.30:
2004-03-17 Christophe Rhodes0.8.8.30:
2003-10-20 Christophe Rhodes0.8.4.36:
2003-08-26 William Harold Newman0.8.3.3:
2003-07-16 Christophe Rhodes0.8.1.34:
2003-06-25 Christophe Rhodes0.8.0.78.vector-nil-string.8:
2003-06-24 Alexey Dejneka0.8.1.2:
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-06-14 Christophe Rhodes0.8.0.70:
2003-05-26 Alexey Dejneka0.8.0.3:
2003-03-11 Alexey Dejneka0.7.13.24:
2003-03-05 Alexey Dejneka0.7.13.13:
2003-02-05 William Harold Newman0.7.12.20:
2003-02-03 Christophe Rhodes0.7.12.17:
2002-12-04 Christophe Rhodes0.7.10.10:
2002-12-02 Christophe Rhodes0.7.10.8:
2002-11-13 Alexey Dejneka0.7.9.47:
2002-11-12 Alexey Dejneka0.7.9.46:
2002-11-05 William Harold Newman0.7.9.30:
2002-11-04 Christophe Rhodes0.7.9.29:
2002-10-31 Christophe Rhodes0.7.9.23:
2002-10-31 Christophe Rhodes0.7.9.21:
2002-10-19 Christophe Rhodes0.7.8.47:
2002-10-18 Christophe Rhodes0.7.8.45:
2002-10-17 Christophe Rhodes0.7.8.43:
2002-10-14 Alexey Dejneka0.7.8.36:
2002-10-02 Christophe Rhodes0.7.8.8:
2002-09-23 William Harold Newman0.7.7.40:
2002-09-20 Christophe Rhodes0.7.7.33:
2002-09-05 William Harold Newman0.7.7.14:
2002-09-04 William Harold Newman0.7.7.13:
2002-06-09 William Harold Newman0.7.4.22:
2002-05-28 William Harold Newman0.7.4.3:
2002-01-16 William Harold Newman0.pre7.138:
2002-01-14 William Harold Newman0.pre7.129:
2002-01-12 William Harold Newman0.pre7.124:
2001-12-12 William Harold Newman0.pre7.88:
2001-11-12 William Harold Newman0.pre7.86.flaky7.5:
2001-11-02 William Harold Newman0.pre7.83:
2001-10-06 William Harold Newman0.pre7.50:
2001-10-06 William Harold Newman0.pre7.49:
2001-10-03 William Harold Newman0.pre7.38:
2001-08-20 William Harold Newman0.pre7.14.flaky4.3:
2001-08-09 William Harold Newman0.pre7.6:
2001-08-08 William Harold Newman0.pre7.5:
2001-04-15 William Harold Newman0.6.11.37:
2001-03-21 William Harold Newman0.6.11.21:
2001-03-19 William Harold Newman0.6.11.17:
next