DEFMACRO supports extended macro lambda lists
[jscl.git] / src / boot.lisp
2013-05-05 David VázquezDEFMACRO supports extended macro lambda lists
2013-05-05 David VázquezFix etypecase
2013-05-05 David VázquezETYPECASE
2013-05-04 David VázquezAdd ALPHA-CHAR-P. FIND and FIND-If work also on sequences
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezDefine macro-function
2013-05-03 David VázquezNon-recursive !reduce
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...
2013-05-03 David VázquezFix several newly introduced bugs in the migration...
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ázquezImplement characters as Javascript strings of length 1
2013-05-01 Andrea Griffiniadded OTHERWISE support to (CASE ...)
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
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á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 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-28 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-04-26 David VázquezMerge branch 'dump-changes-bug'
2013-04-26 David VázquezRevert "Simplify literal object dumping"
2013-04-26 David VázquezExpected test failures and unexpected passes
2013-04-26 StrigoidesAdd :TEST keyword arg to ASSOC
2013-04-26 David VázquezSimplify literal object dumping
2013-04-26 StrigoidesOnly evaluate the test once in COND
2013-04-26 StrigoidesFix COND for clauses with length 1
2013-04-25 David VázquezDefine get-internal-real-time
2013-04-25 David VázquezINCF and DECF work on proper places
2013-04-25 David VázquezRename project to JSCL
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 David VázquezMove source code under src/