On Mon, 28 May 2007 09:41:45 +1000, "Simon Cusack" <scusack(a)fastmail.com.au> wrote:
> I changed
> (member tag *html-empty-tags*)
> to
> (member tag *html-empty-tags* :test #'string-equal)
Thanks, your fix is in the new release.
_______________________________________________
cl-who-announce site list
cl-who-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-who-announce
On Fri, 25 May 2007 18:41:25 +0200, Edi Weitz <edi(a)agharta.de> wrote:
> Ah, thanks, I think you're right. I'll change that.
OK, I've made a new release which now hopefully works with the latest
OpenMCL release. Please check.
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
ChangeLog
Version 0.11.0
2007-05-25
Added server names and coupled them with easy handlers (suggested by Mac Chan)
Exported SESSION-COOKIE-VALUE instead of SESSION-STRING (suggested by Slava Akhmechet)
Documentation fixes (thanks to Victor Kryukov and Igor Plekhov)
Download
http://weitz.de/files/hunchentoot.tar.gz
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
I have bundled the current state of the library and called it
0.9 as the example game I was testing it with works.
Features:
* Should work on just about any Common Lisp that works
in an environment with SLang available: tested with
CLISP, SBCL, and CMUCL
* Streams implemented on top of SLang - providing a
specialised input, output, and "window" stream.
* Documentation!
--
+--------------------------------------------------------+
|Cyborg Animation Programmer | johnc(a)yagc.ndo.co.uk|
|http://badbyteblues.blogspot.com -----------------------|
+--------------------------------------------------------+
_______________________________________________
cl-screen-announce mailing list
cl-screen-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-screen-announce
On Wed, 2 May 2007 09:19:08 +0200, "Iver Odin Kvello" <iok(a)selvaag.no> wrote:
> Here are a couple of patches to implement the COPY-CONTAINER
> operator I missed.
Finally, after a long delay (sorry for that), I've applied both of
your patches and made new releases which are now available for
download.
Thanks a lot,
Edi.
_______________________________________________
rdnzl-announce mailing list
rdnzl-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce
On Tue, 8 May 2007 13:43:59 -0600, "Vladimir Sedach" <vsedach(a)gmail.com> wrote:
> Making maybe-invoke-debugger a generic function so you can
> specialize on the condition (ignore the :around in my patch, I was
> being stupid) seems like an outgrowth of this approach.
Yes, that makes sense. I've made a new release where
MAYBE-INVOKE-DEBUGGER is an exported generic function.
Thanks,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Fri, 4 May 2007 19:26:30 -0700, "Mac Chan" <emailmac(a)gmail.com> wrote:
> Attached is a diff for this change in case you guys agree that this
> makes sense.
Yes, I think it makes sense. I've made a new release with your patch
incorporated.
Others, please note that this isn't fully backwards-compatible
although I doubt that serious applications so far relied on the fact
that (STR nil) would produce "NIL" in the output.
Thanks,
Edi.
_______________________________________________
cl-who-announce site list
cl-who-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-who-announce
On Mon, 07 May 2007 18:01:42 +0200, Nicolas Lamirault <lam(a)tuxfamily.org> wrote:
> i think the problem comes from the space in the name.
Yes. Seems this is a bug which was already in TBNL. The new release
hopefully fixes that.
Thanks for the report,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Fri, 27 Apr 2007 13:24:23 +0100, Sean <rosssd(a)gmail.com> wrote:
> Sorry for the delay.
And sorry for my delay as well... :)
> I've attached a patch which implements *accept-bogus-eols* for
> read-line* along with updated docs. When bound to a non-nil value
> then a lone CR or LF will be accepted as EOL.
I've released 0.3.0 which incorporates your changes.
Thanks,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce