Fix comment
[jscl.git] / tests / strings.lisp
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-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-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...