summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Francois-Rene Rideau [Sun, 9 Jun 2013 23:20:23 +0000]
Build tweaks
Francois-Rene Rideau [Tue, 12 Mar 2013 20:45:10 +0000]
Don't export symbol for functionality we don't provide (yet).
Alejandro R Sedeño [Wed, 27 Feb 2013 22:58:47 +0000]
Merge branch 'vector-of'
Alejandro R Sedeño [Wed, 27 Feb 2013 22:55:13 +0000]
Update documentation
Alejandro R Sedeño [Mon, 25 Feb 2013 22:46:42 +0000]
vector-of: use specialized vectors
Alejandro R Sedeño [Thu, 14 Feb 2013 22:06:38 +0000]
add a vector-of implementation; this should probably be its own system
Francois-Rene Rideau [Tue, 5 Feb 2013 22:49:12 +0000]
Change the .asd to work with ASDF 3.
Francois-Rene Rideau [Tue, 18 Sep 2012 19:33:55 +0000]
Don't rely on find-symbol* being internal in asdf.
Francois-Rene Rideau [Wed, 18 Jul 2012 01:31:57 +0000]
Add TODO item: SLIME support.
Francois-Rene Rideau [Tue, 10 Jul 2012 17:16:59 +0000]
Be more robust when final-forms is expanded outside of a with-finalizers.
Francois-Rene Rideau [Mon, 2 Jul 2012 22:09:39 +0000]
Explain list-of optimization.
Francois-Rene Rideau [Mon, 2 Jul 2012 19:15:07 +0000]
Improve documentation, docstrings, comments.
Francois-Rene Rideau [Mon, 2 Jul 2012 18:55:31 +0000]
Cleanup list-of and add some comments.
Francois-Rene Rideau [Mon, 2 Jul 2012 18:36:14 +0000]
Had failed to rename one finalize to final-forms. Bug caught by +davidcrawford. Thanks!
Francois-Rene Rideau [Mon, 2 Jul 2012 04:48:00 +0000]
Better document how to use list-of
Francois-Rene Rideau [Sun, 1 Jul 2012 20:22:35 +0000]
A level indirection in eval-when seems to make things work better in CCL (!)
Francois-Rene Rideau [Sun, 1 Jul 2012 19:46:41 +0000]
Fix previous commit.
Francois-Rene Rideau [Sun, 1 Jul 2012 19:42:21 +0000]
Store cons expressions directly in *finalizers*, to make it more readable while debugging.
Francois-Rene Rideau [Sun, 1 Jul 2012 19:24:52 +0000]
Fumbling around, trying to find out why it sometimes fails on CCL.
Francois-Rene Rideau [Sat, 30 Jun 2012 15:50:58 +0000]
Get ordering and dependencies right: reverse forms.
Document manual test.
Francois-Rene Rideau [Sat, 30 Jun 2012 06:11:27 +0000]
Debug the damn thing!
Francois-Rene Rideau [Sat, 30 Jun 2012 04:46:22 +0000]
Flag to disable warnings.
Francois-Rene Rideau [Sat, 30 Jun 2012 03:50:18 +0000]
Beef up reset-finalizers for the sake of debugging.
Francois-Rene Rideau [Sat, 30 Jun 2012 03:21:52 +0000]
Fix typo: a finalizers-off-simple-warning is a warning, not an error.
Francois-Rene Rideau [Sat, 30 Jun 2012 02:25:55 +0000]
Structured conditions.
Francois-Rene Rideau [Fri, 29 Jun 2012 23:21:37 +0000]
Only use a given final form from eval-at-toplevel once.
Francois-Rene Rideau [Fri, 29 Jun 2012 22:34:03 +0000]
Yet another dependency fix.
Francois-Rene Rideau [Fri, 29 Jun 2012 22:20:54 +0000]
Better error messages. Fix list-of and tests.
Francois-Rene Rideau [Fri, 29 Jun 2012 22:02:53 +0000]
Modify API, replace (finalize) by (final-forms). Document the API.
Francois-Rene Rideau [Fri, 29 Jun 2012 17:07:16 +0000]
asdf-support depends on finalizers due to its using *finalizers*.
Francois-Rene Rideau [Fri, 29 Jun 2012 16:06:21 +0000]
Introducing EVAL-AT-TOPLEVEL. Using it in LIST-OF. Some documentation.
Francois-Rene Rideau [Fri, 29 Jun 2012 07:49:49 +0000]
Issue warning when finalize is required but omitted.
Fix test file.
Francois-Rene Rideau [Fri, 29 Jun 2012 07:35:47 +0000]
Some comments on evaluation times.
Francois-Rene Rideau [Fri, 29 Jun 2012 07:27:41 +0000]
Warn when initially using list-of outside of finalized source code. Refactor a bit.
Francois-Rene Rideau [Fri, 29 Jun 2012 03:27:07 +0000]
Add optimizations to list-of, plus a few more tests. Update build.xcvb for list-of.
Francois-Rene Rideau [Thu, 28 Jun 2012 23:32:57 +0000]
document and test list-of
Francois-Rene Rideau [Thu, 28 Jun 2012 21:26:49 +0000]
list-of as an example use of finalizers.
Francois-Rene Rideau [Wed, 27 Jun 2012 01:02:32 +0000]
Initial commit