Fix comment
[jscl.git] / tests / list.lisp
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-06-17 Ken HarrisMAPLIST.
2013-06-16 Ken HarrisBug fix: INTERSECTION doesn't apply :key to list1.
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 BeaumontModify SUBST to:
2013-05-15 Alfredo BeaumontComplete SUBST support with :test-not keyword parameter...
2013-05-12 Alfredo BeaumontAdd support for SUBLIS function, including tests
2013-05-11 Alfredo Beaumont[test] Add tests for car and cdr variants
2013-05-10 Alfredo Beaumont[test] Remove debug print from MAPC test
2013-05-10 Alfredo Beaumont[test] Add tests for CONS, CONSP, ATOM, RPLACA and...
2013-05-10 Alfredo Beaumont[test] Remove comments about EQUAL not being properly...
2013-05-10 Alfredo Beaumont[test] Add a test for mapcar
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 RodleyRewrite ACONS and PAIRLIS tests using dotted lists
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-01 David VázquezFix test in SBCL
2013-04-26 Owen RodleyAdd POP macro
2013-04-26 StrigoidesAdd SUBST function
2013-04-26 StrigoidesAdd COPY-TREE function + test