Fix comment
[jscl.git] / src / utils.lisp
2013-07-07 David VázquezRemove *newline* variable
2013-07-06 David VázquezSome refactoring
2013-06-21 David VázquezAdd debugging information
2013-05-17 David VázquezMerge pull request #92 from samebchase/experimental
2013-05-15 Alfredo BeaumontAdd SATISFIES-TEST-P utility function, to be used by...
2013-05-12 Samuel ChaseChange Ecmalisp to JSCL in comment.
2013-05-08 David Vázquez*features* support for the reader
2013-05-03 David VázquezNon-recursive !reduce
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezFix: join fails on empty list
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...
2013-05-01 David VázquezMerge pull request #28 from maxwellhansen/patch-1
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-04-26 maxwellhansenUpdated join function in utils.lisp
2013-04-25 David VázquezRename project to JSCL
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 David VázquezMove source code under src/