Add KEY and TEST args to MEMBER
[jscl.git] / src /
2013-05-04 Owen RodleyAdd KEY and TEST args to MEMBER
2013-05-04 Owen RodleyRASSOC
2013-05-04 Owen RodleyCOPY-ALIST
2013-05-04 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-05-04 David VázquezDefine custom symbol object in prelude instead of plain...
2013-05-04 David VázquezMore progresses in FFI
2013-05-04 David VázquezFFI conversion
2013-05-04 David VázquezString and function FFI conversion
2013-05-04 David VázquezMove FFI code to src/ffi.lisp
2013-05-04 David VázquezFix lambda funcall ((lambda (x) x) 20)
2013-05-04 David VázquezFix dotted notation and incomplete input error reporting
2013-05-04 Owen RodleyPAIRLIS
2013-05-03 Owen RodleyACONS
2013-05-03 Owen RodleyTAILP
2013-05-03 Owen RodleyFIFTH to TENTH
2013-05-03 Owen RodleyTREE-EQUAL
2013-05-03 Owen RodleyRemove outdated comment
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezMacro precompilation
2013-05-03 David VázquezFix typo
2013-05-03 David VázquezEasier bootstrap
2013-05-03 David VázquezDefine macro-function
2013-05-03 David VázquezRemove duplicated string conversion
2013-05-03 David VázquezNon-recursive !reduce
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezFix: join fails on empty list
2013-05-03 David VázquezSome string tests
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...
2013-05-03 David VázquezSome string conversions in error reporting
2013-05-03 David VázquezFix several newly introduced bugs in the migration...
2013-05-03 David VázquezFix symbol name dumping
2013-05-03 David VázquezWIP: Strings as array of characters implementation
2013-05-02 David VázquezBetter error reporting using basic format
2013-05-02 David Vázquez`error' uses basic format
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 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 pull request #66 from 6502/return-from
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á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á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 Griffiniquoted symbols, better handling of dotted pairs
2013-04-30 Andrea Griffinibetter equal implementation with support for conses...
2013-04-28 Nikodemus Siivolasilence a couple of unused-variable warnings
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 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-26 maxwellhansenUpdated join function in utils.lisp
2013-04-26 Raimon Grauformat supports ~%
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 Graufist stab at format
next