Removed compile-time constant string concatenation from the Parenscript printer,...
[clinton/parenscript.git] / t / reference-tests.lisp
2009-04-04 Vladimir SedachRemoved compile-time constant string concatenation...
2009-03-06 Vladimir SedachRegenerated reference-tests.lisp from reference doc...
2009-02-28 Vladimir SedachAdded note about printing special characters to escape...
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...
2008-11-26 Vladimir SedachImplemented who-ps-html, which is like the ps-html...
2008-03-30 Travis CrossCleaned up and standardized indentation of JS code...
2008-03-30 Travis CrossUpdated the documentation and test cases.
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 SedachIntroduced special global variables to Parenscript...
2007-12-24 Vladimir SedachMade with-ps-gensyms prefix the given gensym with the...
2007-10-16 Vladimir SedachChanged ps-inline to take a form instead of an implicit...
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 SedachAdded defsetf and (defun (setf examples to the reference.
2007-08-20 Vladimir SedachUpdated the documentation and test suite to reflect...
2007-08-15 Vladimir SedachUpdated the reference and tests to reflect some small...
2007-08-12 Vladimir SedachModified ParenScript tests to reflect the big compiler...
2007-08-02 Vladimir SedachAdded defsetf long-form.
2007-07-26 Vladimir SedachFixed slot-value-conditional bug.
2007-07-25 Red Dalyusable package system
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 Hjelteasdf test-op added
2006-11-15 Henrik HjelteUpdated documentation to reflect the new syntax of...
2006-07-15 Henrik Hjeltebugfix sometimes missing semicolons when joining js...
2006-07-11 Henrik Hjelteregex patch
2006-07-11 Henrik Hjeltedocumentation updated about dollar char
2006-02-01 Henrik Hjelteref2test finds reference.lisp in docs dir
2006-01-23 Luca Capellomove test files to t/ and modify parenscript-test.asd...