On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes <rm(a)seid-online.de> wrote:
> shouldn't the library allow all methods from HTTP/1.1? [...] BTW,
> it might be a good idea to add the methods needed for WebDAV as well
OK, done. There's a new release 0.4.1 online. Please test.
Cheers,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
On Tue, 5 Sep 2006 17:37:44 +0000 (UTC), Juho Snellman <jsnell(a)iki.fi> wrote:
> * Just muffle the warning by adding the following declaration at
> the start of the function:
>
> #+sbcl (declare (sb-ext:muffle-conditions warning))
Thanks. I've added that and made a new release.
> * Ensure that the compiler also knows that it really can't happen
> by replacing:
>
> (when (string= name parameter-name)
> (parse-integer index-string))
>
> With:
>
> (when (and (string= name parameter-name)
> index-string)
> (parse-integer index-string))
Adding something to otherwise correct code just to appease the
compiler feels a bit like static typing to me - I'd rather not do
that... :)
Yeah, I know, it's only a friendly warning, but at least it stops ASDF
compilation.
Thanks,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
Chunga:
-------
ChangeLog:
Version 0.1.2
2006-09-05
Exported CHUNKED-STREAM-STREAM
Mentioned Gentoo port in docs
Added info about mailing lists
Download:
http://weitz.de/files/chunga.tar.gz
Drakma:
-------
ChangeLog:
Version 0.4.0
2006-09-05
Added file uploads
Added multipart/form-data
Added enforced computation of request bodies in RAM
Use LF line endings in default external format
Download:
http://weitz.de/files/drakma.tar.gz
Cheers,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
TBNL:
-----
ChangeLog:
Version 0.10.2
2006-09-05
Better reporting of IP addresses and ports if not behind mod_lisp
Improved logging
Fixed REAL-REMOTE-ADDR
Cookies always use UTF-8 encoding (which is opaque to the client anyway)
Read request bodies without 'Content-Length' header (for Hunchentoot)
Removed accented character from test.lisp to appease SBCL (reported by Xristos Kalkanis)
Download:
http://weitz.de/files/tbnl.tar.gz
Hunchentoot:
------------
ChangeLog:
Version 0.3.0
2006-09-05
Accept HTTP requests with chunked transfer encoding
Use Chunga for chunking
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
On Mon, 4 Sep 2006 11:37:41 +0200, "Goffioul Michael" <goffioul(a)imec.be> wrote:
> #+(:cormanlisp :ecl) (setq apropos-text (lf-to-crlf apropos-text))
Thanks for spotting that, I've made a new release (0.10.4) which fixes
that.
Download:
http://weitz.de/files/rdnzl.tar.gz
Note: For now, I'll stop keeping the c-l.net CVS repository in sync
with my local repository as nobody with write access seems to use it
anyway. If one of you wants to start hacking on RDNZL again, let me
know and I'll re-sync.
Cheers,
Edi.
_______________________________________________
rdnzl-announce mailing list
rdnzl-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce