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

Richard B. Kreckel git at ginac.de
Thu Dec 9 09:45:40 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, master has been updated
       via  f5abf61d2cb1a1d1809d270a24fa098575b172c4 (commit)
      from  00507499530d90533cf029bd503be326d9018138 (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 f5abf61d2cb1a1d1809d270a24fa098575b172c4
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.

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

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