jscl.git
2013-05-05 David VázquezMove DEF!STRUCT to defstruct.lisp
2013-05-05 David VázquezSupport &aux variables
2013-05-05 David VázquezWIP: Include DESTRUCTURING-BIND operator
2013-05-04 David VázquezUpdate build instructions
2013-05-04 David VázquezCreate JSCL package to keep the symbols in the host...
2013-05-04 David VázquezUpdate name in CREDITS
2013-05-04 David VázquezFix read-float. Define CHAR-UPCASE and CHAR-DOWNCASE
2013-05-04 David VázquezUpdate AUTHORS file
2013-05-04 David VázquezEscape token also for the package prefix
2013-05-04 David VázquezRewrite and simplify potential-number-p according to...
2013-05-04 David VázquezThe reader will ignore expressiones prefixed with ...
2013-05-04 David VázquezAdd ALPHA-CHAR-P. FIND and FIND-If work also on sequences
2013-05-04 David VázquezAdd clarifing comment
2013-05-04 David VázquezMerge branch 'print' of https://github.com/6502/jscl
2013-05-04 Andrea Griffiniimproved symbol printing
2013-05-04 David VázquezFix test colorization
2013-05-04 David Vázquezffi-intern-hook simplification
2013-05-04 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-05-04 David VázquezFix failing test
2013-05-04 David VázquezRename some functions
2013-05-04 David VázquezMerge branch 'print' of https://github.com/6502/jscl...
2013-05-04 David VázquezMerge pull request #74 from 6502/dotted-pair-read
2013-05-04 David VázquezMerge pull request #73 from Strigoides/list-stuff
2013-05-04 Andrea Griffinibetter error reporting for (1 . 2 <EOF>
2013-05-04 Andrea Griffiniremoved unused function
2013-05-04 Andrea Griffinifixed detection of multiple objects after . in list
2013-05-04 Andrea Griffinimerged trunk
2013-05-04 Andrea Griffiniremoved unused function and added detection for multipl...
2013-05-04 Owen RodleyADJOIN
2013-05-04 Owen RodleyINTERSECTION
2013-05-04 Owen RodleyAdd KEY and TEST args to MEMBER
2013-05-04 Owen RodleyRASSOC
2013-05-04 Owen RodleyCOPY-ALIST
2013-05-04 Owen RodleyRewrite ACONS and PAIRLIS tests using dotted lists
2013-05-04 Owen RodleyMerge branch 'master' of https://github.com/davazp...
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ázquezMove FFI code to src/ffi.lisp
2013-05-04 David VázquezFix lambda funcall ((lambda (x) x) 20)
2013-05-04 David VázquezFix dotted notation and incomplete input error reporting
2013-05-04 Owen RodleyPAIRLIS
2013-05-03 Owen RodleyACONS
2013-05-03 Owen RodleyTAILP
2013-05-03 Owen RodleyFIFTH to TENTH
2013-05-03 Owen RodleyTREE-EQUAL
2013-05-03 Owen RodleyRemove outdated comment
2013-05-03 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-05-03 Andrea Griffinibugfix for reading uninterned symbols in repl
2013-05-03 Andrea Griffinibetter symbol printing
2013-05-03 Andrea Griffinimerged trunk
2013-05-03 David VázquezDisable test temporarily
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezRemove references to non-symbol literals
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ázquezEasier bootstrap
2013-05-03 David VázquezDefine macro-function
2013-05-03 David VázquezRemove duplicated string conversion
2013-05-03 David VázquezNon-recursive !reduce
2013-05-03 David VázquezMerge branch 'master' into mutable-strings
2013-05-03 David VázquezFix: join fails on empty list
2013-05-03 David VázquezSome string tests
2013-05-03 David Vázquez(SETF CHAR) and move string related code to string...
2013-05-03 David VázquezRemove temporary code
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ázquezMerge branch 'master' into strings
2013-05-03 David VázquezSimplify tests using format
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 David VázquezRemove test because it will fail in the host
2013-05-02 David VázquezMove hacking tips from the README to HACKING
2013-05-02 David VázquezUse pop and concatf in basic format
2013-05-02 Raimon Graufixed format for compatibility with new char implementation
2013-05-02 Raimon GrauMerge branch 'origin-master' into origin-format
2013-05-02 Andrea Griffiniwip printer
2013-05-02 David VázquezCharacter printing
2013-05-02 David VázquezFix bug in character reading
2013-05-02 David VázquezImplement characters as Javascript strings of length 1
2013-05-02 David VázquezMerge pull request #69 from 6502/symbol-quoting
2013-05-02 Raimon Graureindent
2013-05-02 Raimon Graucall write-to-string recursively
2013-05-01 Raimon Grauprinc-to-string to implement ~a and ~S format directives
2013-05-01 Andrea Griffinisymbol quoting support in reader
2013-05-01 Andrea Griffinimerged davazp trunk
2013-05-01 David VázquezMerge tests/return-from.lisp into tests/control.lisp
2013-05-01 David VázquezDeclare as special variable *use-html-output-p* in...
2013-05-01 David VázquezMerge pull request #66 from 6502/return-from
2013-05-01 David VázquezMerge pull request #68 from 6502/case-otherwise
2013-05-01 David VázquezFix test in SBCL
2013-05-01 David VázquezVectors are equal if they are eql only
2013-05-01 David VázquezUse defparameter instead of defvar to reset test report...
2013-05-01 David VázquezDo not use html in RUN-TESTS-IN-HOST
2013-05-01 Raimon Grau~% test added
2013-05-01 David VázquezMerge pull request #58 from Strigoides/colorize-tests
next