From edi at agharta.de Thu Mar 6 07:49:12 2008 From: edi at agharta.de (Edi Weitz) Date: Thu, 06 Mar 2008 08:49:12 +0100 Subject: [hunchentoot-announce] New release 0.15.2 (Was: format to age in test.lisp?) In-Reply-To: (Ben Hyde's message of "Wed, 5 Mar 2008 21:22:25 -0500") References: Message-ID: On Wed, 5 Mar 2008 21:22:25 -0500, Ben Hyde wrote: > - :name (format age nil "meal{~A}" choice) > + :name (format nil "meal{~A}" choice) Woops, how did that one get into there? Thanks, fixed in the new release. Edi. From edi at agharta.de Mon Mar 17 11:42:35 2008 From: edi at agharta.de (Edi Weitz) Date: Mon, 17 Mar 2008 12:42:35 +0100 Subject: [hunchentoot-announce] New release 0.15.3 (Was: [patch] redirect* (allows to set status code)) In-Reply-To: <8CF9E661-5B2F-4ECA-9CAF-20438B584D43@foldr.org> (Michael Weber's message of "Tue, 11 Mar 2008 13:12:20 +0100") References: <85735535-B7DD-495B-8615-51027C6D5F7F@foldr.org> <8CF9E661-5B2F-4ECA-9CAF-20438B584D43@foldr.org> Message-ID: On Tue, 11 Mar 2008 13:12:20 +0100, Michael Weber wrote: > Be my guest :) New patch attached. Thanks. It's in the new release. Edi. From edi at agharta.de Thu Mar 27 08:44:55 2008 From: edi at agharta.de (Edi Weitz) Date: Thu, 27 Mar 2008 09:44:55 +0100 Subject: [hunchentoot-announce] New release 0.15.4 (Was: Hunchentoot with ECL) In-Reply-To: <87d4phg9pb.fsf@ma-patru.mathematik.uni-karlsruhe.de> (Nicolas Neuss's message of "Wed, 26 Mar 2008 09:40:00 +0100") References: <9e4493f70803201625r37b67d1egefed84929946b4a5@mail.gmail.com> <152701829.20080322004925@yandex.ru> <9e4493f70803251823q59c470eh8f5eba4bed22f025@mail.gmail.com> <87d4phg9pb.fsf@ma-patru.mathematik.uni-karlsruhe.de> Message-ID: On Wed, 26 Mar 2008 09:40:00 +0100, Nicolas Neuss wrote: > The use of the FOR clause after WHILE is (unfortunately, IMO) not > allowed by the standard. And I thought that if SBCL's compiler allows it, it must be ANSI-compliant... :) Anyway, I've changed the offending LOOP slightly to appease ECL.