jscl.git
2014-03-10 David VázquezFix comment master
2014-03-09 David VázquezFix gethash indentation
2014-03-06 David VázquezMerge branch 'master' of github.com:davazp/jscl
2014-03-06 David Vázquezmachine-* functions return NIL
2014-03-06 David VázquezAdd lisp-implementation-version
2014-03-06 David VázquezImplement eval macrocharacter (#'.)
2014-03-06 David VázquezRun tests asynchronously so it reports incrementally
2014-02-27 DavidImplement maphash function
2014-02-25 David VázquezAdd hash-table-count function
2014-02-24 David VázquezImplement SQRT function
2014-02-22 DavidAdd *version* variable
2014-02-22 David VázquezStop propagating errors at toplevel
2014-02-22 David VázquezTAGBODY uses TagNLX object instead of plain object
2014-02-22 David Vázquezblock/return-from uses BlockNLX instead of plain object
2014-02-22 David Vázquezthrow/catch uses CatchNLX object instead of plain object
2014-02-21 DavidSETQ signals error if the first argument is not a symbol
2014-02-21 David VázquezDEBUG: Basic compiler undefined function warning
2014-02-20 David VázquezMove SETF to src/setf.lisp
2014-02-20 David VázquezFix SYMBOL-PLIST and (SETF SYMBOL-PLIST)
2014-02-19 David VázquezImplement a failing symbol-plist as primitive
2014-02-19 David VázquezInclude forgotten CSS file
2014-02-19 David VázquezMerge branch 'lisp-repl'
2014-02-19 David VázquezRewrite the REPL in Lisp using FFI
2014-02-19 David VázquezRewrite the REPL in Lisp using FFI
2014-02-19 David VázquezSet indentation to 2 spaces
2014-02-19 David VázquezBoolean Lisp<->Javascript conversion
2014-02-19 David VázquezFix FFI Call compilation issue
2014-02-17 David VázquezSimplify nbutlast
2014-02-17 David VázquezMerge https://github.com/pnathan/jscl into nbutlast
2014-02-17 pdnAdd NBUTLAST. Rewrite BUTLAST to be O(n).
2014-02-17 pdnDO to DOTIMES
2014-02-16 David VázquezMerge branch 'hashtables'
2014-02-16 David Vázquezremhash tests
2014-02-16 David VázquezMerge branch 'hashtables'
2014-02-16 David VázquezAdd `remhash' function
2014-02-16 David VázquezFix comments
2014-02-16 David VázquezImplement eq and equal hash tables
2014-02-15 pdnAdd MAKE-LIST.
2014-02-15 pdnAdd the &optional n for BUTLAST
2014-02-14 David VázquezWarming up: Comment codegen.lisp a little bit
2013-12-01 David Vázquez`make-package' signals error if package exists
2013-10-24 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-10-24 David VázquezBootstrap from any working directory
2013-10-18 David VázquezMerge pull request #148 from Ferada/small-fixes
2013-10-17 Olof-Joachim... Fix (SETF OGET). small-fixes
2013-10-17 David VázquezMerge pull request #147 from Ferada/defpackage
2013-10-15 Olof-Joachim... Simple DEFPACKAGE. defpackage
2013-10-15 Olof-Joachim... NAME is a string designator.
2013-10-15 Olof-Joachim... Add GET-PROPERTIES, GETF and (SETF GETF).
2013-10-15 Olof-Joachim... Add RPLACA/D as functions.
2013-09-03 David VázquezCloses #145 fixing keyword dumping
2013-09-03 Olof-Joachim... Add FUNCALL, APPLY tests.
2013-09-03 Olof-Joachim... Add FUNCALL and APPLY as functions.
2013-09-02 David VázquezMerge pull request #144 from Ferada/apropos package-improvements
2013-09-02 Olof-Joachim... Use CHAR-EQUAL and STRING for APROPOS. apropos
2013-08-31 David VázquezFix variable-arity multiplication and so read-float
2013-08-30 David VázquezReorder file loading and fix define-setf-expander
2013-08-30 David VázquezFix SETF semantics at compile-time
2013-08-30 David VázquezTidy basic setf-macros
2013-08-30 David VázquezRemove eval-when-compile
2013-08-30 David VázquezUse eval-when instead of eval-when-compile
2013-08-30 David Vázquezdefconstant uses eval-when
2013-08-30 David VázquezConvert toplevel macroexpands its input
2013-08-29 David Vázquezdefmacro expansion uses eval-when
2013-08-29 David VázquezAdd eval-when special form
2013-08-29 David VázquezFix bug printing uninterned symbols
2013-08-29 David VázquezRevert asynchronous tests
2013-08-29 David VázquezExecute tests asynchronously to let the browser to...
2013-08-29 David VázquezMerge pull request #142 from Ferada/pretty-print
2013-08-29 David VázquezSimpler printer
2013-08-29 Olof-Joachim... Newlines after semicolons if *PRETTY-PRINT* is set. pretty-print
2013-08-29 David Vázquezwrite-to-string is available at host via !write-to...
2013-08-29 David VázquezClean warning at bootstrap
2013-08-29 David VázquezMove documentation function to src/documentation.lisp
2013-08-29 David VázquezMerge pull request #140 from Ferada/search
2013-08-29 Olof-Joachim... Use EXTERNAL-ONLY for APROPOS and friends. search
2013-08-29 Olof-Joachim... Add EXTERNAL-ONLY (as seen in SBCL).
2013-08-29 Olof-Joachim... Handle unknown FORMAT specifiers for now.
2013-08-29 Olof-Joachim... WARN should accept FORMAT-like arguments.
2013-08-29 Olof-Joachim... Fix FORMAT specifier X.
2013-08-29 Olof-Joachim... Load documentation.lisp.
2013-08-29 Olof-Joachim... Preliminary DOCUMENTATION, APROPOS and friends.
2013-08-29 Olof-Joachim... Add Tilde D: Decimal to FORMAT.
2013-08-29 Olof-Joachim... Add SEARCH, MISMATCH testcases.
2013-08-29 Olof-Joachim... Add SEARCH and stuff.
2013-08-29 Olof-Joachim... Add LIST, SEQUENCE to TYPECASE.
2013-08-29 Olof-Joachim... Add SEQUENCEP.
2013-08-20 David VázquezMerge pull request #139 from Ferada/small-fixes clhs-links
2013-08-19 Olof-Joachim... Add and use TERPRI.
2013-08-19 Olof-Joachim... Fix MAP-FOR-IN access.
2013-08-05 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-07-09 David VázquezMerge pull request #136 from orodley/source-changes
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-07 David VázquezMerge pull request #135 from orodley/rplac-fix
2013-07-07 Owen RodleyRPLAC[AD] should return their first argument, not the...
2013-07-07 David VázquezRemove *newline* variable
2013-07-07 David VázquezUse #\newline instead of *newline*
2013-07-07 David VázquezIgnore /debug on host
next