jscl.git
2013-05-02 David VázquezMove hacking tips from the README to HACKING
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 David VázquezCharacter printing
2013-05-02 David VázquezFix bug in character reading
2013-05-02 David VázquezImplement characters as Javascript strings of length 1
2013-05-02 David VázquezMerge pull request #69 from 6502/symbol-quoting
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 Andrea Griffinisymbol quoting support in reader
2013-05-01 Andrea Griffinimerged davazp trunk
2013-05-01 David VázquezMerge tests/return-from.lisp into tests/control.lisp
2013-05-01 David VázquezDeclare as special variable *use-html-output-p* in...
2013-05-01 David VázquezMerge pull request #66 from 6502/return-from
2013-05-01 David VázquezMerge pull request #68 from 6502/case-otherwise
2013-05-01 David VázquezFix test in SBCL
2013-05-01 David VázquezVectors are equal if they are eql only
2013-05-01 David VázquezUse defparameter instead of defvar to reset test report...
2013-05-01 David VázquezDo not use html in RUN-TESTS-IN-HOST
2013-05-01 Raimon Grau~% test added
2013-05-01 David VázquezMerge pull request #58 from Strigoides/colorize-tests
2013-05-01 Andrea Griffiniadded OTHERWISE support to (CASE ...)
2013-05-01 Andrea Griffinifixed RETURN-FROM for FLET/LABELS and added a test...
2013-05-01 David VázquezFix typo if/when
2013-05-01 David VázquezPass argument count explicitly instead of use arguments...
2013-05-01 David VázquezMerge pull request #28 from maxwellhansen/patch-1
2013-05-01 David VázquezFix test
2013-05-01 David VázquezRemove usage of the *block-counter* variable
2013-05-01 David VázquezFixes #64 issue on nested scoping in non local exists
2013-05-01 Raimon Grauunbalanced parens
2013-05-01 Andrea Griffinimerged trunk
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-05-01 David VázquezInclude license header to package.lispn
2013-05-01 David VázquezMove more functions to list.lisp and create package...
2013-05-01 David VázquezRename AUTHORS to CREDITS and add an entry for Nikodemu...
2013-05-01 David VázquezMerge branch 'build-tweaks' of https://github.com/nikod...
2013-05-01 David VázquezIgnore declarations in lambdas
2013-05-01 David Vázqueznamed-lambda is a function descriptor rather than a...
2013-05-01 Owen RodleyVariable to enable/disable color in test output
2013-05-01 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-05-01 David VázquezAdd Andrea Griffini to AUTHORS
2013-05-01 David VázquezMerge branch 'equal' of https://github.com/6502/jscl...
2013-05-01 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-05-01 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-05-01 David VázquezMerge pull request #45 from abeaumont/read-integer
2013-05-01 David VázquezMerge pull request #43 from tarballs-are-good/patch-2
2013-05-01 David VázquezAdd to AUTHORS: Owen Rodley
2013-05-01 David VázquezMerge https://github.com/Strigoides/jscl into pull...
2013-04-30 Andrea Griffiniquoted symbols, better handling of dotted pairs
2013-04-30 Andrea Griffinisome testing for equal
2013-04-30 Andrea Griffinibetter equal implementation with support for conses...
2013-04-28 Nikodemus Siivolaspecify latin-1 as external format for read-whole-file
2013-04-28 Nikodemus Siivolasilence a couple of unused-variable warnings
2013-04-28 Nikodemus Siivolaabort failed builds instead of soldiering on
2013-04-28 Owen RodleyColorize test output
2013-04-28 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-04-27 Robert SmithMake sure READ-FLOAT returns a float.
2013-04-27 Alfredo Beaumont[reader] write a specific read-integer for reader
2013-04-27 Owen RodleyFix POP
2013-04-26 David VázquezMerge branch 'dump-changes-bug'
2013-04-26 David VázquezFix bug in symbol dumping
2013-04-26 Owen RodleyOnly evaluate place in POP once
2013-04-26 David VázquezRevert "Simplify literal object dumping"
2013-04-26 David VázquezRevert "Functions dump-array, dump-cons and dump-symbol"
2013-04-26 David VázquezExpected test failures and unexpected passes
2013-04-26 Owen RodleyAdd POP macro
2013-04-26 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-04-26 StrigoidesRefactor SUBST to use COND
2013-04-26 StrigoidesAdd SUBST function
2013-04-26 StrigoidesAdd :TEST keyword arg to ASSOC
2013-04-26 StrigoidesMerge branch 'master' of https://github.com/davazp...
2013-04-26 StrigoidesAdd COPY-TREE function + test
2013-04-26 David VázquezMerge pull request #31 from abeaumont/master
2013-04-26 StrigoidesAdd the rest of the C[AD]*R functions
2013-04-26 David VázquezSimplify literal object dumping
2013-04-26 David VázquezFunctions dump-array, dump-cons and dump-symbol
2013-04-26 David Vázquez`defvar` requires two arguments yet
2013-04-26 David VázquezMerge pull request #32 from Strigoides/master
2013-04-26 StrigoidesOnly evaluate the test once in COND
2013-04-26 Alfredo BeaumontCreate and export read-from-string. Add a test for it
2013-04-26 Alfredo Beaumontread-float: reduce code size a bit by using awhen inste...
2013-04-26 David VázquezAdd function RUN-TESTS-IN-HOST to run tests in the...
2013-04-26 StrigoidesFix COND for clauses with length 1
2013-04-26 StrigoidesTest for DO*, OR, AND & COND
2013-04-26 StrigoidesFix typo in tests.lisp and tests-report.lisp
2013-04-26 StrigoidesAdd a few basic tests for iteration constructs
2013-04-26 StrigoidesModify test running system
2013-04-26 David Vázquezjs-eval uses globalEval
2013-04-26 David VázquezUpdate .gitignore
2013-04-26 maxwellhansenUpdated join function in utils.lisp
2013-04-26 Raimon Grauminimal tests for format
2013-04-26 Raimon Grauformat supports ~%
2013-04-25 David VázquezMore accurate test timing
2013-04-25 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-04-25 David VázquezDefine get-internal-real-time
2013-04-25 Raimon Grauadded docs for newbie hackers
2013-04-25 Raimon Graufist stab at format
2013-04-25 David VázquezMerge pull request #25 from abeaumont/master
next