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 3d5c30286146e192d4c22cbb989997cdfe306200 (commit) via 8198fb8eb7e0072c4b2805ba49ad0089fa9a149d (commit) via 4f0b17af13eb5f7f34fdab171c6d630a77badb3d (commit) from 9985e28882888663fd8e43e8c59728ddcad552d0 (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 3d5c30286146e192d4c22cbb989997cdfe306200 Author: Richard Kreckel <kreckel@ginac.de> Date: Tue Apr 7 23:56:25 2020 +0200 [PATCH] Check number of parameters when reading function from archive. Functions where looked up by their function name in archives. However, some functions have overloads for different numbers of parameters ('zeta', 'G', 'psi'). Reading archives could pick the wrong overload. Fixed by requiring that the actual number of function parameters in the archive node must equal the function's declared number of parameters. Thanks to Feng Feng for reporting this problem. commit 8198fb8eb7e0072c4b2805ba49ad0089fa9a149d Author: Richard Kreckel <kreckel@ginac.de> Date: Wed Jan 8 00:03:50 2020 +0100 Update some compiler versions. commit 4f0b17af13eb5f7f34fdab171c6d630a77badb3d Author: Richard Kreckel <kreckel@ginac.de> Date: Tue Jan 7 23:41:40 2020 +0100 Change www.ginac.de urls to https. ----------------------------------------------------------------------- Summary of changes: AUTHORS | 2 +- ChangeLog | 2 +- GiNaC.spec.in | 4 ++-- INSTALL | 8 ++++---- INSTALL.CMake | 2 +- README | 4 ++-- check/match_bug.cpp | 4 ++-- configure.ac | 2 +- doc/reference/Doxyfooter.in | 2 +- doc/tutorial/ginac.texi | 6 +++--- ginac/function.cppy | 8 +++++--- ginac/numeric.cpp | 2 +- 12 files changed, 24 insertions(+), 22 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations