jscl.git
2013-06-12 Olof-Joachim... Fix SETF for OGET aka OSET.
2013-06-12 Olof-Joachim... Fix TYPECASE macro for T/ELSE case.
2013-06-11 David Vázquezoops. Good fix to empty setq lisp-implementation
2013-06-11 David VázquezFix empty setq
2013-06-08 David VázquezMerge branch 'master' into experimental-compiler
2013-06-07 David Vázquezwip: structuring progresses
2013-06-07 David VázquezUse (SETF OGET) in package.lisp
2013-06-07 David VázquezMerge branch 'master' into ffi
2013-06-07 David VázquezDisable test temporarily
2013-06-07 David VázquezRemove unnecesary test
2013-06-07 David VázquezMerge branch 'master' into ffi
2013-06-07 David VázquezMerge pull request #117 from Ferada/small-fixes
2013-06-07 David VázquezFix long oget chaining adding :START and :END parameter...
2013-06-07 David Vázquez'If' alternative is optional
2013-06-07 Olof-Joachim... Accept both cases for FORMAT by using CHAR-UPCASE.
2013-06-06 Olof-Joachim... Fix return value of OSET.
2013-06-06 Olof-Joachim... Move *ROOT* to toplevel.lisp because of an error.
2013-06-06 Olof-Joachim... Make FORMATS Go-To available.
2013-06-06 Olof-Joachim... Make FUNCTION and FLOAT available in TYPECASE.
2013-06-06 Olof-Joachim... Typo.
2013-06-06 Olof-Joachim... IN-PACKAGE uses a string designator.
2013-06-06 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-06-06 David VázquezRemove D- prefix
2013-06-06 David VázquezMerge pull request #115 from orodley/smarter-escape...
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-05 Owen RodleyUse two different string-escape functions
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 Owen RodleySmarter string escaping. Fixes #114
2013-06-04 David VázquezAdd Ken Harris entry
2013-06-04 David VázquezSimple script to bootstrap JSCL
2013-06-04 David VázquezMerge pull request #109 from davazp/arrays
2013-06-04 David VázquezSpeed up arrays concatenating a litte bit
2013-06-04 David VázquezRemove char-to-string from tests
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 David VázquezMerge pull request #108 from abeaumont/master
2013-06-03 Alfredo Beaumont[doc] Some proposals for code organization and style
2013-06-03 David VázquezMerge pull request #113 from orodley/quotes-in-docstrings
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-06-02 David VázquezPersistent history
2013-06-01 David VázquezFix ir-convert-call
2013-06-01 David VázquezRemove buggy `substitute' uses
2013-06-01 David VázquezFix bug in reduce-component
2013-05-27 David VázquezMerge branch 'master' into experimental-compiler
2013-05-26 David Vázqueztypo
2013-05-25 David Vázquezprogn translation uses ',' Javascript operator
2013-05-24 David VázquezRemove debugging format
2013-05-24 David VázquezMove backquote to its own file
2013-05-24 David Vázquezfind-natural-loops
2013-05-24 David VázquezMerge branch 'strings' into arrays
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-23 David VázquezNaive reduce-component
2013-05-23 David VázquezRename ir-convert-functoid to convert-functional
2013-05-22 David VázquezFix comment
2013-05-22 David VázquezSignal an error for invalid go tags in tagbody
2013-05-20 David VázquezNODE-SPLITTING function
2013-05-20 David VázquezFix unreachable blocks removing
2013-05-20 David VázquezFix comment style and better annotation on expected...
2013-05-20 David VázquezMerge pull request #105 from orodley/numbers
2013-05-19 David VázquezFix bug in Ir normalization
2013-05-19 David VázquezFix bug with empty infinite loops
2013-05-19 Owen RodleyAdd some tests for the new functions
2013-05-19 Owen RodleyFix - and /
2013-05-19 Owen RodleyAdd /= function
2013-05-19 Owen RodleyVariadic functions for * and /
next