Fix comment
[jscl.git] / src / list.lisp
2014-02-17 David VázquezSimplify nbutlast
2014-02-17 pdnAdd NBUTLAST. Rewrite BUTLAST to be O(n).
2014-02-17 pdnDO to DOTIMES
2014-02-15 pdnAdd MAKE-LIST.
2014-02-15 pdnAdd the &optional n for BUTLAST
2013-10-15 Olof-Joachim FrahmAdd GET-PROPERTIES, GETF and (SETF GETF).
2013-10-15 Olof-Joachim FrahmAdd RPLACA/D as functions.
2013-08-30 David VázquezTidy basic setf-macros
2013-06-23 David VázquezMerge branch 'master' into codegen-migration
2013-06-23 David VázquezFix MAPC
2013-06-21 David VázquezAdd debugging information
2013-06-17 Ken HarrisMAPLIST.
2013-06-16 Ken HarrisBug fix: INTERSECTION doesn't apply :key to list1.
2013-06-16 Ken HarrisSETF expansions for NTH and AREF.
2013-06-14 Ken HarrisReturn the reader-form from SETF expansion.
2013-05-18 Owen RodleyRewrite RASSOC using SATISFIES-TEST-P
2013-05-18 Owen RodleyRewrite ASSOC using SATISFIES-TEST-P
2013-05-18 Owen RodleyRewrite MEMBER using SATISFIES-TEST-P
2013-05-18 Owen RodleyAdd TEST-NOT keyword argument to TREE-EQUAL
2013-05-15 Alfredo BeaumontRemove unneeded whitespace
2013-05-15 Alfredo BeaumontModify SUBST to:
2013-05-15 Alfredo BeaumontComplete SUBST support with :test-not keyword parameter...
2013-05-12 Alfredo Beaumontsublis: take sanity check out of recursive function
2013-05-12 Alfredo BeaumontAdd support for SUBLIS function, including tests
2013-05-10 Alfredo Beaumontcar and cdr variants: order definitions properly, remov...
2013-05-09 Alfredo BeaumontAdd support for mapc
2013-05-04 Owen RodleyADJOIN
2013-05-04 Owen RodleyINTERSECTION
2013-05-04 Owen RodleyAdd KEY and TEST args to MEMBER
2013-05-04 Owen RodleyRASSOC
2013-05-04 Owen RodleyCOPY-ALIST
2013-05-04 Owen RodleyPAIRLIS
2013-05-03 Owen RodleyACONS
2013-05-03 Owen RodleyTAILP
2013-05-03 Owen RodleyFIFTH to TENTH
2013-05-03 Owen RodleyTREE-EQUAL
2013-05-03 Owen RodleyRemove outdated comment
2013-05-02 David VázquezBetter error reporting using basic format
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-05-01 David VázquezMove more functions to list.lisp and create package...
2013-04-27 Owen RodleyFix POP
2013-04-26 Owen RodleyOnly evaluate place in POP once
2013-04-26 Owen RodleyAdd POP macro
2013-04-26 StrigoidesRefactor SUBST to use COND
2013-04-26 StrigoidesAdd SUBST function
2013-04-26 StrigoidesAdd COPY-TREE function + test
2013-04-26 StrigoidesAdd the rest of the C[AD]*R functions