clinton/parenscript.git
2009-12-08 Clinton Ebadis/js:funcall/js::funcall/ statement-expression-rework
2009-10-08 Clinton EbadiRemove `labels' in favor of `letrec'
2009-10-08 Clinton EbadiLisp-2 removal (part one)
2009-10-08 Clinton EbadiLexical renaming rework (part one and a half)
2009-10-08 Clinton EbadiMove lexical binding renaming to JS:VARIABLE printer...
2009-10-06 Clinton Ebadiremove debugging cruft
2009-10-06 Clinton EbadiExpand compound symbol (warning: very lightly tested)
2009-10-06 Clinton EbadiInitial compund symbol (foo.bar syntax) splitting function
2009-10-06 Clinton EbadiMerge branch 'master' into symbol-syntax
2009-09-22 Daniel GackleFixed bug: dotted lists weren't being destructured... master
2009-09-22 Daniel GackleFixed a bug in PS LOOP: the :INITIALLY and :FINALLY...
2009-09-18 Clinton EbadiReimplement (.method object . args) syntax
2009-09-18 Daniel GackleAdded &OPTIONAL to DESTRUCTURING-BIND. Currently it... origin/HEAD origin/master
2009-09-18 Daniel GackleDESTRUCTURING-BIND now supports &REST.
2009-09-17 Vladimir SedachFixed symbol macro bug (thanks to Daniel Gackle for...
2009-09-14 Vladimir SedachReplaced redundant string functions in utils.lisp with
2009-09-13 Vladimir SedachFixed the CHAIN macro to correctly chain plain slot...
2009-09-13 Vladimir SedachChanged op-precedence back to a memoized table (perform...
2009-09-13 Vladimir SedachMemoized SYMBOL-NAME-TO-JS-STRING (performance improvem...
2009-09-13 Vladimir SedachAdded symbolp check before the use of lookup-macro...
2009-09-13 Vladimir SedachRefactored SYMBOL-NAME-TO-JS-STRING.
2009-09-11 Vladimir SedachChanged printing subsystem interface to allow direct...
2009-09-11 Vladimir SedachRefactored compile-parenscript-form code.
2009-09-11 Vladimir SedachRefactored ps-compiler method name for symbols.
2009-08-19 Daniel GackleFactored out duplication between simple and parallel...
2009-08-19 Daniel GackleCorrecting how parallel loop handles destructuring...
2009-08-18 Daniel GackleSeparated the processing of single and parallel loops.
2009-08-18 Daniel GackleFixed problem with destructuring-lists in multiple...
2009-08-16 Daniel GackleRemoved trailing whitespace.
2009-08-16 Daniel GackleEliminated unused local variables that caused compiler...
2009-08-16 Daniel GackleMade PS LOOP conform to LOOP's semantics regarding...
2009-08-14 Daniel GackleBroke up loop parsing by pushing local functions to...
2009-08-12 Vladimir SedachFixed a bug where 'create' was special-casing keywords in
2009-08-07 Vladimir SedachMerge branch 'master' of ssh://vsedach@common-lisp...
2009-08-07 Vladimir SedachFixed nary comparison operators (ex: (< 1 2 3) should...
2009-08-05 Daniel GackleMade the COUNT clause in PS LOOP evaluate its term...
2009-08-01 Daniel GackleAdded :REPEAT clauses to PS's LOOP.
2009-08-01 Vladimir SedachExported 'chain' helper macro.
2009-07-27 Vladimir SedachChanged 'slot-value' to print keyword slot names as...
2009-07-27 Red DalyFixed eval-when special form and added tests to prevent...
2009-07-25 Vladimir SedachChanged 'create' and 'slot-value' to treat reserved...
2009-07-25 Vladimir SedachRevised PS literal mechanism to use 'symbol-name-to...
2009-07-25 Daniel GacklePS LOOP now supports ON.
2009-07-25 Daniel GackleDESTRUCTURING-BIND can now handle dotted and nested...
2009-07-07 Daniel GackleAdded support for COUNT, MINIMIZE and MAXIMIZE to PS...
2009-07-07 Daniel GackleExtended PS-LOOP to allow explicit accumulation variabl...
2009-07-06 Vladimir SedachRewrote 'ps' macro to expand into 'with-output-to-strin...
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-06-08 Vladimir SedachFixed several special forms that were not macroexpandin...
2009-06-08 Vladimir SedachIntroduced 'function' special form to further help...
2009-06-08 Vladimir SedachFixed 'flatten' to correctly handle lists with non...
2009-05-25 Vladimir SedachChanged process-html-forms-lhtml loop in lib/ps-html...
2009-05-15 Vladimir SedachFixed some special forms that weren't macro-expanding...
2009-05-15 Vladimir Sedachlet/let* no longer gensym variable names when they...
2009-05-10 Vladimir SedachMade compiled-form-to-string use write-string instead...
2009-05-09 Daniel GackleAdded support for supplied-p parameters to optional...
2009-05-09 Daniel GackleExtended DESTRUCTURING-BIND to allow NIL bindings to...
2009-05-09 Vladimir SedachSubstantially modified the way Parenscript compilation and
2009-05-09 Vladimir SedachFixed bug where macrolet and symbol-macrolet special...
2009-05-03 Vladimir SedachReimplemented flet and labels to use the same renaming...
2009-05-03 Vladimir SedachImplemented LET and LET* by variable renaming, which...
2009-05-03 Vladimir SedachRemoved unused function val-to-string from utils.lisp
2009-04-29 Vladimir SedachAdded file compilation and eval-when facilities (patch...
2009-04-29 Vladimir SedachFixed bug with incorrectly parenthesized if expressions.
2009-04-29 Vladimir SedachFixed non-uniform handling of quoted symbols that manif...
2009-04-29 Vladimir SedachFixed bug in keyword argument handling (patch thanks...
2009-04-22 Kelly McDonaldmethod trick was yanked in 79630c82ac03066ceb1dac50015e...
2009-04-20 Vladimir SedachFixed typo in ps-macro-lib.lisp
2009-04-14 Vladimir SedachAdded the colon character (:) to the list of special...
2009-04-13 Vladimir SedachIntroduced the *js-target-version* special variable...
2009-04-13 Vladimir SedachGot rid of 'ensure-ps-symbol' internal function (at...
2009-04-13 Daniel GackleAdded destructuring lists to PS-LOOP.
2009-04-13 Vladimir SedachRemoved some unnecessary code that ignored an anaphor...
2009-04-13 Vladimir SedachChanged representation of expression blocks and 'if...
2009-04-12 Vladimir SedachMerge branch 'master' of ssh://vsedach@common-lisp...
2009-04-12 Vladimir SedachRemoved 'append' from runtime lib since Daniel Gackle...
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 GackleModified the way the PS-LOOP does SUM (it now gensyms...
2009-04-12 Daniel GackleAdded a macro WITH-LAMBDA that's useful for wrapping...
2009-04-12 Vladimir SedachUpdated tests to reflect changes in latest patches...
2009-04-12 Vladimir SedachFixed 'lisp' form to produce code that captures enclosi...
2009-04-12 Vladimir SedachExported 'loop' from Parenscript package, moved utility...
2009-04-12 Vladimir SedachUpdated tests to reflect changes in latest patches...
2009-04-12 Vladimir SedachFixed 'lisp' form to produce code that captures enclosi...
2009-04-12 Vladimir SedachExported 'loop' from Parenscript package, moved utility...
2009-04-11 Daniel GackleRestored the old psmacro for LISP evaluation, because...
2009-04-11 Daniel GackleWhen turning a quoted list into a JS array, compile...
2009-04-11 Daniel GackleQuoted symbols should be emitted as literal strings...
2009-04-11 Daniel GackleGenerate "[]" rather than "new Array()" for concision.
2009-04-11 Daniel GackleChanged PS-LOOP to emit DO* (i.e. normal JS for-loop...
2009-04-11 Daniel GackleUse WITH-OUTPUT-TO-STRING instead of CONCATENATE, becau...
2009-04-10 Vladimir SedachModified the PS compiler to produce an intermediate...
2009-04-06 Vladimir SedachChanged tests to reflect Daniel Gackle's keyword argume...
2009-04-06 Daniel GackleInitialize keyword arguments from js ARGUMENTS, allowin...
2009-04-06 Daniel GackleAdded a partial implementation of LOOP to PS.
2009-04-05 Vladimir SedachMade the ignore declaration in define-ps-special-form...
2009-04-04 Vladimir SedachRemoved compile-time constant string concatenation...
2009-03-31 Vladimir SedachChanged the definition of define-ps-special-form to...
next