[Ecls-list] Approaching 10.3.2

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Mar 19 22:09:06 UTC 2010


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.

Juanjo

On Fri, Mar 19, 2010 at 10:48 PM, Tobias C. Rittweiler <tcr at freebits.de>wrote:

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



-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://tream.dreamhosters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100319/16e1c8bd/attachment.html>


More information about the ecl-devel mailing list