jscl.git
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
2013-07-07 David VázquezMerge branch 'codegen'
2013-07-06 David VázquezSome refactoring
2013-07-06 David VázquezUnescape some symbols
2013-07-06 David VázquezFix FFI funcall
2013-07-05 David VázquezRemove CONVERT*
2013-07-05 David VázquezRemove comment
2013-07-05 David VázquezRemove some transitional changes
2013-07-05 David VázquezMETHOD-CALL JS macro
2013-07-05 David VázquezStore intermediate variables as symbols instead of...
2013-07-05 David VázquezRename LS-COMPILE => CONVERT and LS-COMPILE-TOPLEVEL...
2013-07-05 David VázquezRemove CODE and transactional support in codegen for it
2013-07-05 David VázquezRemove js!selfcall
2013-07-05 David VázquezRemove CODE completely
2013-07-05 David VázquezMigrate compile-funcall
2013-07-05 David VázquezMigrate literals
2013-07-05 David VázquezMigrate toplevel code emitted as result of literals
2013-07-05 David VázquezRemove CODE use in convert-toplevel
2013-07-05 David VázquezRemove js!bool
2013-07-05 David VázquezSecondary value in js macroexpanders to inhibit macroex...
2013-07-05 David Vázquezbool js macro replace js!bool
2013-07-05 David Vázquezselfcall JS macro replace js!selfcall*
2013-07-05 David VázquezCodegen JS macros
2013-07-05 David VázquezMigrate special variable references
2013-07-05 David VázquezRemove type-check macro and its uses
2013-07-05 David VázquezVariable-arity
2013-07-05 David VázquezMigrate VARIABLE-ARITMETIC-CALL
2013-07-05 David VázquezMigrate MULTIPLE-VALUE-PROG1
2013-07-05 David VázquezMigrate APPLY
2013-07-05 David VázquezMigrate CONS
2013-07-05 David VázquezRemigrate MULTIPLE-VALUE-CALL (correctly)
2013-07-05 David VázquezFix temporal bug in tagbody
2013-07-05 David VázquezMigrate MULTIPLE-VALUE-CALL
2013-07-05 David VázquezMigrate TAGBODY
2013-07-05 David VázquezNon-nested switch cases in codegen
2013-07-05 David VázquezMigrate GO
2013-07-01 David VázquezMigrate RETURN-FROM
2013-07-01 David VázquezMigrate keyword argument parsing
2013-06-30 David VázquezOptional arguments
2013-06-30 David VázquezSWITCH support
2013-06-30 David Vázquezcompile reswip: compile rest arguments
2013-06-30 David VázquezMigrate compile-lambda
2013-06-30 David Vázquezlet-binding-wrapper
2013-06-29 David VázquezLET
2013-06-29 David VázquezMigrate LABELS
2013-06-29 David VázquezFLET
2013-06-29 David VázquezUse destructuring-bind
2013-06-29 David VázquezMigrate VALUES-ARRAY and VALUES
2013-06-29 David VázquezBetter GET and PROPERTY handling
2013-06-29 David VázquezCODEGEN: Use lexical variables instead of special ones
2013-06-28 David VázquezFix bug with funcall precedence
2013-06-27 David VázquezRemove new compiler. It has its own branch
2013-06-27 David VázquezMigrate FUNCALL
2013-06-27 David VázquezFix escaped symbol printing
next