jscl.git
2013-01-12 David VazquezCommon Lisp `indent' version to speed up bootstrap
2013-01-11 David VázquezFix `unknown variable' and `unknown function' error...
2013-01-09 David VazquezImplicit tagbody in DOTIMES and DOLIST
2013-01-09 David VazquezUse js!selfcall and js!bool emitter Javascript helper...
2013-01-09 David VazquezImplement TAGBODY and GO special forms
2013-01-09 David VazquezAdd UNWIND-PROTECT special operator
2013-01-09 David VazquezImplement CATCH and THROW
2013-01-08 David VazquezFix DOTIMES and DOLIST implicit NIL to ignore the optio...
2013-01-08 David VazquezUpdate copyright year
2013-01-08 David Vazquezreturn argument is optional and assoc uses non local...
2013-01-08 David VazquezImplicit blocks for WHILE, DOTIMES, DOLIST and DEFUN
2013-01-08 David VazquezImplement BLOCK, RETURN-FROM special operators and...
2013-01-08 David VazquezPrint returns object itself
2013-01-08 David VazquezUnify env and fenv in a compose type lexenv
2013-01-08 David VazquezIndent use join instead of !reduce #'concat-two
2013-01-08 David VazquezNew functions: copy-list, identity
2013-01-05 Mihai BazonMinor stuff
2013-01-04 David VazquezFix bug in defun, reported by abeaumont
2013-01-04 David VazquezSome dependencies for the REPL
2013-01-04 David VazquezRename lispstrack to ecmalisp
2013-01-04 David Vazquezgensym
2013-01-04 David VazquezDOTIMES
2013-01-04 David VazquezMore type checking
2013-01-04 David VazquezSome type checking
2013-01-04 David Vazqueznull is not primitive
2013-01-04 David Vazquezread-until stops if it finds EOF
2013-01-03 David VazquezMacro to define built-in functions easily
2012-12-29 David Vazquezwrite-string and remove debug
2012-12-28 David VazquezExtra *newline* in CDR translation
2012-12-28 David VazquezIndent output code
2012-12-28 David VazquezClean output code
2012-12-28 David VazquezIgnore output file
2012-12-28 David VazquezPrint functions with the name
2012-12-28 David VazquezPrint improper lists
2012-12-28 David VazquezLAST and BUTLAST work for improper lists
2012-12-27 David Vazquezsubseq for strings
2012-12-27 David VazquezCall JOIN without a separator in some callers
2012-12-27 David VazquezPrint negative numbers
2012-12-27 David VazquezMove some code from ls-read to read-sharp
2012-12-26 David VazquezSome refactoring
2012-12-26 David Vazquezdefvar accepts optional value (it was required)
2012-12-26 David Vazquezjoin and join-trailing accept optional argument
2012-12-26 David VazquezNumber of argument checking and &optional parameters
2012-12-26 David VazquezRemove redundant semicolons
2012-12-26 David VazquezFix make-symbol
2012-12-26 David Vazquezconcat-two primitive function offered
2012-12-24 David VazquezFUNCTIONP and printer for FUNCTION
2012-12-24 David VazquezPrinter
2012-12-24 David VazquezFix eval-when-compile and so defmacro in the REPL
2012-12-24 David VazquezDEFVAR returns the symbol
2012-12-24 David VazquezDEFUN returns the function name
2012-12-24 David VazquezParent matching
2012-12-24 David VazquezImprove scrolling in the console
2012-12-24 David VazquezRename test.html to lispstrack.html
2012-12-24 David VazquezAdd copyright notice for rgrau
2012-12-24 David VazquezSome comments
2012-12-24 David VazquezMove all the code to only one file
2012-12-23 David VazquezHandle unfinished expressions in the REPL
2012-12-23 David VazquezReport unexpected errors in the reader
2012-12-23 David VazquezWelcome message
2012-12-23 David VazquezHandle errors in the REPL
2012-12-23 David VazquezFix js-eval. Macros bug fixed!
2012-12-23 David VazquezFix c*r and order them
2012-12-23 David VazquezFix cddr and cdddr
2012-12-23 David VazquezFix let
2012-12-23 David VazquezFix cons
2012-12-22 David VazquezRemove , in compile commands
2012-12-22 David Vazquezmultivariadic append
2012-12-22 David Vazquez, prefix in the REPL to compile
2012-12-22 David VazquezConsole
2012-12-22 David VazquezCAR and CDR work for NIL object
2012-12-22 David VazquezUse global variables to keep the variable, function...
2012-12-22 David VazquezClean variable and function lookup information with...
2012-12-22 David VazquezUpdate test.lisp with the newer code from lispstrack...
2012-12-22 David VazquezUpdate boolean expressions
2012-12-22 David VazquezFix symbol-name for NIL
2012-12-22 David VazquezAccept tabs as whitespaces
2012-12-22 David VazquezFix reader for T character
2012-12-22 David VazquezFix NIL handling error
2012-12-22 David VazquezExport compile and compileString too
2012-12-22 David VazquezExport main functions read, eval and evalString to...
2012-12-22 David VazquezFix OR
2012-12-22 David VazquezCopy global environment from host to target
2012-12-22 David VazquezFix apply
2012-12-22 David VazquezFix c*r functions
2012-12-22 David VazquezFix with-compilation-unit
2012-12-22 David Vazquezdolist
2012-12-22 David Vazquezwith-compilation-unit
2012-12-22 David VazquezUpdate test.lisp with the newer definitions
2012-12-22 David VazquezFix symbolp and consp
2012-12-22 David VazquezQuoted symbols are also interned in the target environment
2012-12-21 David VazquezMove package code to the beginning of th file
2012-12-21 David VazquezFix little bugs
2012-12-20 David VazquezUse *newline* instead of literal strings
2012-12-20 David Vazquezescape newlines
2012-12-20 David VazquezFix bug in string escape
2012-12-20 David VazquezFormat strings
2012-12-20 David VazquezLispstrack compiles itself!
2012-12-20 David Vazquezdefparameter => defvar
2012-12-20 David Vazquezerror is an expression now
next