jscl.git
2013-01-18 David VazquezIgnore ecmalisp.js in master branch
2013-01-18 David VazquezRemove ecmalisp from master repository
2013-01-18 David VazquezBasic package functions
2013-01-17 David VazquezAll initial functions are are non-overridable by default
2013-01-17 David Vazquez`constant' and `non-overridable' declarations
2013-01-17 David Vazquez!PROCLAIM and NOTINLINE support
2013-01-17 David VazquezFix bug about strings in docstring position
2013-01-17 David VazquezUse JOIN instead of reduce/concat
2013-01-17 David VazquezConsider lambda docstrings at compile-time
2013-01-17 David VazquezCompile macro expander functions after first use in...
2013-01-17 David VazquezSupport for docstrings and DOCUMENTATION function
2013-01-17 David VazquezRemove redundant return value of defmacro
2013-01-17 David VazquezRename binding-translation to binding-value
2013-01-17 David VazquezAdd RETURN-LAST-P argument to LS-COMPILE-BLOCK
2013-01-17 David VazquezReplace ENV by *ENVIRONMENT*
2013-01-16 David VazquezMerge branch 'special-variables' into development
2013-01-16 David VazquezUse special variable to fix nested toplevel compilation bug
2013-01-16 David VazquezLet supports special variables
2013-01-16 David VázquezAdd: DEFPARAMETER
2013-01-16 David VázquezAdd BOUNDP
2013-01-16 David Vázquez%compile-defmacro compiles the name as a symbol
2013-01-16 David VázquezReverting "Replace INTERNP by FIND-SYMBOL"
2013-01-16 David VázquezRevert symbol dumping
2013-01-16 David VazquezReplace INTERNP by FIND-SYMBOL
2013-01-16 David VazquezTool function: DISASSEMBLE
2013-01-16 David VazquezAvoid circularity issue in funcalls
2013-01-16 David VazquezNew: symbol-plist
2013-01-16 David VazquezUnify 'lambda funcall' and 'symbol funcall' via functio...
2013-01-16 David Vazquezsymbol-function checks if the function is defined
2013-01-16 David VazquezRemove FSETQ and LOOKUP-FUNCTION functions
2013-01-16 David VazquezRemove global lexical variables
2013-01-15 David VazquezFix defmacro temporarily
2013-01-15 David VazquezCopy *literal-counter* to target properly
2013-01-15 David Vazquezls-compile-toplevel emits a semicolon after the compile...
2013-01-15 David VazquezDifferent quote compilation in CL and ecmalisp
2013-01-14 David VazquezFix compilation of quote in target
2013-01-14 David VazquezChange definition of T and NIL, as package is kept...
2013-01-14 David Vázquezls-compile-toplevel bypasses toplevel progns
2013-01-14 David VázquezBuild fixes
2013-01-14 David Vázquezsetq and ls-compile deals with special-variables
2013-01-14 David VázquezRename set/get to oset/oget. Define SET, SYMBOL-VALUE...
2013-01-13 David VazquezAdd PROG2 macro
2013-01-12 David VazquezREVAPPEND, NTHCDR and rewrite some functions without...
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
next