[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-238-gf5abf61
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@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
participants (1)
-
git@ginac.de