[Bese-devel] New patches to arnesi_dev: 25-Apr-2007
Marco Baringer
mbaringer at common-lisp.net
Thu Apr 26 04:00:17 UTC 2007
Wed Apr 25 06:10:56 EDT 2007 attila.lendvai at gmail.com
* Renamed the CHILDER accessor of loggers to CHILDREN
M ./src/log.lisp -4 +4
M ./src/packages.lisp -1 +1
Wed Apr 25 18:22:36 EDT 2007 attila.lendvai at gmail.com
* Added an &key (muffle-errors t) to defprint-object
M ./src/io.lisp -4 +12
Wed Apr 25 11:05:07 EDT 2007 attila.lendvai at gmail.com
* Initialize log level to nil and only set a default +debug+ in deflogger if the logger has no ansestor
The result is that chained loggers will get their level from their parent unless it's explicitly set on them.
M ./src/log.lisp -16 +17
Wed Apr 25 09:57:21 EDT 2007 attila.lendvai at gmail.com
* Added with-logger-level
M ./src/log.lisp +19
M ./src/packages.lisp +1
Wed Apr 25 06:14:09 EDT 2007 attila.lendvai at gmail.com
* Bind *print-length* to 64 while logging
M ./src/log.lisp +1
Wed Apr 25 06:12:19 EDT 2007 attila.lendvai at gmail.com
* Support a :with-package in deprint-object
M ./src/io.lisp -2 +3
Thu Apr 12 14:35:18 EDT 2007 attila.lendvai at gmail.com
* Delete unused *k* variable
M ./src/call-cc/interpreter.lisp -2
Fri Jan 12 10:45:04 EST 2007 attila.lendvai at gmail.com
* Do not register a restart in unescape-as-uri
...because it's a relatively expensive operation compared to the rest of the code
and the restart is not useful in production systems.
M ./src/http.lisp -10 +5
An updated tarball of arnesi_dev's source can be downloaded here:
http://common-lisp.net/project/bese/tarballs/arnesi_dev-20070425.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=arnesi_dev;a=summary
More information about the bese-devel
mailing list