[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, ginac_1-5, updated. release_1-4-0-232-g05f749a

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, ginac_1-5 has been updated
       via  05f749ac2abb672f8e0a1cef938ea1e83e1255dc (commit)
       via  511764215de1756329e88c2628a4fd36e8277195 (commit)
      from  406f9f2022af2bcc55eea6dac7a5c5a500046f29 (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 05f749ac2abb672f8e0a1cef938ea1e83e1255dc
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 511764215de1756329e88c2628a4fd36e8277195
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