Fixed define-symbol-macro.
[clinton/parenscript.git] / src / ps-macrology.lisp
2007-11-01 Vladimir SedachFixed define-symbol-macro.
2007-10-14 Vladimir SedachDeclared unused "expecting" variables in ps-special...
2007-10-11 Vladimir SedachFixed a bug in how symbol-macros were defined, expanded...
2007-09-23 Vladimir SedachAdded support for &whole arguments in ps macro lambda...
2007-08-24 Vladimir SedachRevised obfuscation facility, added its description...
2007-08-24 Vladimir SedachAdded code to remove unreachable constant forms from...
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-12 Vladimir SedachBig refactoring of the ParenScript compiler.
2007-08-04 Vladimir SedachMoved package-related code to namespace.lisp, added...
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 SedachRenamed options to optional-args, added unit test for...
2007-08-03 Vladimir SedachCleaned up macro-defining code, fixed handling of speci...
2007-08-03 Red Dalykeyword/optional fixes, slot-value accepts many slot...
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 Attila Lendvaifix rebind
2007-07-31 Attila Lendvaiprefix ( in a comment
2007-07-27 Red DalyASDF interaction for Parenscript files
2007-07-26 Vladimir SedachCleaned up deprecated interface, added Lisp/ParenScript...
2007-07-25 Red Dalyusable package system
2007-07-24 Red Dalybulk of package system, reader, and other refactoring