Added a file PS-DOM with handy utility macros for DOM functionality, e.g. Lispy ways...
[clinton/parenscript.git] / src / package.lisp
2009-04-12 Daniel GackleAdded a file PS-DOM with handy utility macros for DOM...
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-04-12 Vladimir SedachExported 'loop' from Parenscript package, moved utility...
2009-04-10 Vladimir SedachModified the PS compiler to produce an intermediate...
2009-03-31 Vladimir SedachChanged the definition of define-ps-special-form to...
2009-03-12 Vladimir SedachRenamed *html-empty-tag-aware-p* to *ps-html-empty...
2009-03-06 Vladimir SedachChanged ps-html generators to behave more like CL-WHO...
2009-03-06 Vladimir SedachAdded ps-doc* function to PS compilation interface.
2009-02-07 Vladimir SedachImplemented 'flet' and 'labels' as PS macros.
2009-01-28 Vladimir SedachAdded symbol-to-js to the deprecated interface since...
2009-01-22 Vladimir SedachMade the ps-html macros generate self-closing tags.
2009-01-14 Vladimir SedachModified the printer so that PS and PS-INLINE compile...
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-05 Vladimir SedachGot rid of parenscript-symbol object; special forms...
2008-12-04 Vladimir SedachExported concat-string CL/PS utility function/macro.
2008-12-04 Vladimir SedachRenamed symbol-to-js to symbol-to-js-string and exporte...
2008-11-26 Vladimir SedachImplemented who-ps-html, which is like the ps-html...
2008-04-05 Travis CrossDeprecated define-script-symbol-macro since it was...
2008-04-05 Travis CrossUpdated the define-script-symbol-macro export to define...
2008-04-05 Travis CrossReorganized the package exports.
2008-04-05 Travis CrossCorrected parameter docstring.
2008-04-05 Travis CrossIntroduced ps-symbols and removed use of :parenscript...
2008-04-01 Travis CrossExported PI.
2008-04-01 Travis CrossExported hyperbolic trig symbols.
2008-04-01 Travis CrossRearranged math-related exports.
2008-04-01 Travis CrossAdded PS-ONCE-ONLY macro building helper.
2008-03-31 Travis CrossAdded support for SQRT function.
2008-03-31 Travis CrossAdded support for LOG function.
2008-03-30 Travis CrossAdded a mechanism for expanding parenscript forms in...
2008-03-30 Travis CrossRemoved deprecated exports that are no longer implemented.
2008-03-30 Travis CrossCleaned up and rearranged the package exports a bit.
2008-03-30 Travis CrossSome minor comment and whitespace cleanup.
2008-03-30 Travis CrossImproved, extended, and refactored iteration special...
2008-03-30 Travis CrossAdded setq and psetq.
2008-03-30 Travis CrossAdded psetf.
2008-03-30 Travis CrossAdded simple-let, which does parallel binding without...
2008-03-30 Travis CrossAdded simple-let* and aliased let* to it.
2008-03-30 Travis CrossAdded lexical-let.
2008-02-26 Travis CrossWhitespace standardization in src/package.lisp.
2008-02-26 Travis CrossCorrected spelling error.
2007-12-26 Vladimir SedachAdded 'concatenate' to Parenscript macro utilities.
2007-12-26 Vladimir SedachRenamed src/lib Parenscript library files, got rid...
2007-12-26 Vladimir SedachMoved functional runtime PS utilities from src/libs...
2007-12-25 Vladimir SedachIntroduced special global variables to Parenscript...
2007-12-25 Vladimir SedachMade special forms be compiled into named functions...
2007-11-15 Vladimir SedachMoved code from js/ps-macrology.lisp to special-forms...
2007-11-04 Vladimir SedachAdded length, @, mapcar utility functions, exported...
2007-10-29 Vladimir SedachMore refactorings to the printer, exported symbols...
2007-10-14 Vladimir SedachIn package definition, instead of exporting "NIL",...
2007-08-24 Vladimir SedachRevised obfuscation facility, added its description...
2007-08-20 Vladimir SedachRemoved js and ps-inline as special forms; added ps...
2007-08-20 Vladimir SedachChanged html -> ps-html; reorganized packages.lisp...
2007-08-15 Vladimir SedachReplaced optional-args as the keyword-object-handling...
2007-08-12 Vladimir SedachExported the new naming and namespace interface functio...
2007-08-12 Vladimir SedachBig refactoring of the ParenScript compiler.
2007-08-06 Red Dalyremoved file compilation exports for now
2007-08-04 Vladimir SedachRemoved parenscript.asdf
2007-08-04 Vladimir SedachRemoved parenscript.reader
2007-08-03 Vladimir SedachAdded (defun (setf...
2007-08-03 Vladimir SedachRenamed options to optional-args, added unit test for...
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-07-31 Vladimir SedachUNDO: Added functions to set up and tear down a persist...
2007-08-01 Red Dalyfixed minor issues with advanced lambda lists, addition...
2007-07-31 Vladimir SedachAdded functions to set up and tear down a persistent...
2007-07-31 Vladimir SedachUnexported ps-to-string.
2007-07-31 Vladimir SedachCorrected export of defmacro+/ps names.
2007-07-30 Vladimir SedachRevised PS interface and deprecated function list based...
2007-07-27 Red Dalyparen-asdf hack to make parenscript-compile-op use...
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
2007-07-20 Red Dalyrenaming and refactoring
2007-06-26 Red Dalypackage rename
2007-06-20 Vladimir SedachAdded defmacro+js
2007-06-19 Vladimir SedachExported defmacro/js
2006-05-12 Attila LendvaiAdded import-macros-from-lisp that bring lisp macros...
2006-05-08 Attila LendvaiAdded compile-parenscript-file
2006-04-01 Marco BaringerExport defjsmacro
2006-01-23 Luca Capellomove source files to src/ and modify parenscript.asd...