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 216162e0b1a746a67f6c674b6bb30407306f1453 (commit) via aed514f534cc6b4438822c1fcf80c203a828a94c (commit) from b98ef824450d2897f5ea8f5254d614e6f8148d33 (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 216162e0b1a746a67f6c674b6bb30407306f1453 Author: Richard Kreckel <kreckel@ginac.de> Date: Wed Mar 23 21:33:55 2022 +0100 Finalize 1.8.3 release. commit aed514f534cc6b4438822c1fcf80c203a828a94c Author: Richard Kreckel <kreckel@ginac.de> Date: Wed Mar 23 21:21:48 2022 +0100 Fix power::subs() in some special cases. In some cases, after subs'ing in basis and exponent, an extra substitution was performed. This could lead to messed-up final results because, e.g. substituting x==1/x in 1/x evaluated to x, but then another substitution x==1/x was performed. Reported by Feng Feng <f.feng@outlook.com>. ----------------------------------------------------------------------- Summary of changes: NEWS | 5 +++++ check/exam_misc.cpp | 18 ++++++++++++++++ doc/tutorial/ginac.texi | 2 +- ginac/power.cpp | 2 +- ginac/version.h | 4 ++-- m4/ax_cxx_compile_stdcxx.m4 | 51 +++++++++++++++++++++++++++++++++++++++++---- m4/host-cpu-c-abi.m4 | 8 +++---- m4/lib-ld.m4 | 6 +++--- m4/lib-link.m4 | 19 +++-------------- m4/lib-prefix.m4 | 15 ++++++------- 10 files changed, 90 insertions(+), 40 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations