clinton/parenscript.git
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.
2007-08-23 Vladimir SedachMade progn expressions with a single statement print...
2007-08-23 Vladimir SedachMade if-expressions return null instead of undefined...
2007-08-23 Vladimir SedachFixed cond.
2007-08-22 Vladimir SedachFixed the problem with compile-parenscript-form not...
2007-08-20 Vladimir SedachUpdated and fixed the deprecated interface.
2007-08-20 Vladimir SedachUpdated the documentation and test suite to reflect...
2007-08-20 Vladimir SedachRemoved mention of old package system from tutorial...
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-15 Vladimir SedachAdded in-line code to support &rest arguments.
2007-08-15 Vladimir SedachAdded correct indentation to the printer.
2007-08-15 Vladimir SedachRemoved js-ugly-translation.
2007-08-15 Vladimir SedachUpdated the reference and tests to reflect some small...
2007-08-15 Vladimir SedachReworked printing implementation to get rid of dwim...
2007-08-12 Vladimir SedachFixed type bug with printing slot-value with obj/slot...
2007-08-12 Vladimir SedachRedid package system unit tests.
2007-08-12 Vladimir SedachExported the new naming and namespace interface functio...
2007-08-12 Vladimir SedachModified ParenScript tests to reflect the big compiler...
2007-08-12 Vladimir SedachUpdated reference.lisp to reflect recent changes.
2007-08-12 Vladimir SedachBig refactoring of the ParenScript compiler.
2007-08-12 Vladimir SedachUpdated js-expander to use ps:ps instead of js:js.
2007-08-06 Red Dalyremove lingering format string
2007-08-06 Red Dalyfixed DEFSCRIPTMACRO evaluation problem that caused...
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-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 SedachFixed (return).
2007-08-03 Vladimir SedachRenamed options to optional-args, added unit test for...
2007-08-03 Vladimir SedachRestored special-form getting and setting by symbol-na.
2007-08-03 Vladimir SedachAdded a more meaningful error message to compile-to...
2007-08-03 Vladimir SedachCleaned up macro-defining code, fixed handling of speci...
2007-08-03 Vladimir SedachRemoved reference to without-packages in deprecated...
2007-08-03 Vladimir SedachAdded a more informative print-object method for script...
2007-08-03 Red Dalykeyword/optional fixes, slot-value accepts many slot...
2007-08-03 Vladimir SedachFixed handling of uninterned symbols.
2007-08-03 Vladimir SedachChanged package system so that symbols in parenscript...
2007-08-02 Vladimir SedachAdded defsetf long-form.
next