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

Richard B. Kreckel git at ginac.de
Thu Dec 9 09:45:39 CET 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  c5be6a0d868b7fbf2bf51ed3ee2d2f50d3574b99 (commit)
      from  59fa68b8930779dfc419291d028b57b0d91d33d0 (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 c5be6a0d868b7fbf2bf51ed3ee2d2f50d3574b99
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Dec 9 09:18:34 2010 +0100

    Make symbol::name be initialized lazily.
    
    This fixes symbol::get_name(), which returned an empty string instead of
    "symbol" followed by the serial number if the symbol's name wasn't
    specified in the constructor.
    
    Thanks to Warren Weckesser for reporting this bug.
    (cherry picked from commit f5abf61d2cb1a1d1809d270a24fa098575b172c4)

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

Summary of changes:
 ginac/symbol.cpp |   17 +++++++++++++----
 ginac/symbol.h   |    6 +++---
 2 files changed, 16 insertions(+), 7 deletions(-)


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


More information about the GiNaC-devel mailing list