Move FFI code to src/ffi.lisp
[jscl.git] / jscl.lisp
2013-05-04 David VázquezMove FFI code to src/ffi.lisp
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezRemove references to non-symbol literals
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezMacro precompilation
2013-05-03 David VázquezEasier bootstrap
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...
2013-05-02 Raimon GrauMerge branch 'origin-master' into origin-format
2013-05-01 David VázquezDeclare as special variable *use-html-output-p* in...
2013-05-01 David VázquezDo not use html in RUN-TESTS-IN-HOST
2013-05-01 David VázquezFixes #64 issue on nested scoping in non local exists
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ázquezMerge https://github.com/Strigoides/jscl into pull...
2013-04-28 Nikodemus Siivolaspecify latin-1 as external format for read-whole-file
2013-04-28 Nikodemus Siivolaabort failed builds instead of soldiering on
2013-04-28 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-04-26 David VázquezRevert "Simplify literal object dumping"
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ázquezAdd function RUN-TESTS-IN-HOST to run tests in the...
2013-04-26 StrigoidesModify test running system
2013-04-26 Raimon Grauminimal tests for format
2013-04-25 David VázquezAdd setf test case file
2013-04-25 David VázquezAdd basic testing framework
2013-04-25 David VázquezRename project to JSCL