[Bese-devel] New patches to ucw_public: 17-Feb-2006

Marco Baringer mbaringer at common-lisp.net
Sat Feb 18 06:00:20 UTC 2006


Thu Feb 16 02:35:34 CST 2006  Marco Baringer <mb at bese.it>
  * Fix mod-lisp's read/write-line functions
  
  We explicitly use string-to-octets here so that we remind ourselves
  that some conversion needs to happen to the string (even though we
  haven't yet decided what).

    M ./src/backend/mod-lisp.lisp -3 +12

Thu Feb 16 02:14:12 CST 2006  Marco Baringer <mb at bese.it>
  * 'instance -> :instance (Reported by: Aleksandar Bakic <a_bakic at yahoo.com>)

    M ./src/components/presentations.lisp -1 +1

Mon Feb 13 13:09:57 CST 2006  Marco Baringer <mb at bese.it>
  * Remove stray :iso-8859-1 (Reported by: Asbjørn Bjørnstad <asbjxrn at bjxrnstad.net>)

    M ./src/backend/httpd.lisp -3 +2

Fri Feb 10 09:54:21 CST 2006  Marco Baringer <mb at bese.it>
  * Drop the dump-application(s) methods.
  
  This code hasn't been used for ages (and probably shouldn't have been
  used in the first place). Using compile-file and #. is just begging to
  get bitten.

    M ./src/rerl/standard-application.lisp -7
    M ./src/rerl/standard-server.lisp -33

Wed Feb  8 09:42:48 CST 2006  Marco Baringer <mb at bese.it>
  * Fix bug in remove-expired-sessions
  
  We were accidentaly removing elements from within a
  hash-table-iterator after we'd iterated over them.

    M ./src/rerl/standard-application.lisp -3 +2

Wed Feb  8 09:42:13 CST 2006  Marco Baringer <mb at bese.it>
  * Changed mod_lisp backend to deal with non-character streams coming from apache.

    M! ./src/backend/mod-lisp.lisp -16 +7

Wed Feb  8 09:38:48 CST 2006  Marco Baringer <mb at bese.it>
  * Added :name paramters to <ucw:textarea and <ucw:select tags

    M ./src/yaclml/ucw-tags.lisp -4 +5

Wed Feb  8 09:38:30 CST 2006  Marco Baringer <mb at bese.it>
  * Avoid calculating tempalte-truename twice

    M ./src/yaclml/yaclml.lisp -2 +2

Wed Feb  8 09:31:24 CST 2006  Marco Baringer <mb at bese.it>
  * Indentation fixup

    M ./bin/start.lisp -1 +1


An updated tarball of ucw_public's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_public-20060217.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=ucw_public;a=summary



More information about the bese-devel mailing list