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

Alexei Sheplyakov git at ginac.de
Mon Jul 21 09:27:52 CEST 2014


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  13964f3416ec9de8829b57d4a2bbd9fe9a6db4ef (commit)
      from  edfa67d26bac695b5ef9911f3cda3ff50232e35a (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 13964f3416ec9de8829b57d4a2bbd9fe9a6db4ef
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date:   Tue Jul 1 21:46:11 2014 +0300

    [bugfix] log_series: avoid infinite recursion
    
    Check if the argument is on a branch cut check if it actually depends
    on the expansion variable before trying to expand around a different
    point in order to avoid the infinite recursion (or rather a segfault
    due to a stack overflow).
    
    Thanks to Mario Prausa for a bugreport.

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

Summary of changes:
 check/exam_inifcns.cpp  |    9 +++++++++
 ginac/inifcns_trans.cpp |    4 ++++
 2 files changed, 13 insertions(+), 0 deletions(-)


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


More information about the GiNaC-devel mailing list