- 01 Apr, 2018 1 commit
-
-
Francois-Rene Rideau authored
1.0.0 had a NORMALIZATION argument that controls how the function is to be applied to its arguments, defaulting to #'APPLY. This is now called CALL-NORMALIZER, but with the original :NORMALIZATION initarg preserved since it is used by LISP-INTERFACE-LIBRARY. What 1.1.0 called NORMALIZATION is now called :ARGUMENT-NORMALIZER. 1.2.0 and 1.0.0 are thus incompatible with the short-lived 1.1.0. 1.2.0 is backward-compatible with 1.0.0.
-
- 05 Mar, 2018 1 commit
-
-
Francois-Rene Rideau authored
NORMALIZATION is now a function from list-of-arguments to list-of-arguments rather than a function that takes the original function and the list-of-arguments then calls the original function.
-
- 17 Apr, 2017 1 commit
-
-
Francois-Rene Rideau authored
Also drop ASDF 2 support
-
- 13 Aug, 2016 2 commits
-
-
François-René Rideau authored
Rename reader for the original function slot.
-
Petko Tsikov authored
-
- 29 Sep, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
François-René Rideau authored
Clarify documentation for MEMOIZE
-
Adlai authored
(the original documentation was missing the key word "unless")
-
- 26 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
when a function was modified since memoization (using CERROR)
-
- 28 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
Patch originally by Ben Hyde.
-
Francois-Rene Rideau authored
-
- 27 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
(should still compile with ASDF2, except that tests won't run).
-
Francois-Rene Rideau authored
Bug identified by bhyde.
-
- 13 Jul, 2012 1 commit
-
-
Francois-Rene Rideau authored
It now calls a continuation instead of return a new LIST. Therefore the new meaning of NIL is APPLY, not LIST or IDENTITY.
-
- 22 Apr, 2012 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Thanks to Paul Sexton.
-
- 08 Mar, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Mar, 2012 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-