[Bese-devel] New patches to parenscript: 16-Jul-2006
Marco Baringer
mbaringer at common-lisp.net
Mon Jul 17 04:20:02 UTC 2006
Sun Jul 16 13:07:49 EDT 2006 Marco Baringer <mb at bese.it>
* Drop unused js2.lisp
R ./src/js2.lisp
Sun Jul 16 12:47:17 EDT 2006 attila.lendvai at gmail.com
* Fix compilation of (.call (lambda () ...) arg1 ...), add missing ()'s around the lambda
M ./src/js.lisp -7 +14
Sun Jul 16 12:46:30 EDT 2006 attila.lendvai at gmail.com
* Fix compilation of ((foo) bar) -> foo()(bar)
M ./src/js.lisp -1 +8
Sun Jul 16 12:39:46 EDT 2006 attila.lendvai at gmail.com
* Fixed js-with WARNING: this involves syntax change
Previously the syntax of with was this:
(with (object)
body)
now it's:
(with object
body)
It was also broken when 'object' was an expression...
M ./src/js.lisp -3 +3
An updated tarball of parenscript's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/parenscript-20060716.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=parenscript;a=summary
More information about the bese-devel
mailing list