Thanks for reminding. I spent the whole morning tracking emails that were not processed and missed this one. This is why I like Sourceforge's patch submission page better -- I can see which ones were not processed.<div>
<br></div><div>Juanjo<br><br><div class="gmail_quote">On Fri, Mar 19, 2010 at 10:48 PM, Tobias C. Rittweiler <span dir="ltr"><<a href="mailto:tcr@freebits.de">tcr@freebits.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
There's also "[Patch] fix :list -> :format-arguments in<br>
src/clos/generic.lsp" pending.<br>
<br>
  -T.<br>
<br>
<br>
Juan Jose Garcia-Ripoll<br>
<div><div></div><div class="h5"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>> writes:<br>
<br>
> commit b8866ba54ac17fe8182209806af74a183ffc9668<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 22:27:20 2010 +0100<br>
><br>
>     Missing definition of true_srcdir when building config.lsp (only in<br>
> MSVC)<br>
><br>
> commit 8582998855c23180a3b1da6905c5ed4367cc1731<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 22:18:54 2010 +0100<br>
><br>
>     Use unsafe C++ pointer cast when building static copies of vectors.<br>
><br>
> commit 322064aacbd95d5fc6f326e4e5e0963d13ab2b40<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 22:04:27 2010 +0100<br>
><br>
>     ECL can build again itself using a C++ compiler (--with-cxx thus works).<br>
><br>
> commit 74eace251b9d39b3b3e809deaf197bf323cd2968<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 21:01:34 2010 +0100<br>
><br>
>     The SRC: path in Mingw was not resolved to a valid Windows path.<br>
><br>
> commit 982199e6ee77c4c0440be27f4082a44667f3f39a<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:55:12 2010 +0100<br>
><br>
>     Introduced a new generic function GRAY:STREAM-FILE-DESCRIPTOR which used<br>
> by SERVE-EVENT to wait for input on a stream (T. Rittweiler).<br>
><br>
> commit 6e55e9c3b54194e3fe727bc2a5312e3aaf967378<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:40:11 2010 +0100<br>
><br>
>     After loading the compiler, lock again the COMMON-LISP package<br>
><br>
> commit fbd8eb186378bf003c5f4da9ecca2b6cc0633d07<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:36:39 2010 +0100<br>
><br>
>     Fixed a typo in DEFSEQ.<br>
><br>
> commit 66e128ab8aced95c69b2381c52179274501e15a5<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:28:29 2010 +0100<br>
><br>
>     When processing lists, the functions defined with DEFSEQ took a time<br>
> quadratic in the problem size because they relied on ELT instead of<br>
> traversing the list. This change keeps the position of the sequence to avoid<br>
> using ELT with lists. (A. Hefner)<br>
><br>
> commit f6368631652abe6100b60450455a7c1cf13592fc<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:19:44 2010 +0100<br>
><br>
>     Fixed typo in error message (A. Hefner)<br>
><br>
> commit d4fcc7f9c741fd94e46b3875b103892512c9c01a<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:16:50 2010 +0100<br>
><br>
>     The value of GENERIC-FUNCTION-A-P-O-FUNCTION was not used when comparing<br>
> methods.<br>
><br>
> commit 801fb69069e4becde5494ff546ad16b2c7680524<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:16:04 2010 +0100<br>
><br>
>     When defining a class that has a parent with a forward reference, we can<br>
> not call finalize-inheritance (A. Gavrilov)<br>
>     (defclass foo (bar) ())<br>
>     (defclass baz (foo) ())<br>
><br>
> commit 9983c3b7ad04b63c5b67878132c911a7bdfac59e<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 19:05:57 2010 +0100<br>
><br>
>     Added a pathname translation for EXT:<br>
><br>
> commit c43a6928e1215bb5c8b86b2ab023d87228a6ff19<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 18:55:12 2010 +0100<br>
><br>
>     Allow SYMBOL-MACROLET be used inside a form that declares the symbol as<br>
> special, and also allow special declarations inside the SYMBOL-MACROLET, as<br>
> in<br>
>      (let ((x :special))<br>
>         (declare (special x))<br>
>         (symbol-macrolet ((x :symbol-macro))<br>
>           (values x (locally (declare (special x)) x))))<br>
><br>
> commit ca8025d6688e97def99967c635e2697988aa4b42<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Fri Mar 19 18:26:59 2010 +0100<br>
><br>
>     Upgraded ASDF and implemented a new keyword argument, :MOVE-HERE, for<br>
> MAKE-BUILD<br>
><br>
> commit 7b30bacfa90998fd26a4c5345001dd2773b5003e<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Wed Mar 17 09:42:47 2010 +0100<br>
><br>
>     Use hostname (machine-instance) when starting clx.<br>
><br>
> commit 19d758cfb1572eb578a186dbc77c80bde3515438<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Tue Mar 16 23:33:52 2010 +0100<br>
><br>
>     Use the new feature in ASDF to ensure that the output-files of a<br>
> prebuilt-system remain untranslated.<br>
><br>
> commit 1c703c5442340fb3a84c6168b0754d5b71063112<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Tue Mar 16 23:29:02 2010 +0100<br>
><br>
>     Upgrade ASDF to get the new features by which OUTPUT-FILES can remain<br>
> untranslated.<br>
><br>
> commit 32d9b329ace087ad6839cccc65f23ecc51c9e8f3<br>
> Author: Juan Jose Garcia Ripoll <jjgarcia@jjgr-2.local><br>
> Date:   Sun Mar 14 23:28:16 2010 +0100<br>
><br>
>     Upgraded CLX to a more recent version (J. Stecklina)<br>
<br>
<br>
</div></div>------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>
</div>