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

Jens Vollinga git at ginac.de
Fri Feb 6 13:17:27 CET 2009


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  3627c2c0f2fe8fe04816703c5fc6dad9c96fb0a6 (commit)
       via  a3a0f8b23bb70802cb0fc952cafdc2223c892fe9 (commit)
       via  80b1c3e0ee0e465d56e5c76bef4e52ef2dbc5197 (commit)
      from  b9dc3d71083fe1a2f90a34db24b57b06ad51ebde (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 3627c2c0f2fe8fe04816703c5fc6dad9c96fb0a6
Author: Alexei Sheplyakov <varg at metalica.kh.ua>
Date:   Fri Feb 6 08:57:32 2009 +0200

    Fix chinese_remainder() so modular GCD actually works.

commit a3a0f8b23bb70802cb0fc952cafdc2223c892fe9
Author: Jens Vollinga <jensv at balin.nikhef.nl>
Date:   Fri Feb 6 13:13:06 2009 +0100

    Automake now needs to be version >=1.8. Older versions like 1.7.9 do not create
    the directory m4 in a VPATH build.

commit 80b1c3e0ee0e465d56e5c76bef4e52ef2dbc5197
Author: Jens Vollinga <jensv at balin.nikhef.nl>
Date:   Thu Feb 5 10:54:21 2009 +0100

    Renamed files *.tcc and *.hpp to *.h.

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

Summary of changes:
 check/Makefile.am                                  |    6 +++-
 check/bugme_chinrem_gcd.cpp                        |   32 ++++++++++++++++++++
 check/{error_report.hpp => error_report.h}         |    0 
 check/exam_cra.cpp                                 |    2 +-
 check/exam_mod_gcd.cpp                             |    6 ++--
 check/match_bug.cpp                                |    2 +-
 check/time_uvar_gcd.cpp                            |    8 ++--
 configure.ac                                       |    2 +-
 ginac/Makefile.am                                  |   26 ++++++++--------
 ginac/ginac.h                                      |    4 +-
 ginac/parser/{debug.hpp => debug.h}                |    0 
 ginac/parser/default_reader.tpl                    |    2 +-
 ginac/parser/lexer.cpp                             |    2 +-
 ginac/parser/{lexer.hpp => lexer.h}                |    0 
 ginac/parser/parse_binop_rhs.cpp                   |    6 ++--
 ginac/parser/parse_context.cpp                     |    2 +-
 .../parser/{parse_context.hpp => parse_context.h}  |    0 
 ginac/parser/parser.cpp                            |    6 ++--
 ginac/parser/{parser.hpp => parser.h}              |    2 +-
 ginac/parser/parser_compat.cpp                     |    2 +-
 ginac/polynomial/collect_vargs.cpp                 |    2 +-
 ginac/polynomial/cra_garner.cpp                    |    2 +-
 ginac/polynomial/{cra_garner.hpp => cra_garner.h}  |    0 
 ginac/polynomial/{debug.hpp => debug.h}            |    0 
 ginac/polynomial/euclid_gcd_wrap.h                 |    6 ++--
 ginac/polynomial/eval_uvar.h                       |    4 +-
 ginac/polynomial/{gcd_euclid.tcc => gcd_euclid.h}  |   10 +++---
 ginac/polynomial/gcd_uvar.cpp                      |    2 +-
 ginac/polynomial/heur_gcd_uvar.h                   |    8 ++--
 ginac/polynomial/interpolate_padic_uvar.h          |    2 +-
 ginac/polynomial/mod_gcd.cpp                       |    8 ++--
 ginac/polynomial/{mod_gcd.hpp => mod_gcd.h}        |    2 +-
 ginac/polynomial/{normalize.tcc => normalize.h}    |    6 ++--
 ginac/polynomial/poly_cra.h                        |    2 +-
 ginac/polynomial/prem_uvar.h                       |    6 ++--
 ginac/polynomial/primes_factory.h                  |    2 +-
 ginac/polynomial/primpart_content.cpp              |    2 +-
 ginac/polynomial/{remainder.tcc => remainder.h}    |    8 ++--
 .../polynomial/{ring_traits.hpp => ring_traits.h}  |    0 
 ginac/polynomial/smod_helpers.h                    |    2 +-
 ginac/polynomial/sr_gcd_uvar.h                     |    6 ++--
 ginac/polynomial/{upoly.hpp => upoly.h}            |    4 +-
 ginac/polynomial/upoly_io.cpp                      |    4 +-
 ginac/polynomial/{upoly_io.hpp => upoly_io.h}      |    2 +-
 44 files changed, 118 insertions(+), 82 deletions(-)
 create mode 100644 check/bugme_chinrem_gcd.cpp
 rename check/{error_report.hpp => error_report.h} (100%)
 rename ginac/parser/{debug.hpp => debug.h} (100%)
 rename ginac/parser/{lexer.hpp => lexer.h} (100%)
 rename ginac/parser/{parse_context.hpp => parse_context.h} (100%)
 rename ginac/parser/{parser.hpp => parser.h} (98%)
 rename ginac/polynomial/{cra_garner.hpp => cra_garner.h} (100%)
 rename ginac/polynomial/{debug.hpp => debug.h} (100%)
 rename ginac/polynomial/{gcd_euclid.tcc => gcd_euclid.h} (84%)
 rename ginac/polynomial/{mod_gcd.hpp => mod_gcd.h} (88%)
 rename ginac/polynomial/{normalize.tcc => normalize.h} (96%)
 rename ginac/polynomial/{remainder.tcc => remainder.h} (96%)
 rename ginac/polynomial/{ring_traits.hpp => ring_traits.h} (100%)
 rename ginac/polynomial/{upoly.hpp => upoly.h} (98%)
 rename ginac/polynomial/{upoly_io.hpp => upoly_io.h} (92%)


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


More information about the GiNaC-devel mailing list