jscl.git
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 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 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-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-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 David VázquezMerge pull request #25 from abeaumont/master
2013-04-25 David VázquezMerge pull request #24 from abeaumont/testing-framework
2013-04-25 Alfredo Beaumonteval-interactive: avoid a broken eval due to an unbound *
2013-04-25 Alfredo Beaumont[test] rename *timestaup* to *timestamp*
2013-04-25 David VázquezAdd setf test case file
2013-04-25 David VázquezAdd test case for ticket #23
2013-04-25 David VázquezINCF and DECF work on proper places
2013-04-25 David VázquezAdd basic testing framework
2013-04-25 David VázquezRename project to JSCL
2013-04-25 David VázquezQuote Common Lisp to clarify the which Lisp, but Lisp...
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ázquezMerge branch 'multiple-files'
2013-04-25 David Vázquezls-read and ls-read-from-string handles empty input
2013-04-25 David VázquezMerge pull request #19 from abeaumont/master
2013-04-25 Alfredo BeaumontRemove duplicated symbols in export argument list
2013-04-25 David VázquezAdd Alfredo Beaumont AUTHORS' entry
2013-04-25 David VázquezFix typo in Raimon's name
2013-04-25 David VázquezUpdate README.org
2013-04-25 David VázquezMove source code under src/
2013-04-25 David VázquezFixes to bootstrap
2013-04-25 David VázquezAdd !prin1-to-string and prin1-to-string refers it
2013-04-25 David VázquezFile headers
2013-04-25 David VázquezRemove unused code
2013-04-25 David VázquezList the sources in only one place
2013-04-25 David VázquezMove eval and cl-user package code to toplevel.lisp
2013-04-25 David VázquezMove the compiler to compiler.lisp
2013-04-25 David VázquezMove more code to print.lisp and read.lisp
2013-04-25 David VázquezMove CL-compatibility code to compat.lisp
2013-04-25 David VázquezEarly code is moved to boot.lisp
2013-04-25 David VázquezMerge pull request #16 from abeaumont/repl-variables
2013-04-25 Alfredo BeaumontAdd support for repl variables: * ** *** / // /// ...
2013-04-24 David VázquezSpeed up bootstrapping time without changing binding...
2013-04-24 David VázquezRevert "Reduce 80% bootstrap time"
2013-04-24 David VázquezReduce 80% bootstrap time
2013-04-24 David Vázquezsetq'ing symbol macros
2013-04-24 David VázquezMerge branch 'master' into js-ffi
2013-04-24 David VázquezDefine (SETF %JS-VREF)
2013-04-24 David VázquezDefine js:FOO as a macrosymbol to (%js-vref "<symbolname>")
2013-04-24 David VázquezMerge branch 'macrosymbols'
2013-04-24 David Vázquezdefine-symbol-macro
2013-04-24 David Vázquezparse-integer signals error if junk is detected
next