[Bese-devel] New patches to ucw_dev: 5-Mar-2006
Marco Baringer
mbaringer at common-lisp.net
Mon Mar 6 05:30:05 UTC 2006
Sun Mar 5 12:31:50 EST 2006 Marco Baringer <mb at bese.it>
* Updated, and added where missing, copyright info
M ./src/backend/accept.lisp -1 +1
M ./src/backend/araneida.lisp -1 +1
M ./src/backend/aserve.lisp -1 +1
M ./src/backend/common.lisp +29
M ./src/backend/httpd.lisp +30
M ./src/backend/mod-lisp.lisp -1 +1
M ./src/backend/multithread-httpd.lisp +30
Sun Mar 5 10:26:09 EST 2006 Marco Baringer <mb at bese.it>
* Added find-frame-by-id method specialized on standard-session
M ./src/rerl/standard-session.lisp +3
Sun Mar 5 08:19:19 EST 2006 Marco Baringer <mb at bese.it>
* stadard-classes depends on standard-vars
M ./ucw.asd -1 +2
Sun Mar 5 08:19:07 EST 2006 Marco Baringer <mb at bese.it>
* Avoid creating a new binding which we won't use.
M ./src/components/container.lisp -1 +1
Sun Mar 5 08:11:48 EST 2006 Marco Baringer <mb at bese.it>
* The :backned parameter to ucw:create-server is now a list of backend + backend initargs
Basically i kept forgetting to change the :port parameter when i
switched from the httpd backend to the mod_lisp backend. With this
change all the backend specific parameters are in the same parameter
and it's easier to see that changing ones requires you to change the
other. This also makes it easier to pass backend specific initargs
since the entire list is passed unchanged to make-backend.
M ./bin/start.lisp -6 +4
M ./src/control.lisp -7 +7
Sat Mar 4 20:22:13 EST 2006 aycan.irican at core.gen.tr
UNDO: typo fix for forms example
M ./examples/forms.lisp -1 +1
Sat Mar 4 20:22:13 EST 2006 aycan.irican at core.gen.tr
* typo fix for forms example
M ./examples/forms.lisp -1 +1
Sun Mar 5 07:27:21 EST 2006 Marco Baringer <mb at bese.it>
* session.frames is no lonnger a hash-table, fix jump-to-component. (Reported by: Attila Lendvai <attila.lendvai at gmail.com>)
M ./src/rerl/standard-component/control-flow.lisp -3 +5
An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060305.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary
More information about the bese-devel
mailing list