Fix comment
[jscl.git] / src / string.lisp
2013-06-21 David VázquezAdd debugging information
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-04 David VázquezSpeed up arrays concatenating a litte bit
2013-05-24 David Vázquezstring-upcase and string-downcase non primitives
2013-05-24 David VázquezMove concat and char
2013-05-24 David VázquezMove string-length to non-primitive
2013-05-24 David VázquezRemove char-to-string
2013-05-24 David VázquezSpecial case in make-array for strings
2013-05-24 David VázquezAdd make-string
2013-05-24 David Vázquezconcatenate-two
2013-05-24 David VázquezBasic storage vectors operations and array construction
2013-05-17 Olof-Joachim FrahmAccept string designators in STRING=.
2013-05-16 Samuel ChaseActually merge
2013-05-16 Samuel ChaseMerge branch 'master' of https://github.com/davazp...
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< and get it to fail
2013-05-12 Alfredo BeaumontAdd support for STRINGP function
2013-05-03 David VázquezSome string tests
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...