Fix comment
[jscl.git] / src / boot.lisp
2014-02-21 David VázquezDEBUG: Basic compiler undefined function warning
2014-02-20 David VázquezMove SETF to src/setf.lisp
2014-02-19 David VázquezBoolean Lisp<->Javascript conversion
2014-02-16 David VázquezImplement eq and equal hash tables
2013-09-03 Olof-Joachim FrahmAdd FUNCALL and APPLY as functions.
2013-08-30 David VázquezReorder file loading and fix define-setf-expander
2013-08-30 David VázquezFix SETF semantics at compile-time
2013-08-30 David VázquezTidy basic setf-macros
2013-08-30 David Vázquezdefconstant uses eval-when
2013-08-29 David Vázquezdefmacro expansion uses eval-when
2013-08-29 David VázquezSimpler printer
2013-08-29 David VázquezMove documentation function to src/documentation.lisp
2013-08-29 Olof-Joachim FrahmFix FORMAT specifier X.
2013-08-29 Olof-Joachim FrahmAdd LIST, SEQUENCE to TYPECASE.
2013-06-23 David VázquezNTH-VALUE macro
2013-06-21 David VázquezAdd debugging information
2013-06-17 Ken HarrisMerge upstream.
2013-06-15 David VázquezMerge pull request #121 from Ferada/small-fixes
2013-06-14 Ken HarrisReturn the reader-form from SETF expansion.
2013-06-13 Ken HarrisAllow DO / DO* to take bare symbols as vars.
2013-06-12 Olof-Joachim FrahmFix TYPECASE macro for T/ELSE case.
2013-06-07 David VázquezMerge branch 'master' into ffi
2013-06-06 Olof-Joachim FrahmMake FUNCTION and FLOAT available in TYPECASE.
2013-06-06 Olof-Joachim FrahmTypo.
2013-06-06 David VázquezMultiple chaining keys in oset* and oset
2013-06-04 David VázquezSpeed up arrays concatenating a litte bit
2013-05-24 David VázquezMove concat and char
2013-05-19 Owen RodleyMove over some numeric functions from boot.lisp
2013-05-17 Olof-Joachim FrahmAdd and export PUSHNEW.
2013-05-17 Olof-Joachim FrahmAdd EQ as function so that #'EQ works.
2013-05-17 David VázquezMerge pull request #92 from samebchase/experimental
2013-05-15 Alfredo BeaumontAdd COMPLEMENT function definition, including tests.
2013-05-12 Samuel ChaseImplemented string<
2013-05-12 Samuel ChaseImplemented string<
2013-05-09 Brit ButlerImplement fboundp.
2013-05-09 Owen RodleyFix ALPHA-CHAR-P for capital letters
2013-05-08 David VázquezRemove wrong array branch from equal
2013-05-08 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 David VázquezMove more code to sequence.lisp
2013-05-06 David VázquezMove sequence functions to sequence.lisp
2013-05-06 David VázquezRemove old FIND
2013-05-06 David VázquezRedefine ATOM
2013-05-06 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 Nikodemus Siivolamake FIND and REPLACE work on vectors as well
2013-05-06 David VázquezBetter `case' macro with multikeys
2013-05-06 David VázquezBetter COND
2013-05-06 David Vázquezvalue argument is optional in defvar
2013-05-05 Henry Irvineadd prog macro
2013-05-05 David VázquezDOLIST and DOTIMES use extended lambda lists
2013-05-05 Andrea Griffinireader support for ## and #=
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/