On Sat, 27 Nov 2004 02:26:10 +0000, ocorrain(a)yahoo.com (Tiarnán Ó Corráin) wrote:
> this piece implements backtraces in OpenMCL, though there may be a
> more beautiful way. Setting "detailed-p" to t results in a cranial
> overflow in my case :-)
Thanks, I've made a new release with this code added. Changelog:
Version 0.3.4
2004-11-29
Added backtrace code for OpenMCL (provided by Tiarnán Ó Corráin)
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
Changelog entry:
Version 0.4.2
2004-11-26
Build GIF support by default
Added link to cl-gd-glue.dll for Windows and corresponding documentation
Updated files in test/orig
CL-GD is available from <http://weitz.de/files/cl-gd.tgz>
Have fun,
Edi.
_______________________________________________
cl-gd-announce mailing list
cl-gd-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-gd-announce
"Chris Hanson" <cph(a)csail.mit.edu> wrote:
>On Tue, 2004-11-23 at 18:20 +0100, Marc Battyani wrote:
>> mod_lisp version 2.40 is on the mod_lisp repository:
>> http://www.fractalconcept.com:8000/public/open-source/mod_lisp
>>
>> >From the change log:
>>
>> Version 2.40
>> Allow more than one Set-Cookie
>> (it was in 2.2 but was wrongly removed in 2.35)
>>
>> Version 2.39
>> Case insensitive parsing of the Lisp header names for compatibility
with
>> mod_lisp2.
>
>Sorry to be the bearer of bad news, but the set-cookie support you just
>added is case sensitive.
Ahem, sorry...
Version 2.41
Case insensitive version of the set-cookie
Marc
_______________________________________________
mod-lisp-announce site list
mod-lisp-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/mod-lisp-announce
mod_lisp version 2.40 is on the mod_lisp repository:
http://www.fractalconcept.com:8000/public/open-source/mod_lisp
>From the change log:
Version 2.40
Allow more than one Set-Cookie
(it was in 2.2 but was wrongly removed in 2.35)
Version 2.39
Case insensitive parsing of the Lisp header names for compatibility with
mod_lisp2.
Marc
_______________________________________________
mod-lisp-announce site list
mod-lisp-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/mod-lisp-announce
New release CL-EMB 0.2.1
CL-EMB is a library to embed Common Lisp and special template
tags into normal text files. Can be used for dynamically
generated HTML pages.
You can download it from
http://common-lisp.net/project/cl-emb/
or install with ASDF-Install.
CL-USER> (require :asdf-install)
CL-USER> (asdf-install:install :cl-emb)
Changes:
- New functions CLEAR-EMB, CLEAR-EMB-ALL, and CLEAR-EMB-ALL-FILES
clear registered emb code. By name, all or just all emb code from
files.
Maybe you want to start debugging a running project. Setting
CL-EMB:*DEBUG* allows you to see the generated code with
CL-EMB:PPRINT-EMB-FUNCTION for code that gets registered after that.
If you clear the registered code with CL-EMB:CLEAR-EMB-ALL-FILES all
files get registered again when called with CL-EMB:EXECUTE-EMB.
(Or just touch all the files.)
_______________________________________________
cl-emb-announce site list
cl-emb-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-emb-announce
------------------------------------------------------------------------
UnCommon Web version 0.3.3 - learning to climb up bookshelves (for real)
Released 2004-11-10
[nb: This release exists simply to fix a number of minor (but fatal)
bugs in the 0.3.2 release]
[nb: this release breaks backwards compatibility]
* Home page
http://common-lisp.net/project/ucw/
* Download
ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.3.tar.gz
* Prerequisites
** Prerequisites included in the distribution
- arnesi
- yaclml
- cl-icu
- iterate
- mod_lisp
** Prerequisites you must download and install manually
- a recent CVS version of SLIME. You must have the new inspector for
the ucw-inspector to work.
- portableaserve 1.2.35 should you want the aserve backend.
* Changes (since 0.3.2)
** "The API has changed" fixes
- Fix various uses of <ucw:a which didn't use the :action attribute.
- Fix wrong environment name in admin repl template
** Components
- New component simple-container
- root-component renamed to window-component
- Remove GOTO and REPLACE macros (and the underlying goto-component
and replace-component methods). Use (setf context.window-component)
instead (passing it a component instance).
** YACLML
- Support :href attribute an <ucw:a tags with URL rewriting to add
the session id.
** RERL
- Move *debug-on-error* logic out of the handle-request-error's
:around method and into the standard-server's handle-request method.
- Improved the handling of errors during actions, callbacks and rerl
internal functions.
* Known Issues
- The transaction example does not work.
* Supported Platforms
SBCL and OpenMCL are known to work on PPC with the mod_lisp backend.
CMUCL is known to work on x86 with mod_lisp backend (apache2).
The aserve backend is not known to work (it might, it just hasn't been
tested).
------------------------------------------------------------------------
have fun (i know i do),
--
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
_______________________________________________
bese-announce mailing list
bese-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/bese-announce