Fixed the CHAIN macro to correctly chain plain slot values.
[clinton/parenscript.git] / src / lib / ps-macro-lib.lisp
2009-09-13 Vladimir SedachFixed the CHAIN macro to correctly chain plain slot...
2009-08-19 Daniel GackleCorrecting how parallel loop handles destructuring...
2009-07-27 Vladimir SedachChanged 'slot-value' to print keyword slot names as...
2009-07-25 Daniel GackleDESTRUCTURING-BIND can now handle dotted and nested...
2009-06-18 Vladimir SedachAdded the 'chain' convenience macro for method call...
2009-06-08 Vladimir SedachChanged destructuring-bind to use let* instead of let...
2009-05-09 Daniel GackleExtended DESTRUCTURING-BIND to allow NIL bindings to...
2009-05-03 Vladimir SedachImplemented LET and LET* by variable renaming, which...
2009-04-20 Vladimir SedachFixed typo in ps-macro-lib.lisp
2009-04-12 Vladimir SedachMerge branch 'master' of ssh://vsedach@common-lisp...
2009-04-12 Daniel GackleAdded several new utility macros, including a primitive...
2009-04-12 Daniel GackleAdded a macro WITH-LAMBDA that's useful for wrapping...
2009-02-20 Vladimir SedachFixed the 'pi' symbol-macro.
2009-02-02 Vladimir SedachChanged the @ (slot-value composition macro) not to...
2008-12-30 Vladimir SedachAdded an implementation of 'elt' to ps-macro-lib.
2008-12-08 Vladimir SedachAdded Daniel Gackle <danielgackle@gmail.com>'s contribu...
2008-12-04 Vladimir SedachExported concat-string CL/PS utility function/macro.
2008-11-26 Vladimir SedachImplemented who-ps-html, which is like the ps-html...
2008-08-17 Travis CrossCorrected the definition of ps:length.
2008-04-05 Travis CrossFixed one remaining define-script-symbol-macro.
2008-04-01 Travis CrossAdded handling for PI.
2008-04-01 Travis CrossRelocated the definitions for the 1+ and 1- psmacros...
2008-04-01 Travis CrossImplemented equivalents for the CL hyperbolic trigometr...
2008-03-31 Travis CrossRearranged math psmacros to match the order that the...
2008-03-31 Travis CrossAdded support for SQRT function.
2008-03-31 Travis CrossAdded support for LOG function.
2008-03-31 Travis CrossUpdated atan to support two arguments as in CL.
2007-12-26 Vladimir SedachAdded 'concatenate' to Parenscript macro utilities.
2007-12-26 Vladimir SedachRenamed src/lib Parenscript library files, got rid...