Fix comment
[jscl.git] / jscl.lisp
2014-02-22 DavidAdd *version* variable
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ázquezImplement a failing symbol-plist as primitive
2014-02-16 David VázquezImplement eq and equal hash tables
2013-10-24 David VázquezBootstrap from any working directory
2013-08-30 David VázquezReorder file loading and fix define-setf-expander
2013-08-29 Olof-Joachim FrahmLoad documentation.lisp.
2013-07-09 Owen RodleyPrint relative pathnames when compiling test files
2013-07-09 Owen RodleyModify the way source files are listed in *SOURCE*
2013-07-09 Owen RodleyAdd DO-SOURCE macro for iterating over source files
2013-07-05 David VázquezRename LS-COMPILE => CONVERT and LS-COMPILE-TOPLEVEL...
2013-07-05 David VázquezMigrate literals
2013-06-21 David VázquezSome fixes
2013-06-20 David VázquezVery basic string stream to support codegen
2013-06-20 David VázquezMove codegen.lisp to compiler-codegen.lisp
2013-06-06 David VázquezRemove some js-vset by (setf oget)
2013-06-04 David VázquezMerge branch 'master' into arrays
2013-06-03 David VázquezMerge branch 'master' into arrays
2013-06-02 Ken HarrisMerging from upstream.
2013-05-24 David VázquezMove backquote to its own file
2013-05-24 David VázquezRename arrays.lisp to array.lisp
2013-05-24 David VázquezBasic storage vectors operations and array construction
2013-05-19 Owen RodleyCreate numbers.lisp with some basic numeric functions
2013-05-09 Ken HarrisUnicode-aware implementations of most of the Characters...
2013-05-08 David Vázquez*features* support for the reader
2013-05-08 pnathanMoved to misc.lisp
2013-05-08 pnathanAdded *features* parameter.
2013-05-06 David VázquezMove sequence functions to sequence.lisp
2013-05-05 David VázquezMove *MAGIC-UNQUOTE-MARKER* back to compiler.lisp
2013-05-05 David VázquezDEFMACRO supports extended macro lambda lists
2013-05-05 David VázquezMove DEF!STRUCT to defstruct.lisp
2013-05-04 David VázquezCreate JSCL package to keep the symbols in the host...
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