projects/parenscript/parenscript.git
2013-03-14  Daniel GackleWhitespace master
2013-03-14  Daniel GackleMinor refactoring; comments.
2013-03-14  Daniel GackleUndeprecated BIND because it is used by LOOP; moved...
2013-03-14  Daniel GackleSuppress inappropriate deprecation warnings that were...
2013-03-14  Daniel GackleDeleted dead code
2013-03-14  Daniel GackleMinor refactoring: hide multiple-value vs. single-value...
2013-03-14  Daniel GackleMinor refactoring: made the order of bindings in LABELS...
2013-03-14  Daniel GackleMinor refactoring: removed unused gensym (was producing...
2013-03-02  Daniel GackleFixed bug: multiple evaluation in WITH-SLOTS.
2013-02-25  Daniel GackleRefactoring: got rid of PARENTHESIZE-EQUALITY.
2013-02-05  Daniel GackleFixed bug in PS-LOOP: test conditions in FOR..OF clause...
2013-02-05  Daniel GackleFixed bug: PS LOOP's implementation assumed that all...
2013-02-05  Daniel GackleRefactoring of ps-loop.lisp, added loop tests.
2013-02-05  Daniel GackleFixed bug in ps-loop: count clause was counting falses.
2013-02-05  Daniel GackleMinor refactoring, renames, whitespace.
2013-01-31  Daniel GackleExport maybe-once-only, since it's preferable almost...
2013-01-31  Daniel GackleIgnore no-op LETs (i.e. LET with empty binding list...
2012-11-29  Vladimir SedachFixed output test trig-bind1 to be consistent between...
2012-11-29  Vladimir SedachReplaced let of ps-gensyms with with-ps-gensysms in...
2012-11-29  Vladimir SedachAdded eval unit tests for Boris Smilga's Lisp-like...
2012-11-29  Boris SmilgaLisp-like initialization options for MAKE-ARRAY.
2012-11-24  Vladimir SedachSimplified output of APPLY for code like (apply (@...
2012-11-24  Vladimir SedachRemoved 'apply-to' macro introduced in 7f27b5b10ec44137...
2012-11-24  Boris SmilgaUnit tests for APPLY as used with object methods.
2012-11-24  Boris SmilgaMethod functions should be applied to their host object...
2012-10-13  Vladimir SedachReorganized symbol listing in package.lisp to make...
2012-10-13  Vladimir SedachDeprecated BIND and BIND* macros
2012-10-10  Vladimir SedachAdded :description to asd files
2012-10-09  Vladimir Sedachsuppress-values? special variable nil by default
2012-10-08  Vladimir SedachConverted other trig functions to use maybe-once-only
2012-10-08  Vladimir SedachFirst try at a maybe-once-only macro that doesn't intro...
2012-10-07  Vladimir SedachAdded MOD
2012-09-22  Vladimir SedachMoved swank-parenscript.lisp to extras and added note...
2012-09-22  Vladimir SedachUpdated last modified date in reference manual
2012-09-15  Vladimir SedachFixed problem with loop-return-arg and loop bodies...
2012-09-14  Daniel GackleAdded a failing test to capture bug involving inconsist...
2012-09-14  Vladimir SedachMacro keys in CASE forms now macroexpanded (thanks...
2012-09-13  Vladimir SedachRemoved the pass-through capability from the new global...
2012-09-12  Vladimir SedachOk, an actual test case of a nonlocal return that would...
2012-09-12  Vladimir SedachSet MV and throw test case
2012-09-12  Vladimir SedachMore test cases for mv-return
2012-09-12  Vladimir SedachFull multiple values implementation. Works correctly...
2012-09-12  Vladimir SedachAdded unwind-protect
2012-09-04  Vladimir SedachClarified the behavior of CASE when it comes to symbols...
2012-08-29  Vladimir SedachChanged test-js-eval macro to handle nested arrays...
2012-08-29  Vladimir SedachModified output tests macro to report mismatches in...
2012-08-28  Daniel GackleAdded some LOOP tests.
2012-08-28  Daniel GackleAdded BOOLEANP.
2012-08-28  Daniel GackleRewrote PS LOOP to support FOR..OF clauses that compile...
2012-08-28  Daniel GackleAdded a MAP..TO clause to PS LOOP to build a collection...
2012-08-28  Daniel GackleFixed bug in PS LOOP: in ":for first? = t :then nil...
2012-08-28  Daniel GackleIn FOR..ON clauses of PS LOOP, allow :BY to be a number...
2012-08-11  Vladimir SedachSmall fixes to defun-setf
2012-08-11  Vladimir SedachFixed a bunch of bugs related to returning from loops
2012-08-10  Boris SmilgaCheck dynamically whether a RETURN operator has been...
2012-08-10  Vladimir SedachAdded unit tests for LOOP improvements introduced by...
2012-08-10  Vladimir SedachFixed up output-tests to correspond to changes introduc...
2012-08-10  Vladimir SedachFixed tree-search to work correctly for dotted lists
2012-08-10  Boris SmilgaImproved RETURN and NAMED in LOOP.
2012-08-10  Vladimir SedachSuppressed printing of JS labels for CL BLOCK expressio...
2012-07-28  Vladimir SedachStylistic changes to CREATE and RESERVED-SYMBOL
2012-07-28  Vladimir SedachFixed bug with quoted symbol arguments to CREATE (thank...
2012-07-27  Vladimir SedachUpdated documentation to reflect current state of LET...
2012-07-27  Vladimir SedachAdded Boris Smilga to list of contributors
2012-07-27  Vladimir SedachFixed inconsistency in way quoted arrays are treated...
2012-07-21  Boris SmilgaImplicit initialization of local vars (WITH sans =).
2012-07-21  Boris SmilgaImproved LOOP conditional clauses (IF, ELSE, AND, END).
2012-05-09  Vladimir SedachAdded 3b to contributors file
2012-05-09  Vladimir SedachAdded unit tests for 3b's b5d18b1670cda55178b72b7 patch
2012-05-09  Bart Bottadon't expand arguments to QUOTE in TRY-EXPRESSIONIZING-IF?
2012-05-08  Vladimir Sedachps-js intermediate representation package no longer...
2012-05-05  Vladimir SedachFixed loop return for most cases
2012-05-05  Vladimir SedachRemoved line breaking code introduced in 60154a465a5a29...
2012-03-12  Vladimir SedachMade unit tests all part of the same test suite (thanks...
2012-02-13  Vladimir SedachUpdated reference manual modified date.
2012-02-13  Vladimir SedachAdded description of NEW operator to reference manual.
2012-02-06  Vladimir SedachFixed bug where forms of type (incf x (incf x)) were...
2012-02-05  Vladimir SedachAdded line breaking to pretty-printer
2012-02-05  Vladimir SedachFixed bug w/+ string concatenation non-associativity...
2012-02-03  Vladimir SedachAdded multiple return values for dynamic returns.
2012-02-01  Vladimir SedachAdded documentation for EVAL-WHEN to the reference...
2012-01-12  Vladimir SedachUpdated last modified date in manual
2012-01-12  Vladimir SedachAdded documentation for the [] macro.
2012-01-08  Vladimir SedachUpdated dates in copying file
2012-01-08  Vladimir SedachAdded Scott Bell to contributors file
2012-01-08  Vladimir SedachMade hex escaping of char codes in strings always print...
2011-12-26  Scott BellDefine BIND macro for destructuring and property binding.
2011-12-24  Vladimir SedachFixed up bug where defuns were getting wrapped in lambd...
2011-12-21  Vladimir SedachFixed bug where expressionize-if macroexpansion attempt...
2011-12-21  Vladimir SedachFixed bug where top-level defuns and defvars inside...
2011-12-19  Vladimir SedachMade returns from CL loops (implicit nil blocks) work.
2011-12-19  Vladimir SedachMade output of variable declarations prettier in some...
2011-12-19  Vladimir SedachFixed the behavior of return in case clauses
2011-12-18  Vladimir SedachFixed compilation of return from blocks, (return (if...
2011-12-17  Vladimir SedachFixed up unit tests for changes in 205715d298cdb6920
2011-12-17  Vladimir SedachLabels/flet now lambda wrapped as well.
2011-12-17  Vladimir SedachWrap let in lambda when there is no outer lexical scope...
2011-12-17  Vladimir SedachMade sure returns from LABELS functions work properly.
2011-12-17  Vladimir SedachFix for closures using the same variable name.
2011-12-17  Vladimir SedachRefactored let code
next