Updated the documentation and test suite to reflect the fact that html is now ps...
[clinton/parenscript.git] / t / ps-tests.lisp
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 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-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.