Basic storage vectors operations and array construction
[jscl.git] / src / print.lisp
2013-05-24 David VázquezBasic storage vectors operations and array construction
2013-05-06 Andrea Griffinitypo in array printing
2013-05-05 Andrea Griffiniwip *print-circle* support
2013-05-04 David VázquezEscape token also for the package prefix
2013-05-04 David VázquezRewrite and simplify potential-number-p according to...
2013-05-04 David VázquezAdd clarifing comment
2013-05-04 Andrea Griffiniimproved symbol printing
2013-05-04 David VázquezFix failing test
2013-05-04 David VázquezRename some functions
2013-05-03 Andrea Griffinibetter symbol printing
2013-05-03 Andrea Griffinimerged trunk
2013-05-02 David VázquezUse pop and concatf in basic format
2013-05-02 Raimon Graufixed format for compatibility with new char implementation
2013-05-02 Raimon GrauMerge branch 'origin-master' into origin-format
2013-05-02 Andrea Griffiniwip printer
2013-05-02 David VázquezCharacter printing
2013-05-02 Raimon Graureindent
2013-05-02 Raimon Graucall write-to-string recursively
2013-05-01 Raimon Grauprinc-to-string to implement ~a and ~S format directives
2013-05-01 Raimon Grauunbalanced parens
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-04-26 Raimon Grauformat supports ~%
2013-04-25 Raimon Graufist stab at format
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 David VázquezMove source code under src/