summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
attila.lendvai [Tue, 27 Sep 2011 15:26:14 +0000]
fix package nickname in case sensitive mode
attila.lendvai [Wed, 19 Jan 2011 16:11:33 +0000]
move list-of-forms? out of the #L eval-when, because it's also used by other parts of iterate
attila.lendvai [Thu, 3 Jun 2010 09:33:35 +0000]
added bug/walk.2
Joerg-Cyril Hoehle [Fri, 25 May 2007 14:15:33 +0000]
first-time-p bugfix: return-code :body must return list of forms
if-first-time not declared obsolete
documentation strings for (iter:display-iterate-clauses) complete
Joerg-Cyril Hoehle [Fri, 25 May 2007 08:14:43 +0000]
fix defmacro-driver example in manual
Joerg-Cyril Hoehle [Fri, 25 May 2007 08:09:32 +0000]
Use @:, @. and two spaces between sentences
Move section on predicate (first-time-p) outside of gathering clauses
Various typos and some clarifications
Joerg-Cyril Hoehle [Fri, 25 May 2007 07:43:38 +0000]
document *list-end-test* removal in FOR...IN+ON
attila.lendvai [Sun, 6 May 2007 10:07:44 +0000]
Renamed back to sharpL-reader
attila.lendvai [Sun, 6 May 2007 10:07:04 +0000]
Fix sharpL reader, add :execute to the eval-when to make (load "iterate" :compiling t) work on clisp
Luis Oliveira [Thu, 13 Jul 2006 14:29:15 +0000]
Convert manual to Texinfo.
hoehle [Thu, 3 May 2007 13:06:04 +0000]
make FOR...IN/ON with dotted lists work like LOOP
More precisely, FOR ON accepts dotted lists, FOR IN errors out.
As a result, iterate::*list-end-test* was eliminated.
Behaviour is now constant and does not depend on some special variable.
Note: Documentation not yet updated, pending move to Texinfo.
Joerg-Cyril Hoehle [Thu, 3 May 2007 09:53:09 +0000]
walk-tagbody: more testcases
Joerg-Cyril Hoehle [Wed, 4 Apr 2007 12:41:32 +0000]
walk-tagbody must not macroexpand symbol/tags among its statements
Joerg-Cyril Hoehle [Thu, 3 May 2007 09:30:08 +0000]
add ELSE test cases, remove GNU Arch tag
attila.lendvai [Thu, 26 Apr 2007 15:34:31 +0000]
Clean up #L stuff, do not leave #L enabled after loading iterate
attila.lendvai [Thu, 15 Feb 2007 15:16:52 +0000]
Set *list-end-test* to 'endp instead of 'atom, so (iter (for foo :in something-non-list)) fails instead of silently exists
Henrik Hjelte [Wed, 25 Oct 2006 14:53:24 +0000]
wrap code in progns, to avoid possiblity of multiple nil tags in tagbody
Henrik Hjelte [Wed, 25 Oct 2006 14:51:28 +0000]
test to detect bug, more than one nil tag in tagbody
attila.lendvai [Sat, 6 May 2006 15:59:53 +0000]
Added release.sh
attila.lendvai [Fri, 5 May 2006 13:47:01 +0000]
TAG 1.4.3
attila.lendvai [Fri, 5 May 2006 13:43:10 +0000]
Added generated pdf manuals to the repo for easier maintenance
attila.lendvai [Fri, 31 Mar 2006 21:25:41 +0000]
Renamed doc files and added Boolean Tests subsection
attila.lendvai [Fri, 31 Mar 2006 19:51:05 +0000]
Fix doc build, added pdf target
attila.lendvai [Fri, 31 Mar 2006 19:07:28 +0000]
Added first-time-p and first-iteration-p tests
attila.lendvai [Fri, 31 Mar 2006 15:56:48 +0000]
Added first-iteration-p and first-time-p
Typical use is (if (first-...-p) ...)
first-iteration-p will be t in the first loop while first-time-p will
be t when first called, then nil. Hint: first-time-p is useful for
the usual comma separated list printing problem.
attila.lendvai [Fri, 31 Mar 2006 15:55:54 +0000]
Added make-shared-binding
attila.lendvai [Fri, 31 Mar 2006 15:48:00 +0000]
Initial darcs repo