[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-213-gb604136

Richard B. Kreckel git at ginac.de
Thu May 13 23:00:10 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, master has been updated
       via  b604136850dac1fa8016623349061f2a3b0085be (commit)
       via  93d02d3b90587f38cbc33cf25ee89795c415574c (commit)
      from  e22d2ed95925d870876c4fcd922ea2a9cfdbdab1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b604136850dac1fa8016623349061f2a3b0085be
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu May 13 22:54:52 2010 +0200

    Fix memory leak in excompiler due to use of wrong operator delete.
    
    This was reported by Martin Ettl <ettl.martin at gmx.de>.

commit 93d02d3b90587f38cbc33cf25ee89795c415574c
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu May 13 18:30:40 2010 +0200

    Explicit function disambiguation.
    
    This is necessary for compilers where the hyperbolic and the tgamma function
    templates are pulled in from <cmath> and compete with GiNaC's function
    templates. GCC 4.4 and 4.5 need this, when compiling with -std=cxx0x.

-----------------------------------------------------------------------

Summary of changes:
 check/exam_inifcns.cpp          |    3 +++
 check/exam_inifcns_nstdsums.cpp |   15 ++++++++-------
 check/exam_pseries.cpp          |    3 +++
 check/time_antipode.cpp         |    1 +
 check/time_gammaseries.cpp      |    4 ++--
 ginac/excompiler.cpp            |    4 ++--
 ginsh/ginsh_parser.yy           |    2 +-
 7 files changed, 20 insertions(+), 12 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list