jscl.git
2013-04-28 Owen RodleyMerge branch 'master' of https://github.com/davazp...
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
2013-04-24 David VázquezReapply patch for :junk-allowed in parse-integer
2013-04-24 David VázquezShorter line in %compile-defmacro
2013-04-24 David Vázqueztranslate-variable checks if the symbol is unbound
2013-04-24 David VázquezDefine lexenv with def!struct
2013-04-24 David VázquezRemove ad-hoc binding writer functions
2013-04-24 David VázquezUse def!struct to define binding
2013-04-24 David VázquezMerge branch 'master' of https://github.com/abeaumont...
2013-04-24 David VázquezMerge branch 'js-ffi'
2013-04-24 David VázquezDefstruct copier function
2013-04-24 David Vázquezdefstruct setf writers
2013-04-24 David VázquezClean unused variable warning
2013-04-24 David VázquezMerge branch 'master' of github.com:davazp/ecmalisp
2013-04-24 David VázquezMerge pull request #13 from abeaumont/parse-integer-fix
2013-04-24 David VázquezSimple defstruct clone
2013-04-24 Alfredo Beaumontparse-integer: add support for junk-allowed key parameter
2013-04-24 Alfredo Beaumont!parse-integer: handle leading whitespace
2013-04-24 Alfredo Beaumont!parse-integer: trailing whitespace also increments...
2013-04-24 Alfredo Beaumont!parse-integer: fix junk processing
2013-04-24 Alfredo BeaumontFix spacing in !parse-integer
next