Fix test
[jscl.git] / src /
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 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á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 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 https://github.com/Strigoides/jscl into pull...
2013-04-30 Andrea Griffinibetter equal implementation with support for conses...
2013-04-28 Nikodemus Siivolasilence a couple of unused-variable warnings
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 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 StrigoidesFix COND for clauses with length 1
2013-04-26 David Vázquezjs-eval uses globalEval
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 Alfredo Beaumonteval-interactive: avoid a broken eval due to an unbound *
2013-04-25 David VázquezINCF and DECF work on proper places
2013-04-25 David VázquezRename project to JSCL
2013-04-25 David VázquezFix bug compiling funcalls
2013-04-25 Alfredo Beaumontls-compile: add compiling support for floats
2013-04-25 Alfredo Beaumontread-float: use strings instead of characters for expon...
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 Alfredo Beaumontls-read: fix spacing
2013-04-25 David VázquezMerge branch 'master' of github.com:davazp/ecmalisp
2013-04-25 David Vázquezls-read and ls-read-from-string handles empty input
2013-04-25 David VázquezMove source code under src/