s/js:funcall/js::funcall/
[clinton/parenscript.git] / t /
2009-09-17 Vladimir SedachFixed symbol macro bug (thanks to Daniel Gackle for...
2009-09-14 Vladimir SedachReplaced redundant string functions in utils.lisp with
2009-09-13 Vladimir SedachFixed the CHAIN macro to correctly chain plain slot...
2009-09-11 Vladimir SedachChanged printing subsystem interface to allow direct...
2009-08-12 Vladimir SedachFixed a bug where 'create' was special-casing keywords in
2009-08-07 Vladimir SedachMerge branch 'master' of ssh://vsedach@common-lisp...
2009-08-07 Vladimir SedachFixed nary comparison operators (ex: (< 1 2 3) should...
2009-07-27 Vladimir SedachChanged 'slot-value' to print keyword slot names as...
2009-07-27 Red DalyFixed eval-when special form and added tests to prevent...
2009-07-25 Vladimir SedachChanged 'create' and 'slot-value' to treat reserved...
2009-06-08 Vladimir SedachFixed several special forms that were not macroexpandin...
2009-06-08 Vladimir SedachIntroduced 'function' special form to further help...
2009-05-15 Vladimir SedachFixed some special forms that weren't macro-expanding...
2009-05-15 Vladimir Sedachlet/let* no longer gensym variable names when they...
2009-05-09 Vladimir SedachSubstantially modified the way Parenscript compilation and
2009-05-09 Vladimir SedachFixed bug where macrolet and symbol-macrolet special...
2009-05-03 Vladimir SedachReimplemented flet and labels to use the same renaming...
2009-05-03 Vladimir SedachImplemented LET and LET* by variable renaming, which...
2009-04-29 Vladimir SedachFixed bug with incorrectly parenthesized if expressions.
2009-04-29 Vladimir SedachFixed non-uniform handling of quoted symbols that manif...
2009-04-29 Vladimir SedachFixed bug in keyword argument handling (patch thanks...
2009-04-13 Vladimir SedachIntroduced the *js-target-version* special variable...
2009-04-13 Vladimir SedachChanged representation of expression blocks and 'if...
2009-04-12 Vladimir SedachUpdated tests to reflect changes in latest patches...
2009-04-12 Vladimir SedachFixed 'lisp' form to produce code that captures enclosi...
2009-04-12 Vladimir SedachUpdated tests to reflect changes in latest patches...
2009-04-12 Vladimir SedachFixed 'lisp' form to produce code that captures enclosi...
2009-04-10 Vladimir SedachModified the PS compiler to produce an intermediate...
2009-04-06 Vladimir SedachChanged tests to reflect Daniel Gackle's keyword argume...
2009-04-04 Vladimir SedachRemoved compile-time constant string concatenation...
2009-03-31 Vladimir SedachChanged the implementation of quote from being special...
2009-03-06 Vladimir SedachChanged ps-html generators to behave more like CL-WHO...
2009-03-06 Vladimir SedachRegenerated reference-tests.lisp from reference doc...
2009-03-06 Vladimir SedachRewrote some unit tests to simplify code.
2009-02-28 Vladimir SedachAdded note about printing special characters to escape...
2009-02-20 Vladimir SedachFixed the 'pi' symbol-macro.
2009-02-08 Vladimir SedachFixed a bug where variable initializations inside for...
2009-02-07 Vladimir SedachImplemented 'flet' and 'labels' as PS macros.
2009-02-06 Vladimir SedachMade who-ps-html handle multiple html forms correctly...
2009-02-02 Vladimir SedachGot rid of the "(.method-name object args)" method...
2009-02-02 Vladimir SedachDefined ps-inline as a PS macro in addition to a CL...
2009-02-02 Vladimir SedachFixed bug where expressions could not be applied correc...
2009-02-01 Vladimir SedachModified the Parenscript macro facilities so that defps...
2009-01-14 Vladimir SedachModified the printer so that PS and PS-INLINE compile...
2008-12-08 Vladimir SedachAdded Daniel Gackle <danielgackle@gmail.com>'s contribu...
2008-12-07 Vladimir SedachMade operator precedence handling not throw away symbol...
2008-12-06 Vladimir SedachAdded a few more unit tests related to fixes in previou...
2008-12-06 Vladimir SedachFixed compilation of caller argument lists. Changed...
2008-12-05 Vladimir SedachGot rid of parenscript-symbol object; special forms...
2008-11-26 Vladimir SedachImplemented who-ps-html, which is like the ps-html...
2008-11-17 Vladimir SedachAdded a bunch of unit tests from recent bug reports.
2008-11-15 Travis CrossCorrected the defaultf psmacro for cases where the...
2008-05-12 Travis CrossAdded a test for correct output of the JS:in operator.
2008-03-31 Travis CrossAdded a couple of test cases for object literals.
2008-03-31 Travis CrossUpdated the blank-object-literal test for the now corre...
2008-03-31 Travis CrossSilence an unused variable warning.
2008-03-30 Travis CrossCleaned up and standardized indentation of JS code...
2008-03-30 Travis CrossUpdated the documentation and test cases.
2008-03-30 Travis CrossWhitespaceification: removed indentation tabs throughou...
2008-02-01 Vladimir SedachAdded #\= to *special-chars*.
2008-02-01 Vladimir SedachFixed bug where (setf x (- x 1 2)) yielded x -= 1 - 2.
2007-12-26 Vladimir SedachRenamed src/lib Parenscript library files, got rid...
2007-12-25 Vladimir SedachFixed literals error.
2007-12-25 Vladimir SedachIntroduced special global variables to Parenscript...
2007-12-25 Vladimir SedachMade special forms be compiled into named functions...
2007-12-24 Vladimir SedachMade with-ps-gensyms prefix the given gensym with the...
2007-11-11 Vladimir SedachFixed problems with expressions being compiled to state...
2007-11-01 Vladimir SedachAdded define-symbol-macro unit test.
2007-10-31 Vladimir SedachPrettied up whitespace and comments in parse-lambda... parenscript-20071031
2007-10-16 Vladimir SedachChanged ps-inline to take a form instead of an implicit...
2007-10-11 Vladimir SedachFixed a bug in how symbol-macros were defined, expanded...
2007-10-10 Vladimir SedachMade the handling of keyword symbols across Parenscript...
2007-09-23 Vladimir SedachAdded support for &whole arguments in ps macro lambda...
2007-09-20 Vladimir SedachAdded macro environment unit test that tests for bug...
2007-09-20 Vladimir SedachEliminated unwinding of macro environment for macro...
2007-08-24 Vladimir SedachRevised obfuscation facility, added its description...
2007-08-24 Vladimir SedachAdded description of namespace system to the reference.
2007-08-24 Vladimir SedachFixed problem with (- 1). Unary operator "-" didn't...
2007-08-24 Vladimir SedachAdded defsetf and (defun (setf examples to the reference.
2007-08-24 Vladimir SedachAdded code to remove unreachable constant forms from...
2007-08-23 Vladimir SedachFixed error where function call arguments weren't getti...
2007-08-23 Vladimir SedachAdded the ability to compile cond to expressions.
2007-08-23 Vladimir SedachMade if-expressions return null instead of undefined...
2007-08-23 Vladimir SedachFixed cond.
2007-08-20 Vladimir SedachUpdated the documentation and test suite to reflect...
2007-08-15 Vladimir SedachReplaced optional-args as the keyword-object-handling...
2007-08-15 Vladimir SedachAdded in-line code to support &rest arguments.
2007-08-15 Vladimir SedachUpdated the reference and tests to reflect some small...
2007-08-12 Vladimir SedachFixed type bug with printing slot-value with obj/slot...
2007-08-12 Vladimir SedachRedid package system unit tests.
2007-08-12 Vladimir SedachModified ParenScript tests to reflect the big compiler...
2007-08-03 Vladimir SedachAdded (defun (setf...
2007-08-03 Vladimir SedachStopped abuse of set-difference implementation-dependen...
2007-08-03 Vladimir SedachFixed order of evaluation in defsetf long form.
2007-08-03 Vladimir SedachAdded short-form defsetf.
2007-08-03 Vladimir SedachFixed (return).
2007-08-03 Vladimir SedachRenamed options to optional-args, added unit test for...
2007-08-03 Vladimir SedachChanged package system so that symbols in parenscript...
2007-08-02 Vladimir SedachAdded defsetf long-form.
2007-08-02 Vladimir SedachDisabled Boyer-Moore matching for cl-ppcre in js normal...
next