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@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@gmx.de>. commit 93d02d3b90587f38cbc33cf25ee89795c415574c Author: Richard Kreckel <kreckel@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