method trick was yanked in 79630c82ac03066ceb1dac50015eb6b7a2151bbe but the documenta...
[clinton/parenscript.git] / t /
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...
2007-08-01 Red Dalyfixed minor issues with advanced lambda lists, addition...
2007-07-31 Vladimir SedachAdded tests for 'nil and slot-value nil patches.
2007-07-30 Vladimir SedachAdded tests for previous script* eval bug.
2007-07-26 Vladimir SedachFixed slot-value-conditional bug.
2007-07-25 Red Dalyusable package system
2007-07-24 Red Dalybulk of package system, reader, and other refactoring
2007-07-20 Red Dalyrenaming and refactoring
2007-07-14 Vladimir SedachImproved formatting/whitespace removing code in tests...
2007-07-03 Vladimir SedachImproved symbol-to-js to handle more complicated Javasc...
2007-07-03 Luca CapelloFactor out misc tests into their own test file.
2007-07-02 Red Dalycharacter encoding fixes in test.lisp
2007-07-01 Luca Capellot/test.lisp: typo, remove colon at line 82
2007-07-01 Luca Capelloadd an (eval-when ...) when defining a test suite
2006-11-22 Henrik HjeltePossible to make attributes conditionally rendered...
2006-11-15 Henrik Hjeltedocs updated for new setf optimization
2006-11-15 Henrik Hjeltebugfix method-call problem
2006-11-15 Henrik Hjeltemoretests for method-call (dot-notation) syntax
2006-11-15 Henrik Hjeltebugfix commutative plus and minus
2006-11-15 Henrik Hjeltetests for some bugs
2006-11-15 Henrik Hjelteasdf test-op added
2006-11-15 Henrik HjelteUpdated documentation to reflect the new syntax of...
next