Fix comment
[jscl.git] / src / print.lisp
2013-08-29 David VázquezFix bug printing uninterned symbols
2013-08-29 David VázquezExecute tests asynchronously to let the browser to...
2013-08-29 David VázquezSimpler printer
2013-08-29 David Vázquezwrite-to-string is available at host via !write-to...
2013-08-29 Olof-Joachim FrahmHandle unknown FORMAT specifiers for now.
2013-08-29 Olof-Joachim FrahmWARN should accept FORMAT-like arguments.
2013-08-29 Olof-Joachim FrahmAdd Tilde D: Decimal to FORMAT.
2013-08-19 Olof-Joachim FrahmAdd and use TERPRI.
2013-07-07 David VázquezRemove *newline* variable
2013-07-07 David VázquezUse #\newline instead of *newline*
2013-07-07 David VázquezMerge branch 'codegen'
2013-06-27 David VázquezFix escaped symbol printing
2013-06-21 David VázquezRemove a /debug
2013-06-21 David VázquezFix object dumping
2013-06-21 David VázquezAdd debugging information
2013-06-20 David VázquezMove lisp-escape-string to print.lisp
2013-06-07 David VázquezMerge branch 'master' into ffi
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 David VázquezMerge pull request #115 from orodley/smarter-escape...
2013-06-06 David VázquezRemove special JS FFI package
2013-06-05 Owen RodleyUse two different string-escape functions
2013-06-04 Owen RodleySmarter string escaping. Fixes #114
2013-05-24 David VázquezUse STRING instead of the internal function CHAR-TO...
2013-05-24 David VázquezRemove AFIND
2013-05-24 David VázquezRemove aresize
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/