clinton/parenscript.git
2008-08-17 Travis CrossCorrected the definition of ps:length.
2008-05-12 Travis CrossAdded a test for correct output of the JS:in operator.
2008-05-12 Travis CrossOutput JS operators in lowercase.
2008-04-05 Travis CrossUpdated so as to ps-intern fewer extraneous symbols.
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 CrossMoved the definition of ps-convert-op-name since we...
2008-04-05 Travis CrossAdded some symbol mangling fixes.
2008-04-05 Travis CrossFixed one remaining define-script-symbol-macro.
2008-04-05 Travis CrossIntroduced ps-symbols and removed use of :parenscript...
2008-04-05 Travis CrossWhitespace fix.
2008-04-05 Travis CrossChanged script-* to ps-* across the board for consistency.
2008-04-05 Travis CrossQuoted parens in a docstring to make Emacs happy.
2008-04-01 Travis CrossIntern all special form symbols in the :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 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-04-01 Travis CrossAdded PS-ONCE-ONLY macro building helper.
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.
2008-03-31 Travis CrossAdded a couple of test cases for object literals.
2008-03-31 Travis CrossUpdated the blank-object-literal test for the now corre...
2008-03-31 Travis CrossAdded {} to *ps-literals*.
2008-03-31 Travis CrossUpdated ps-literal-p to correctly identify literal...
2008-03-31 Travis CrossSilence an unused variable warning.
2008-03-31 Travis CrossUpdated ps-special-form-p to correctly identify a speci...
2008-03-30 Travis CrossCleaned up and standardized indentation of JS code...
2008-03-30 Travis CrossAdded myself to the list of contributors.
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 CrossUpdated the documentation and test cases.
2008-03-30 Travis CrossSome minor comment and whitespace cleanup.
2008-03-30 Travis CrossWhitespaceification: removed indentation tabs throughou...
2008-03-30 Travis CrossImproved, extended, and refactored iteration special...
2008-03-30 Travis CrossUpdated let1-dynamic to clean up its temporary stack...
2008-03-30 Travis CrossAdded setq and psetq.
2008-03-30 Travis CrossAdded psetf.
2008-03-30 Travis CrossAliased let to simple-let.
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-03-30 Travis CrossGreatly simplified implementation of lexical-let*.
2008-03-30 Travis CrossAdded support for breaking and continuing to arbitrary...
2008-02-26 Travis CrossWhitespace standardization in src/package.lisp.
2008-02-26 Travis CrossCorrected spelling error.
2008-02-01 Vladimir SedachAdded #\= to *special-chars*.
2008-02-01 Vladimir SedachFixed bug where (setf x (- x 1 2)) yielded x -= 1 - 2.
2007-12-26 Vladimir SedachMade the ps-html facility work both in Parenscript...
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 SedachFixed literals error.
2007-12-25 Vladimir SedachIntroduced special global variables to Parenscript...
2007-12-25 Vladimir SedachMade special forms be compiled into named functions...
2007-12-24 Vladimir SedachMade with-ps-gensyms prefix the given gensym with the...
2007-12-24 Vladimir SedachGot rid of js-keyword form.
2007-11-15 Vladimir SedachMoved code from js/ps-macrology.lisp to special-forms...
2007-11-11 Vladimir SedachFixed problems with expressions being compiled to state...
2007-11-04 Vladimir SedachRemoved outdated internal documentation.
2007-11-04 Vladimir SedachFixed definition of *ps-lisp-library*. parenscript-20071104
2007-11-04 Vladimir SedachAdded length, @, mapcar utility functions, exported...
2007-11-01 Vladimir SedachAdded define-symbol-macro unit test.
2007-11-01 Vladimir SedachFixed define-symbol-macro.
2007-10-31 Vladimir SedachPrettied up whitespace and comments in parse-lambda... parenscript-20071031
2007-10-31 Vladimir SedachGot rid of unused functions in util.lisp, slight refact...
2007-10-29 Vladimir SedachMore refactorings to the printer, exported symbols...
2007-10-26 Vladimir SedachRefactored Parenscript printer code.
2007-10-16 Vladimir SedachChanged ps-inline to take a form instead of an implicit...
2007-10-16 Vladimir SedachFurther ignore declarations for unused variables.
2007-10-14 Vladimir SedachIn parse-lambda-list, made the need-symbol function...
2007-10-14 Vladimir SedachIn package definition, instead of exporting "NIL",...
2007-10-14 Vladimir SedachDeclared unused "expecting" variables in ps-special...
2007-10-14 Vladimir SedachMade ps-macrology depend on utils in parenscript asdf...
2007-10-11 Vladimir SedachFixed a bug in how symbol-macros were defined, expanded...
2007-10-10 Vladimir SedachMade defun, defvar and doeach expect a symbol as the...
2007-10-10 Vladimir SedachMade the handling of keyword symbols across Parenscript...
2007-09-23 Vladimir SedachAdded support for &whole arguments in ps macro lambda...
2007-09-20 Vladimir SedachAdded macro environment unit test that tests for bug...
2007-09-20 Vladimir SedachEliminated unwinding of macro environment for macro...
2007-08-28 Vladimir SedachUpdated description of PS-HTML in the tutorial. parenscript-20070828
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 SedachFixed problem with (- 1). Unary operator "-" didn't...
2007-08-24 Vladimir SedachAdded defsetf and (defun (setf examples to the reference.
2007-08-24 Vladimir SedachAdded ps-print method specialized on null to ignore...
2007-08-24 Vladimir SedachAdded code to remove unreachable constant forms from...
2007-08-24 Vladimir SedachUpdated the introduction doc.
2007-08-24 Vladimir SedachUpdated the ParenScript reference.
2007-08-23 Vladimir SedachUpdated the ParenScript tutorial.
2007-08-23 Vladimir SedachRemoved js-file and js-script from deprecated interface.
2007-08-23 Vladimir SedachFixed error where function call arguments weren't getti...
2007-08-23 Vladimir SedachAdded the ability to compile cond to expressions.
next