I have released version 1.1 of Misc-Extensions. It includes version
3.3 of GMap, which contains the following changes:
() Revamped arg types `:index' and `:index-inc' (incompatibly).
() Added doc strings, including on the predefined arg- and result-types,
and arranged for them to be placed on the symbol-plist, where
there's
an outside chance someone might find them.
() Revamped result types `:vector' and `:string' (incompatibly).
() Removed deprecated arg- and result-types `:array'.
() Changed most optional arguments to arg- and result-types to keyword
arguments.
() Substantially expanded the multiple-value capability. Now it is
possible
for an arg-spec to generate any number of arguments to the
function being
mapped, and for a single result-spec to consume more than one value
returned by that function.
() Using the new multiple-value capabilities, added `:alist' and
`:plist'
as both arg- and result-types.
Thanks to Joerg Hoehle for some useful suggestions.
-- Scott
_______________________________________________
misc-extensions-announce mailing list
misc-extensions-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/misc-extensions-announce
On Sat, 7 Jul 2007 18:56:05 +0200, David Lichteblau <david(a)lichteblau.com> wrote:
> the attached patch optimizes the way CL+SSL is used. It by-passes
> the Lisp socket stream and writes directly to the file descriptor
> (which helps a lot on some Lisp implementations because CL+SSL's BIO
> for Lisp streams appears to have some speed issues).
>
> (However, it needs the very latest release of CL+SSL.)
Thanks, patch applied.
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
Hi everyone,
I uploaded a minor update to cl-cairo2 today.
Highlights:
- the wrapper classes now use finalizers: this means that if you fail
to explicitly destroy them, the GC should take care of it. However,
files will not be closed until this happens, so don't rely on this,
it is just a feature that helps if the user forgets to destroy the
object explicitly (please use the latest CFFI if you encounter
errors, earlier versions don't have cffi:finalize & co)
- minor fixes, mostly cosmetic, now the library compiles under
ultra-picky SBCL without warnings
I have a bit of time now to work on cl-cairo2, so please tell me if
there are any features you are missing.
Best,
Tamas
_______________________________________________
cl-cairo2-announce mailing list
cl-cairo2-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-cairo2-announce
I have merged the graphic-forms-newtypes branch back into mainline, and
thus that branch is obsolete. Now that the CFFI project has merged
their newtypes branch[1], it's no longer necessary for us to differentiate
between the two flavors -- so we are back to using the mainline CFFI
code. The latest CFFI from darcs works for me; please send problem reports
to graphic-forms-devel if you encounter problems.
--
Jack Unrue
[1] The closest to an official statement on the branch status in CFFI that
I could find is:
http://common-lisp.net/pipermail/cl-opengl-devel/2007-June/000117.html
_______________________________________________
graphic-forms-announce mailing list
graphic-forms-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/graphic-forms-announce
---------------------------------------------------------------------------------
The message you sent to dixonmarkets.com/phillip was rejected because it would exceed the quota for the mailbox.
The subject of the message follows:
Subject: Re[1]: Hi:))
---------------------------------------------------------------------------------
_______________________________________________
clhp-announce site list
clhp-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/clhp-announce
Release 3 of PAL is now available at http://common-lisp.net/project/pal
- some minor & major bugfixes. Most importantly it _should_ now work on
SBCL, CLisp, Allegro CL and Lispworks :)
- bitmap loading should be a lot faster
- few changes in the API, check changes.txt
- some draft documentation is available on the website, not much yet though
Tomi Neste
_______________________________________________
pal-announce mailing list
pal-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/pal-announce
I've released a new version of CL-ODE. I've fixed some bugs but it's not
quite backwards compatible. Check the README for details.
Tom
_______________________________________________
cl-ode-announce mailing list
cl-ode-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-ode-announce
On Wed, 27 Jun 2007 21:17:23 +0100, "H Duerer" <h.duerer(a)gmail.com> wrote:
> sorry about that first email -- I am still learning gmail and hadn't
> realised I was rudely sending HTML.
The first email was multipart/alternative which is fine, at least for
Gnus users like me. The problem with the second email was that Gmail
inserted gratuitous line breaks which rendered the (inlined) diff
unusable.
Anyway, thanks for the patch, it's in 0.9.0. The next time you send a
patch, please make sure to update the HTML documentation as well.
http://weitz.de/patches.html
Cheers,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
On Tue, 19 Jun 2007 22:56:26 +0200, Didier Verna <didier(a)lrde.epita.fr> wrote:
> I've run into 2 formats that parse-cookie-date can't currently handle:
>
> - the first one looks like this: "Sun, 18 Jun 2006 04:01:09
> GMT-07:00" I presume it means GMT minus 7 hours.
>
> - the second one is almost one of the recognized formats, except
> that it says PDT (Pacific Daylight Time AFAIK) instead of GMT.
>
> Note that I have no idea if these formats are standard or not. I
> just ran into them...
The latest release 0.8.0 should hopefully be able to parse these dates
correctly. Note that I've also added a special variable so you can
allow Drakma to fail when parsing cookie dates. Still, I'd prefer if
people would report any date format Drakma can't parse to this mailing
list.
Thanks for the report,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
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