*features* support for the reader
[jscl.git] / src /
2013-05-08 David Vázquez*features* support for the reader
2013-05-08 David VázquezMerge pull request #83 from pnathan/features
2013-05-08 David VázquezRemove wrong array branch from equal
2013-05-08 pnathanRemoved :ansi-cl as per issue #83
2013-05-08 pnathanMoved to misc.lisp
2013-05-08 pnathanMerging from upstream
2013-05-08 David VázquezMerge branch 'reader-backward-references' of https...
2013-05-08 David VázquezFix keyword dumping and restoring
2013-05-08 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-08 pnathanAdded *features* parameter.
2013-05-06 David VázquezOrganize the functions in the file
2013-05-06 David VázquezMerge DOSEQ into DO-SEQUENCE
2013-05-06 David VázquezMove more code to sequence.lisp
2013-05-06 David VázquezMove sequence functions to sequence.lisp
2013-05-06 David VázquezRemove old FIND
2013-05-06 David VázquezRedefine ATOM
2013-05-06 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 Nikodemus Siivolamake FIND and REPLACE work on vectors as well
2013-05-06 Nikodemus Siivolaexport FIND
2013-05-06 Nikodemus Siivolaadd not-entirely-correct VECTOR-PUSH-EXTEND
2013-05-06 David VázquezBetter `case' macro with multikeys
2013-05-06 David VázquezBetter COND
2013-05-06 David Vázquezvalue argument is optional in defvar
2013-05-06 David VázquezAdd copyright notice
2013-05-06 Andrea Griffinitypo in array printing
2013-05-05 Henry Irvineadd prog macro
2013-05-05 David VázquezDOLIST and DOTIMES use extended lambda lists
2013-05-05 David VázquezDestructuring mismatch errors
2013-05-05 Andrea Griffiniwip *print-circle* support
2013-05-05 David VázquezRemove unnecesary let* binding reusing the &whole var...
2013-05-05 Andrea Griffiniadded afind primitive
2013-05-05 Andrea Griffinireader support for ## and #=
2013-05-05 David VázquezMove *MAGIC-UNQUOTE-MARKER* back to compiler.lisp
2013-05-05 David VázquezDEFMACRO supports extended macro lambda lists
2013-05-05 David VázquezFix key arguments in nested lists
2013-05-05 David Vázquezdefconstant !lambda-list-keywords
2013-05-05 David VázquezFix etypecase
2013-05-05 David VázquezExport destructuring-bind
2013-05-05 David VázquezReplace advanced etypecase by cond
2013-05-05 David VázquezReplace loop macro usage
2013-05-05 David VázquezETYPECASE
2013-05-05 David VázquezUse def!struct
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ázquezCreate JSCL package to keep the symbols in the host...
2013-05-04 David VázquezFix read-float. Define CHAR-UPCASE and CHAR-DOWNCASE
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 Andrea Griffiniimproved symbol printing
2013-05-04 David Vázquezffi-intern-hook simplification
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 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 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 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á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á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ázquezWIP: Strings as array of characters implementation
next