Move backquote to its own file
[jscl.git] / src / compiler.lisp
2013-05-24 David VázquezMove backquote to its own file
2013-05-19 Owen RodleyAdd /= function
2013-05-17 Olof-Joachim FrahmAdd and export DO-(ALL/EXTERNAL)-SYMBOLS.
2013-05-17 Olof-Joachim FrahmStrip declarations when compiling a block.
2013-05-10 David VázquezRelax compiler literal caching
2013-05-09 Brit ButlerImplement fboundp.
2013-05-08 David Vázquez*features* support for the reader
2013-05-08 David VázquezMerge branch 'reader-backward-references' of https...
2013-05-08 David VázquezFix keyword dumping and restoring
2013-05-08 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 Nikodemus Siivolaadd not-entirely-correct VECTOR-PUSH-EXTEND
2013-05-05 Andrea Griffiniwip *print-circle* support
2013-05-05 Andrea Griffiniadded afind primitive
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ázquezFix read-float. Define CHAR-UPCASE and CHAR-DOWNCASE
2013-05-04 Andrea Griffinimerged trunk
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ázquezFix lambda funcall ((lambda (x) x) 20)
2013-05-03 Andrea Griffinibugfix for reading uninterned symbols in repl
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ázquezDefine macro-function
2013-05-03 David VázquezRemove duplicated string conversion
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 Raimon Graufixed format for compatibility with new char implementation
2013-05-02 David VázquezCharacter printing
2013-05-02 David VázquezImplement characters as Javascript strings of length 1
2013-05-01 Andrea Griffinifixed RETURN-FROM for FLET/LABELS and added a test...
2013-05-01 David VázquezPass argument count explicitly instead of use arguments...
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á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-04-30 Andrea Griffinibetter equal implementation with support for conses...
2013-04-28 Nikodemus Siivolasilence a couple of unused-variable warnings
2013-04-26 David VázquezFix bug in symbol dumping
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ázquezSimplify literal object dumping
2013-04-26 David VázquezFunctions dump-array, dump-cons and dump-symbol
2013-04-26 David Vázquezjs-eval uses globalEval
2013-04-25 David VázquezDefine get-internal-real-time
2013-04-25 David VázquezRename project to JSCL
2013-04-25 David VázquezFix bug compiling funcalls
2013-04-25 Alfredo Beaumontls-compile: add compiling support for floats
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 David VázquezMove source code under src/