| 2013-03-14 |
Daniel Gackle | Whitespace master |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Minor refactoring; comments. |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Undeprecated BIND because it is used by LOOP; moved... |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Suppress inappropriate deprecation warnings that were... |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Deleted dead code |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Minor refactoring: hide multiple-value vs. single-value... |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Minor refactoring: made the order of bindings in LABELS... |
commit | commitdiff | tree |
| 2013-03-14 |
Daniel Gackle | Minor refactoring: removed unused gensym (was producing... |
commit | commitdiff | tree |
| 2013-03-02 |
Daniel Gackle | Fixed bug: multiple evaluation in WITH-SLOTS. |
commit | commitdiff | tree |
| 2013-02-25 |
Daniel Gackle | Refactoring: got rid of PARENTHESIZE-EQUALITY. |
commit | commitdiff | tree |
| 2013-02-05 |
Daniel Gackle | Fixed bug in PS-LOOP: test conditions in FOR..OF clause... |
commit | commitdiff | tree |
| 2013-02-05 |
Daniel Gackle | Fixed bug: PS LOOP's implementation assumed that all... |
commit | commitdiff | tree |
| 2013-02-05 |
Daniel Gackle | Refactoring of ps-loop.lisp, added loop tests. |
commit | commitdiff | tree |
| 2013-02-05 |
Daniel Gackle | Fixed bug in ps-loop: count clause was counting falses. |
commit | commitdiff | tree |
| 2013-02-05 |
Daniel Gackle | Minor refactoring, renames, whitespace. |
commit | commitdiff | tree |
| 2013-01-31 |
Daniel Gackle | Export maybe-once-only, since it's preferable almost... |
commit | commitdiff | tree |
| 2013-01-31 |
Daniel Gackle | Ignore no-op LETs (i.e. LET with empty binding list... |
commit | commitdiff | tree |
| 2012-11-29 |
Vladimir Sedach | Fixed output test trig-bind1 to be consistent between... |
commit | commitdiff | tree |
| 2012-11-29 |
Vladimir Sedach | Replaced let of ps-gensyms with with-ps-gensysms in... |
commit | commitdiff | tree |
| 2012-11-29 |
Vladimir Sedach | Added eval unit tests for Boris Smilga's Lisp-like... |
commit | commitdiff | tree |
| 2012-11-29 |
Boris Smilga | Lisp-like initialization options for MAKE-ARRAY. |
commit | commitdiff | tree |
| 2012-11-24 |
Vladimir Sedach | Simplified output of APPLY for code like (apply (@... |
commit | commitdiff | tree |
| 2012-11-24 |
Vladimir Sedach | Removed 'apply-to' macro introduced in 7f27b5b10ec44137... |
commit | commitdiff | tree |
| 2012-11-24 |
Boris Smilga | Unit tests for APPLY as used with object methods. |
commit | commitdiff | tree |
| 2012-11-24 |
Boris Smilga | Method functions should be applied to their host object... |
commit | commitdiff | tree |
| 2012-10-13 |
Vladimir Sedach | Reorganized symbol listing in package.lisp to make... |
commit | commitdiff | tree |
| 2012-10-13 |
Vladimir Sedach | Deprecated BIND and BIND* macros |
commit | commitdiff | tree |
| 2012-10-10 |
Vladimir Sedach | Added :description to asd files |
commit | commitdiff | tree |
| 2012-10-09 |
Vladimir Sedach | suppress-values? special variable nil by default |
commit | commitdiff | tree |
| 2012-10-08 |
Vladimir Sedach | Converted other trig functions to use maybe-once-only |
commit | commitdiff | tree |
| 2012-10-08 |
Vladimir Sedach | First try at a maybe-once-only macro that doesn't intro... |
commit | commitdiff | tree |
| 2012-10-07 |
Vladimir Sedach | Added MOD |
commit | commitdiff | tree |
| 2012-09-22 |
Vladimir Sedach | Moved swank-parenscript.lisp to extras and added note... |
commit | commitdiff | tree |
| 2012-09-22 |
Vladimir Sedach | Updated last modified date in reference manual |
commit | commitdiff | tree |
| 2012-09-15 |
Vladimir Sedach | Fixed problem with loop-return-arg and loop bodies... |
commit | commitdiff | tree |
| 2012-09-14 |
Daniel Gackle | Added a failing test to capture bug involving inconsist... |
commit | commitdiff | tree |
| 2012-09-14 |
Vladimir Sedach | Macro keys in CASE forms now macroexpanded (thanks... |
commit | commitdiff | tree |
| 2012-09-13 |
Vladimir Sedach | Removed the pass-through capability from the new global... |
commit | commitdiff | tree |
| 2012-09-12 |
Vladimir Sedach | Ok, an actual test case of a nonlocal return that would... |
commit | commitdiff | tree |
| 2012-09-12 |
Vladimir Sedach | Set MV and throw test case |
commit | commitdiff | tree |
| 2012-09-12 |
Vladimir Sedach | More test cases for mv-return |
commit | commitdiff | tree |
| 2012-09-12 |
Vladimir Sedach | Full multiple values implementation. Works correctly... |
commit | commitdiff | tree |
| 2012-09-12 |
Vladimir Sedach | Added unwind-protect |
commit | commitdiff | tree |
| 2012-09-04 |
Vladimir Sedach | Clarified the behavior of CASE when it comes to symbols... |
commit | commitdiff | tree |
| 2012-08-29 |
Vladimir Sedach | Changed test-js-eval macro to handle nested arrays... |
commit | commitdiff | tree |
| 2012-08-29 |
Vladimir Sedach | Modified output tests macro to report mismatches in... |
commit | commitdiff | tree |
| 2012-08-28 |
Daniel Gackle | Added some LOOP tests. |
commit | commitdiff | tree |
| 2012-08-28 |
Daniel Gackle | Added BOOLEANP. |
commit | commitdiff | tree |
| 2012-08-28 |
Daniel Gackle | Rewrote PS LOOP to support FOR..OF clauses that compile... |
commit | commitdiff | tree |
| 2012-08-28 |
Daniel Gackle | Added a MAP..TO clause to PS LOOP to build a collection... |
commit | commitdiff | tree |
| 2012-08-28 |
Daniel Gackle | Fixed bug in PS LOOP: in ":for first? = t :then nil... |
commit | commitdiff | tree |
| 2012-08-28 |
Daniel Gackle | In FOR..ON clauses of PS LOOP, allow :BY to be a number... |
commit | commitdiff | tree |
| 2012-08-11 |
Vladimir Sedach | Small fixes to defun-setf |
commit | commitdiff | tree |
| 2012-08-11 |
Vladimir Sedach | Fixed a bunch of bugs related to returning from loops |
commit | commitdiff | tree |
| 2012-08-10 |
Boris Smilga | Check dynamically whether a RETURN operator has been... |
commit | commitdiff | tree |
| 2012-08-10 |
Vladimir Sedach | Added unit tests for LOOP improvements introduced by... |
commit | commitdiff | tree |
| 2012-08-10 |
Vladimir Sedach | Fixed up output-tests to correspond to changes introduc... |
commit | commitdiff | tree |
| 2012-08-10 |
Vladimir Sedach | Fixed tree-search to work correctly for dotted lists |
commit | commitdiff | tree |
| 2012-08-10 |
Boris Smilga | Improved RETURN and NAMED in LOOP. |
commit | commitdiff | tree |
| 2012-08-10 |
Vladimir Sedach | Suppressed printing of JS labels for CL BLOCK expressio... |
commit | commitdiff | tree |
| 2012-07-28 |
Vladimir Sedach | Stylistic changes to CREATE and RESERVED-SYMBOL |
commit | commitdiff | tree |
| 2012-07-28 |
Vladimir Sedach | Fixed bug with quoted symbol arguments to CREATE (thank... |
commit | commitdiff | tree |
| 2012-07-27 |
Vladimir Sedach | Updated documentation to reflect current state of LET... |
commit | commitdiff | tree |
| 2012-07-27 |
Vladimir Sedach | Added Boris Smilga to list of contributors |
commit | commitdiff | tree |
| 2012-07-27 |
Vladimir Sedach | Fixed inconsistency in way quoted arrays are treated... |
commit | commitdiff | tree |
| 2012-07-21 |
Boris Smilga | Implicit initialization of local vars (WITH sans =). |
commit | commitdiff | tree |
| 2012-07-21 |
Boris Smilga | Improved LOOP conditional clauses (IF, ELSE, AND, END). |
commit | commitdiff | tree |
| 2012-05-09 |
Vladimir Sedach | Added 3b to contributors file |
commit | commitdiff | tree |
| 2012-05-09 |
Vladimir Sedach | Added unit tests for 3b's b5d18b1670cda55178b72b7 patch |
commit | commitdiff | tree |
| 2012-05-09 |
Bart Botta | don't expand arguments to QUOTE in TRY-EXPRESSIONIZING-IF? |
commit | commitdiff | tree |
| 2012-05-08 |
Vladimir Sedach | ps-js intermediate representation package no longer... |
commit | commitdiff | tree |
| 2012-05-05 |
Vladimir Sedach | Fixed loop return for most cases |
commit | commitdiff | tree |
| 2012-05-05 |
Vladimir Sedach | Removed line breaking code introduced in 60154a465a5a29... |
commit | commitdiff | tree |
| 2012-03-12 |
Vladimir Sedach | Made unit tests all part of the same test suite (thanks... |
commit | commitdiff | tree |
| 2012-02-13 |
Vladimir Sedach | Updated reference manual modified date. |
commit | commitdiff | tree |
| 2012-02-13 |
Vladimir Sedach | Added description of NEW operator to reference manual. |
commit | commitdiff | tree |
| 2012-02-06 |
Vladimir Sedach | Fixed bug where forms of type (incf x (incf x)) were... |
commit | commitdiff | tree |
| 2012-02-05 |
Vladimir Sedach | Added line breaking to pretty-printer |
commit | commitdiff | tree |
| 2012-02-05 |
Vladimir Sedach | Fixed bug w/+ string concatenation non-associativity... |
commit | commitdiff | tree |
| 2012-02-03 |
Vladimir Sedach | Added multiple return values for dynamic returns. |
commit | commitdiff | tree |
| 2012-02-01 |
Vladimir Sedach | Added documentation for EVAL-WHEN to the reference... |
commit | commitdiff | tree |
| 2012-01-12 |
Vladimir Sedach | Updated last modified date in manual |
commit | commitdiff | tree |
| 2012-01-12 |
Vladimir Sedach | Added documentation for the [] macro. |
commit | commitdiff | tree |
| 2012-01-08 |
Vladimir Sedach | Updated dates in copying file |
commit | commitdiff | tree |
| 2012-01-08 |
Vladimir Sedach | Added Scott Bell to contributors file |
commit | commitdiff | tree |
| 2012-01-08 |
Vladimir Sedach | Made hex escaping of char codes in strings always print... |
commit | commitdiff | tree |
| 2011-12-26 |
Scott Bell | Define BIND macro for destructuring and property binding. |
commit | commitdiff | tree |
| 2011-12-24 |
Vladimir Sedach | Fixed up bug where defuns were getting wrapped in lambd... |
commit | commitdiff | tree |
| 2011-12-21 |
Vladimir Sedach | Fixed bug where expressionize-if macroexpansion attempt... |
commit | commitdiff | tree |
| 2011-12-21 |
Vladimir Sedach | Fixed bug where top-level defuns and defvars inside... |
commit | commitdiff | tree |
| 2011-12-19 |
Vladimir Sedach | Made returns from CL loops (implicit nil blocks) work. |
commit | commitdiff | tree |
| 2011-12-19 |
Vladimir Sedach | Made output of variable declarations prettier in some... |
commit | commitdiff | tree |
| 2011-12-19 |
Vladimir Sedach | Fixed the behavior of return in case clauses |
commit | commitdiff | tree |
| 2011-12-18 |
Vladimir Sedach | Fixed compilation of return from blocks, (return (if... |
commit | commitdiff | tree |
| 2011-12-17 |
Vladimir Sedach | Fixed up unit tests for changes in 205715d298cdb6920 |
commit | commitdiff | tree |
| 2011-12-17 |
Vladimir Sedach | Labels/flet now lambda wrapped as well. |
commit | commitdiff | tree |
| 2011-12-17 |
Vladimir Sedach | Wrap let in lambda when there is no outer lexical scope... |
commit | commitdiff | tree |
| 2011-12-17 |
Vladimir Sedach | Made sure returns from LABELS functions work properly. |
commit | commitdiff | tree |
| 2011-12-17 |
Vladimir Sedach | Fix for closures using the same variable name. |
commit | commitdiff | tree |
| 2011-12-17 |
Vladimir Sedach | Refactored let code |
commit | commitdiff | tree |
| next |