Some fixes
[jscl.git] / src / compiler.lisp
2013-06-21 David VázquezSome fixes
2013-06-21 David VázquezConvert JS AST to strings in ls-compile-toplevel
2013-06-21 David VázquezWIP: compiler.lisp uses a explicit back-end representation
2013-06-21 David VázquezRemove `null-or-empty-p'
2013-06-21 David VázquezRemove `indent'
2013-06-20 David Vázquezwrite-string and write-char work with streams
2013-06-20 David VázquezMove lisp-escape-string to print.lisp
2013-06-20 David VázquezRemove duplicate js-escape-string
2013-06-15 David VázquezMerge branch 'master' of git://github.com/Ferada/jscl...
2013-06-15 David VázquezBasic macrolet
2013-06-15 Olof-Joachim FrahmCheck for odd number of keyword arguments.
2013-06-15 Olof-Joachim FrahmFix off-by-two error in keyword argument processing.
2013-06-12 Olof-Joachim FrahmFix SETF for OGET aka OSET.
2013-06-11 David Vázquezoops. Good fix to empty setq lisp-implementation
2013-06-11 David VázquezFix empty setq
2013-06-07 David VázquezMerge branch 'master' into ffi
2013-06-07 David Vázquez'If' alternative is optional
2013-06-06 Olof-Joachim FrahmFix return value of OSET.
2013-06-06 David VázquezMerge pull request #115 from orodley/smarter-escape...
2013-06-06 David VázquezMultiple chaining keys in oset* and oset
2013-06-06 David VázquezFFI funcall
2013-06-06 David Vázquezoget support multiple key chaining
2013-06-05 Owen RodleyUse two different string-escape functions
2013-06-04 David VázquezOSET* and OGET* type-preserving variants and *root...
2013-06-04 David Vázquezlisp-to-js and js-to-lisp wrappers
2013-06-04 Owen RodleySmarter string escaping. Fixes #114
2013-06-04 David VázquezSpeed up arrays concatenating a litte bit
2013-06-04 David VázquezMerge branch 'master' into arrays
2013-06-03 David VázquezMerge pull request #112 from kengruven/master
2013-06-03 David VázquezMerge branch 'master' into arrays
2013-06-03 Owen RodleyFix #111, error with docstrings containing single quotes
2013-06-02 Ken HarrisMerging from upstream.
2013-05-25 David Vázquezprogn translation uses ',' Javascript operator
2013-05-24 David VázquezMove backquote to its own file
2013-05-24 David Vázquezstring-upcase and string-downcase non primitives
2013-05-24 David VázquezRemove SLICE
2013-05-24 David VázquezMove concat and char
2013-05-24 David VázquezMove string-length to non-primitive
2013-05-24 David VázquezRemove char-to-string
2013-05-24 David VázquezChange internal format of strings
2013-05-24 David VázquezRemove AFIND
2013-05-24 David VázquezRemove aresize
2013-05-24 David VázquezMove vector-push-extend to arrays.lisp
2013-05-24 David VázquezUnidimensional aref and aset
2013-05-24 David VázquezBasic storage vectors operations and array construction
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-05 Ken HarrisSBCL-style Unicode support: one character = one Unicode...
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
next