[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-764-ge8bd7a51
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 e8bd7a51450cc03faf0225ac4850d925c51275b2 (commit) via 5a12b12b8d65bf684dcebacf411ee2d5000c8104 (commit) via 7ffad3308edc07133f86feef15725756e8366df2 (commit) via 50f573ed75c3e65bf77bdd8412190f298bd9f702 (commit) from d617c0fe3491e2540d267b4bf9ff2b1bbd91fe11 (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 e8bd7a51450cc03faf0225ac4850d925c51275b2 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Feb 12 00:09:48 2023 +0100 [DOC] Fix build of reference.pdf. This is obnoxious: It is 2023, the ≥ character is in Unicode since 1993, and UTF-8 is ubiquitous. Yet, pdfLaTeX balks at this. Maybe the right fix would be to switch to LuaLaTeX. Alas, that doesn't seem to have reached the necessary maturity yet: <https://tug.org/pipermail/luatex/2023-February/007799.html> commit 5a12b12b8d65bf684dcebacf411ee2d5000c8104 Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Feb 11 23:27:21 2023 +0100 [DOC] Fix some Doxygen references. commit 7ffad3308edc07133f86feef15725756e8366df2 Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Feb 11 18:51:08 2023 +0100 Revert "Work around Tex Live 2012 versus doxygen problem." The bug seems to have disappeared many years ago, at least since Debian 9 Stretch (ca. 2017). This reverts commit af3801eb5e40bb3717bf207470252172a0af2559. commit 50f573ed75c3e65bf77bdd8412190f298bd9f702 Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Feb 11 11:57:33 2023 +0100 [build] Fix a typo in configure.ac. ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- doc/CMakeLists.txt | 2 -- doc/reference/Makefile.am | 1 - ginac/clifford.h | 9 +++++++-- ginac/ex.cpp | 2 ++ ginac/excompiler.h | 7 ++++--- ginac/factor.h | 2 +- ginac/idx.h | 9 +++------ ginac/indexed.h | 30 ++++++++++-------------------- ginac/normal.cpp | 1 + ginac/numeric.cpp | 2 +- ginac/pseries.cpp | 3 +-- scripts/fixupind.py | 30 ------------------------------ 13 files changed, 31 insertions(+), 69 deletions(-) delete mode 100644 scripts/fixupind.py hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel