Fixing tabs/spaces. (Oops.)
[jscl.git] / src /
2013-06-02 Ken HarrisFixing tabs/spaces. (Oops.)
2013-06-02 Ken HarrisExtend DIGIT-CHAR-P to include all HexDigit characters.
2013-06-02 Ken HarrisCharacter case predicates.
2013-05-09 Ken HarrisCharacter comparisons, case insensitive.
2013-05-09 Ken HarrisCharacter comparisons, case sensitive.
2013-05-09 Ken HarrisCHAR-NAME and NAME-CHAR, for ASCII names.
2013-05-09 Ken HarrisUnicode-aware implementations of most of the Characters...
2013-05-05 Ken HarrisSBCL-style Unicode support: one character = one Unicode...
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
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á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 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 pull request #66 from 6502/return-from
2013-05-01 Andrea Griffiniadded OTHERWISE support to (CASE ...)
2013-05-01 Andrea Griffinifixed RETURN-FROM for FLET/LABELS and added a test...
2013-05-01 David VázquezFix typo if/when
2013-05-01 David VázquezPass argument count explicitly instead of use arguments...
2013-05-01 David VázquezMerge pull request #28 from maxwellhansen/patch-1
2013-05-01 David VázquezRemove usage of the *block-counter* variable
2013-05-01 David VázquezFixes #64 issue on nested scoping in non local exists
2013-05-01 Raimon Grauunbalanced parens
2013-05-01 Andrea Griffinimerged trunk
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-05-01 David VázquezInclude license header to package.lispn
2013-05-01 David VázquezMove more functions to list.lisp and create package...
2013-05-01 David VázquezMerge branch 'build-tweaks' of https://github.com/nikod...
2013-05-01 David VázquezIgnore declarations in lambdas
2013-05-01 David Vázqueznamed-lambda is a function descriptor rather than a...
2013-05-01 David VázquezMerge branch 'equal' of https://github.com/6502/jscl...
2013-05-01 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-05-01 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-05-01 David VázquezMerge pull request #45 from abeaumont/read-integer
2013-05-01 David VázquezMerge https://github.com/Strigoides/jscl into pull...
2013-04-30 Andrea Griffiniquoted symbols, better handling of dotted pairs
2013-04-30 Andrea Griffinibetter equal implementation with support for conses...
next