Fix return value of OSET.
[jscl.git] / src /
2013-06-06 Olof-Joachim FrahmFix return value of OSET.
2013-06-06 Olof-Joachim FrahmMove *ROOT* to toplevel.lisp because of an error.
2013-06-06 David VázquezRemove special JS FFI package
2013-06-06 David VázquezRemove some js-vset by (setf oget)
2013-06-06 David Vázquez(SETF OGET) AND (SETF OGET*)
2013-06-06 David VázquezMultiple chaining keys in oset* and oset
2013-06-06 David VázquezFFI funcall
2013-06-06 David Vázquezoget support multiple key chaining
2013-06-06 David Vázquez#j macrocharacter as synonymous of #J
2013-06-04 David Vázquez#J supports multiple descriptors
2013-06-04 David Vázquez#J "macro-character"
2013-06-04 David VázquezOSET* and OGET* type-preserving variants and *root...
2013-06-04 David Vázquezlisp-to-js and js-to-lisp wrappers
2013-06-04 David VázquezSpeed up arrays concatenating a litte bit
2013-06-04 David VázquezMerge branch 'master' into arrays
2013-06-03 David VázquezMerge pull request #112 from kengruven/master
2013-06-03 David VázquezMerge branch 'master' into arrays
2013-06-03 Owen RodleyFix #111, error with docstrings containing single quotes
2013-06-02 Ken HarrisMerging from upstream.
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-25 David Vázquezprogn translation uses ',' Javascript operator
2013-05-24 David VázquezMove backquote to its own file
2013-05-24 David Vázquezstring-upcase and string-downcase non primitives
2013-05-24 David VázquezRemove SLICE
2013-05-24 David VázquezMove concat and char
2013-05-24 David VázquezMove string-length to non-primitive
2013-05-24 David VázquezRemove char-to-string
2013-05-24 David VázquezSpecial case in make-array for strings
2013-05-24 David Vázquezarray-element-type special case for strings
2013-05-24 David VázquezChange internal format of strings
2013-05-24 David VázquezAdd make-string
2013-05-24 David Vázquezconcatenate-two
2013-05-24 David VázquezFix bug in read-symbol
2013-05-24 David VázquezUse STRING instead of the internal function CHAR-TO...
2013-05-24 David VázquezCompare strings with string= rather than equal
2013-05-24 David VázquezRemove AFIND
2013-05-24 David VázquezRemove aresize
2013-05-24 David VázquezFix typo
2013-05-24 David VázquezTest file for array.lisp
2013-05-24 David VázquezRename arrays.lisp to array.lisp
2013-05-24 David VázquezMove vector-push-extend to arrays.lisp
2013-05-24 David VázquezUnidimensional aref and aset
2013-05-24 David VázquezBasic storage vectors operations and array construction
2013-05-24 David VázquezAdd array file
2013-05-19 Owen RodleyFix - and /
2013-05-19 Owen RodleyAdd /= function
2013-05-19 Owen RodleyVariadic functions for * and /
2013-05-19 Owen RodleyDEFCOMPARISON for =
2013-05-19 Owen RodleyMove over some numeric functions from boot.lisp
2013-05-19 Owen RodleyUse DOLIST instead of WHILE
2013-05-19 Owen RodleyCreate numbers.lisp with some basic numeric functions
2013-05-18 David VázquezExport _all_ standard symbols
2013-05-18 David VázquezMerge branch 'satisfies' of https://github.com/orodley...
2013-05-18 Owen RodleyRewrite RASSOC using SATISFIES-TEST-P
2013-05-18 Owen RodleyRewrite ASSOC using SATISFIES-TEST-P
2013-05-18 Owen RodleyRewrite MEMBER using SATISFIES-TEST-P
2013-05-18 Owen RodleyAdd TEST-NOT keyword argument to TREE-EQUAL
2013-05-18 Owen RodleyRewrite REMOVE using SATISFIES-TEST-P
2013-05-18 Owen RodleyRewrite POSITION using SATISFIES-TEST-P and add missing...
2013-05-18 Owen RodleyRewrite FIND using SATISFIES-TEST-P
2013-05-18 Olof-Joachim FrahmFix return value.
2013-05-17 Olof-Joachim FrahmAdd and export DO-(ALL/EXTERNAL)-SYMBOLS.
2013-05-17 Olof-Joachim FrahmAdd and export PUSHNEW.
2013-05-17 Olof-Joachim FrahmStrip declarations when compiling a block.
2013-05-17 Olof-Joachim FrahmAccept string designators in STRING=.
2013-05-17 Olof-Joachim FrahmLIST-ALL-PACKAGES should return a fresh list.
2013-05-17 Olof-Joachim FrahmAdd EQ as function so that #'EQ works.
2013-05-17 David VázquezMerge pull request #92 from samebchase/experimental
2013-05-16 Samuel ChaseActually merge
2013-05-16 Samuel ChaseMerge branch 'master' of https://github.com/davazp...
2013-05-15 Alfredo BeaumontRemove unneeded whitespace
2013-05-15 Alfredo BeaumontModify SUBST to:
2013-05-15 Alfredo BeaumontAdd SATISFIES-TEST-P utility function, to be used by...
2013-05-15 Alfredo BeaumontAdd COMPLEMENT function definition, including tests.
2013-05-15 Alfredo BeaumontComplete SUBST support with :test-not keyword parameter...
2013-05-15 David VázquezSimple TRACE utility
2013-05-15 David VázquezTIME macro
2013-05-13 Samuel ChaseAdd test for (string< "aaa" "aaaaa")
2013-05-13 Samuel ChaseAdd string< to toplevel
2013-05-12 Samuel ChaseImplemented string<
2013-05-12 Samuel ChaseImplemented string<
2013-05-12 Samuel ChaseAdd test for string< and get it to fail
2013-05-12 Samuel ChaseChange Ecmalisp to JSCL in comment.
2013-05-12 Alfredo Beaumontsublis: take sanity check out of recursive function
2013-05-12 Alfredo BeaumontAdd support for SUBLIS function, including tests
2013-05-12 Alfredo BeaumontAdd support for STRINGP function
2013-05-10 Alfredo Beaumontcar and cdr variants: order definitions properly, remov...
2013-05-10 David VázquezMerge pull request #89 from Strigoides/subseq
2013-05-10 David VázquezMerge https://github.com/abeaumont/jscl
2013-05-10 David VázquezRelax compiler literal caching
2013-05-10 Owen RodleyMisc. fixes to SUBSEQ, tests
2013-05-09 Owen RodleyImplement SUBSEQ for lists
2013-05-09 Alfredo BeaumontAdd support for mapc
2013-05-09 Brit ButlerImplement fboundp.
2013-05-09 David VázquezUse do-sequence
2013-05-09 David VázquezMerge pull request #86 from Strigoides/remove-if
2013-05-09 Ken HarrisCharacter comparisons, case insensitive.
2013-05-09 Ken HarrisCharacter comparisons, case sensitive.
next