Fix comment
[jscl.git] / tests /
2014-02-27 DavidImplement maphash function
2014-02-17 David VázquezMerge https://github.com/pnathan/jscl into nbutlast
2014-02-16 David Vázquezremhash tests
2014-02-16 David VázquezImplement eq and equal hash tables
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-09-03 Olof-Joachim FrahmAdd FUNCALL, APPLY tests.
2013-08-29 David VázquezSimpler printer
2013-08-29 Olof-Joachim FrahmAdd SEARCH, MISMATCH testcases.
2013-06-20 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-06-20 David VázquezReduce tests
2013-06-19 Ken HarrisFixed max/min functions.
2013-06-17 Ken HarrisMAPLIST.
2013-06-16 Ken HarrisGCD, LCM, SIGNUM.
2013-06-16 Ken HarrisBug fix: INTERSECTION doesn't apply :key to list1.
2013-06-14 Ken HarrisCOPY-SEQ
2013-06-13 Ken HarrisRemoved tabs, stupid editor...
2013-06-13 Ken HarrisCase-insensitive character inequalities.
2013-06-13 Ken HarrisSTRING>= (and a bit of refactoring).
2013-06-13 Ken HarrisSTRING<=
2013-06-13 Ken HarrisNSTRING-UPCASE, NSTRING-DOWNCASE, NSTRING-CAPITALIZE.
2013-06-13 Ken HarrisSTRING-TRIM and friends.
2013-06-13 Ken HarrisA few more string functions.
2013-06-13 Ken HarrisPOSITION-IF, POSITION-IF-NOT (except :FROM-END)
2013-06-13 Ken HarrisAllow DO / DO* to take bare symbols as vars.
2013-06-07 David VázquezMerge branch 'master' into ffi
2013-06-07 David VázquezDisable test temporarily
2013-06-07 David VázquezRemove unnecesary test
2013-06-07 Olof-Joachim FrahmAccept both cases for FORMAT by using CHAR-UPCASE.
2013-06-06 Olof-Joachim FrahmMake FORMATS Go-To available.
2013-06-06 Olof-Joachim FrahmIN-PACKAGE uses a string designator.
2013-06-04 David VázquezRemove char-to-string from tests
2013-06-04 David VázquezMerge branch 'master' into arrays
2013-06-03 David VázquezMerge pull request #112 from kengruven/master
2013-06-03 David VázquezMerge branch 'master' into arrays
2013-06-03 Owen RodleyFix #111, error with docstrings containing single quotes
2013-06-02 Ken HarrisMerging from upstream.
2013-06-02 Ken HarrisExtend DIGIT-CHAR-P to include all HexDigit characters.
2013-06-02 Ken HarrisCharacter case predicates.
2013-05-24 David VázquezTest file for array.lisp
2013-05-20 David VázquezFix comment style and better annotation on expected...
2013-05-19 Owen RodleyAdd some tests for the new functions
2013-05-19 Owen RodleyCreate numbers.lisp with some basic numeric functions
2013-05-18 David VázquezMerge branch 'satisfies' of https://github.com/orodley...
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-18 Owen RodleyTests for modified sequence functions
2013-05-18 Olof-Joachim FrahmAdd package tests.
2013-05-17 David VázquezMerge pull request #92 from samebchase/experimental
2013-05-16 Samuel ChaseMerge branch 'master' of https://github.com/davazp...
2013-05-15 Alfredo BeaumontModify SUBST to:
2013-05-15 Alfredo BeaumontAdd COMPLEMENT function definition, including tests.
2013-05-15 Alfredo BeaumontComplete SUBST support with :test-not keyword parameter...
2013-05-13 Samuel ChaseAdd test for (string< "aaa" "aaaaa")
2013-05-12 Samuel ChaseImplemented string<
2013-05-12 Samuel ChaseImplemented string<
2013-05-12 Samuel ChaseAdd test for string<
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 David VázquezMerge pull request #89 from Strigoides/subseq
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-10 Owen RodleyMisc. fixes to SUBSEQ, tests
2013-05-09 Alfredo BeaumontAdd support for mapc
2013-05-09 Ken HarrisCharacter comparisons, case insensitive.
2013-05-09 Ken HarrisCharacter comparisons, case sensitive.
2013-05-09 Ken HarrisCHAR-NAME and NAME-CHAR, for ASCII names.
2013-05-09 Ken HarrisUnicode-aware implementations of most of the Characters...
2013-05-09 Owen RodleyImplement REMOVE-IF[-NOT] for vectors
2013-05-08 David VázquezConvert test to not to use `equal'
2013-05-08 David VázquezRemove wrong test
2013-05-08 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 Nikodemus Siivolaadd smoketests for FIND and REPLACE
2013-05-05 Andrea Griffinireader support for ## and #=
2013-05-05 Ken HarrisSBCL-style Unicode support: one character = one Unicode...
2013-05-04 David VázquezMerge branch 'print' of https://github.com/6502/jscl...
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-03 Andrea Griffinibetter symbol printing
2013-05-03 Andrea Griffinimerged trunk
2013-05-03 David VázquezDisable test temporarily
2013-05-03 David VázquezSome string tests
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...
2013-05-03 David VázquezRemove temporary code
2013-05-03 David VázquezFix several newly introduced bugs in the migration...
2013-05-03 David VázquezWIP: Strings as array of characters implementation
next