[singular] branch master updated (315696e -> 0e1e869)
Jerome Benoit
calculus-guest at moszumanska.debian.org
Fri Apr 28 14:06:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a change to branch master
in repository singular.
from 315696e Imported Debian patch 1:4.1.0-p2+ds-1
new 075edd5 Imported Debian pre-patch 1:4.1.0-p3+ds-1
adds 2f4fe4c Imported Upstream version 4.1.0p3
new dc6248f Merge tag 'upstream/4.1.0p3'
adds 72d498c Imported Upstream version 4.1.0-p3+ds
new 4ed931f Merge tag 'upstream/4.1.0-p3+ds'
new 0e1e869 Imported Debian patch 1:4.1.0-p3+ds-1
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 2 +-
Singular/LIB/curvepar.lib | 3 +-
Singular/LIB/modstd.lib | 6 +-
Singular/attrib.cc | 10 +-
Singular/attrib.h | 8 +-
Singular/cntrlc.cc | 12 +-
Singular/dyn_modules/Makefile.am | 2 +-
.../dyn_modules/gfanlib/callgfanlib_conversion.cc | 14 +-
Singular/dyn_modules/openmath/applicationbsp | 2 +
Singular/dyn_modules/openmath/arith1.bpl | 2 +
Singular/dyn_modules/openmath/attrbsp | 9 +
Singular/dyn_modules/openmath/bindingbsp | 14 +
Singular/dyn_modules/openmath/bytearraybsp | 1 +
Singular/dyn_modules/openmath/cas/__init__.py | 2 +
Singular/dyn_modules/openmath/cas/kuchenessen.py | 342 +++++
Singular/dyn_modules/openmath/cas/singular.py | 191 +++
Singular/dyn_modules/openmath/cd/__init__.py | 1 +
Singular/dyn_modules/openmath/cd/arith1.py | 12 +
Singular/dyn_modules/openmath/cd/fieldname1.py | 11 +
Singular/dyn_modules/openmath/cd/gametheory.py | 19 +
Singular/dyn_modules/openmath/cd/list1.py | 7 +
Singular/dyn_modules/openmath/cd/polyd.py | 38 +
Singular/dyn_modules/openmath/cd/primdec.py | 6 +
Singular/dyn_modules/openmath/context.py | 166 +++
Singular/dyn_modules/openmath/cyc5.out | 2 +
Singular/dyn_modules/openmath/kuchenessen_demo.py | 41 +
Singular/dyn_modules/openmath/lxmldecoder.py | 79 +
Singular/dyn_modules/openmath/lxmlencoder.py | 72 +
Singular/dyn_modules/openmath/objectbsp | 26 +
Singular/dyn_modules/openmath/objects.bpl | 2 +
Singular/dyn_modules/openmath/objects.py | 300 ++++
Singular/dyn_modules/openmath/omexceptions.py | 12 +
Singular/dyn_modules/openmath/omxmlreader.py | 173 +++
Singular/dyn_modules/openmath/openmathhashunger.py | 27 +
Singular/dyn_modules/openmath/pseudocode.py | 19 +
Singular/dyn_modules/openmath/pseudocode_notes.txt | 2 +
Singular/dyn_modules/openmath/refbsp | 15 +
Singular/dyn_modules/openmath/scopebsp | 27 +
Singular/dyn_modules/openmath/singularserver.sing | 41 +
Singular/dyn_modules/openmath/singulartest.sing | 115 ++
Singular/dyn_modules/openmath/strbsp | 1 +
Singular/dyn_modules/openmath/symbolbsp | 1 +
Singular/dyn_modules/openmath/test_read.py | 15 +
Singular/dyn_modules/openmath/tester.py | 38 +
Singular/dyn_modules/openmath/tests/basic1.py | 31 +
Singular/dyn_modules/openmath/tests/xmlcoding.py | 25 +
Singular/dyn_modules/openmath/xmlencodetest.py | 28 +
Singular/dyn_modules/python/BUGS | 14 +
Singular/dyn_modules/python/CF_wrap.cc | 49 +
Singular/dyn_modules/python/CF_wrap.h | 4 +
Singular/dyn_modules/python/IIntvec.h | 33 +
Singular/dyn_modules/python/Ideal.h | 159 ++
Singular/dyn_modules/python/Makefile.am | 52 +
Singular/dyn_modules/python/Makefile.bsp | 43 +
Singular/dyn_modules/python/Number.h | 304 ++++
Singular/dyn_modules/python/Poly.h | 649 +++++++++
Singular/dyn_modules/python/PowerSeries.h | 175 +++
Singular/dyn_modules/python/README | 127 ++
Singular/dyn_modules/python/Singular.html | 382 +++++
Singular/dyn_modules/python/cart.py | 26 +
Singular/dyn_modules/python/docu.sing | 10 +
Singular/dyn_modules/python/fac.sing | 15 +
Singular/dyn_modules/python/facp.sing | 13 +
Singular/dyn_modules/python/factorytester | 14 +
Singular/dyn_modules/python/ideal_wrap.cc | 81 ++
Singular/dyn_modules/python/ideal_wrap.h | 5 +
Singular/dyn_modules/python/idealtester | 45 +
Singular/dyn_modules/python/interpreter.html | 87 ++
Singular/dyn_modules/python/interpreter.py | 142 ++
Singular/dyn_modules/python/interpreter_support.cc | 555 +++++++
Singular/dyn_modules/python/interpreter_support.h | 6 +
Singular/dyn_modules/python/interpretertester | 143 ++
Singular/dyn_modules/python/intvec_wrap.cc | 37 +
Singular/dyn_modules/python/intvec_wrap.h | 6 +
Singular/dyn_modules/python/ipython.sing | 37 +
Singular/dyn_modules/python/number_wrap.cc | 50 +
Singular/dyn_modules/python/number_wrap.h | 4 +
Singular/dyn_modules/python/perf.py | 6 +
Singular/dyn_modules/python/perftester | 9 +
Singular/dyn_modules/python/perftester.classic | 13 +
Singular/dyn_modules/python/perftester2 | 4 +
Singular/dyn_modules/python/playground.cc | 56 +
Singular/dyn_modules/python/poly_wrap.cc | 62 +
Singular/dyn_modules/python/poly_wrap.h | 9 +
Singular/dyn_modules/python/polytester | 43 +
Singular/dyn_modules/python/powertester | 46 +
Singular/dyn_modules/python/print_tester | 25 +
Singular/dyn_modules/python/python_module.cc | 83 ++
Singular/dyn_modules/python/rectester | 17 +
Singular/dyn_modules/python/rectester.sing | 13 +
Singular/dyn_modules/python/ring_wrap.cc | 39 +
Singular/dyn_modules/python/ring_wrap.h | 29 +
Singular/dyn_modules/python/symm.py | 99 ++
Singular/dyn_modules/python/symm.sing | 4 +
Singular/dyn_modules/python/util.html | 100 ++
Singular/dyn_modules/python/util.py | 75 +
Singular/dyn_modules/python/vector_wrap.cc | 36 +
Singular/dyn_modules/python/vector_wrap.h | 4 +
Singular/dyn_modules/python/vectortester | 47 +
Singular/dyn_modules/python/wrapper.h | 80 +
Singular/extra.cc | 14 +
Singular/fehelp.cc | 6 +
Singular/fevoices.cc | 14 +-
Singular/iparith.cc | 121 +-
Singular/ipassign.cc | 1 -
Singular/ipconv.cc | 26 +-
Singular/ipid.cc | 11 +-
Singular/ipid.h | 2 +-
Singular/iplib.cc | 134 +-
Singular/ipshell.cc | 82 +-
Singular/ipshell.h | 6 +-
Singular/links/asciiLink.cc | 33 +-
Singular/links/ssiLink.cc | 38 +-
Singular/misc_ip.cc | 10 +-
Singular/number2.cc | 44 +-
Singular/subexpr.cc | 5 -
Singular/subexpr.h | 3 +-
Singular/table.h | 47 +-
Singular/walk.cc | 4 +-
Singular/wrapper.cc | 2 +-
autogen.sh | 2 +-
configure.ac | 3 +
debian/changelog | 9 +
debian/copyright | 1 +
debian/patches/debianization-documentation.patch | 2 +-
.../debianization-rename-pkgconfig_files.patch | 2 +-
debian/patches/debianization.patch | 2 +-
debian/patches/upstream-autotools-help2man.patch | 2 +-
debian/rules | 6 +-
doc/doc.tbz2 | Bin 3726295 -> 3725980 bytes
doc/singular.idx | 1526 ++++++++++----------
kernel/GBEngine/kInline.h | 2 +-
kernel/GBEngine/kutil.cc | 114 +-
kernel/GBEngine/kutil.h | 14 +-
kernel/GBEngine/shiftgb.cc | 2 +-
kernel/GBEngine/syz.cc | 2 +-
kernel/GBEngine/syz0.cc | 2 +-
kernel/GBEngine/tgb.cc | 6 +-
kernel/GBEngine/tgb.h | 2 +-
kernel/combinatorics/hilb.cc | 16 +
kernel/ideals.cc | 172 ++-
kernel/ideals.h | 29 +-
kernel/linear_algebra/Minor.cc | 57 +-
kernel/linear_algebra/Minor.h | 4 +-
kernel/linear_algebra/MinorInterface.cc | 147 +-
kernel/linear_algebra/MinorProcessor.cc | 120 +-
kernel/mod2.h | 2 +-
kernel/oswrapper/feread.cc | 2 +-
kernel/polys.h | 1 -
libpolys/coeffs/longrat.cc | 10 +-
libpolys/coeffs/longrat.h | 2 +-
libpolys/coeffs/rintegers.cc | 10 +-
libpolys/coeffs/rmodulo2m.cc | 4 +-
libpolys/coeffs/rmodulon.cc | 56 +-
libpolys/polys/ext_fields/transext.cc | 2 +-
libpolys/polys/ext_fields/transext.h | 5 +-
libpolys/polys/linalg_from_matpol.cc | 973 -------------
libpolys/polys/matpol.cc | 89 +-
libpolys/polys/matpol.h | 2 +
libpolys/polys/monomials/p_polys.cc | 84 +-
libpolys/polys/monomials/p_polys.h | 7 +-
libpolys/polys/monomials/ring.cc | 96 +-
libpolys/polys/monomials/ring.h | 8 +-
libpolys/polys/nc/nc.h | 16 +-
libpolys/polys/nc/old.gring.cc | 55 +-
libpolys/polys/nc/sca.cc | 2 +-
libpolys/polys/sparsmat.cc | 22 +-
libpolys/polys/sparsmat.h | 6 +-
m4/options.m4 | 15 +
make_tar.sh | 36 -
misc/build_partition | 2 +-
misc/build_std_demo | 2 +-
misc/build_subsets | 2 +
misc/subsets.cc | 74 +
omalloc/configure.ac | 39 +-
omalloc/omAllocEmulate.c | 4 -
omalloc/omAllocSystem.c | 13 +-
omalloc/omAllocSystem.h | 6 +-
omalloc/omBin.c | 33 +-
omalloc/omMallocSystem.h | 7 +
xalloc/configure.ac | 2 +-
xalloc/omalloc.h | 52 +-
182 files changed, 8200 insertions(+), 2526 deletions(-)
create mode 100644 Singular/dyn_modules/openmath/applicationbsp
create mode 100644 Singular/dyn_modules/openmath/arith1.bpl
create mode 100644 Singular/dyn_modules/openmath/attrbsp
create mode 100644 Singular/dyn_modules/openmath/bindingbsp
create mode 100644 Singular/dyn_modules/openmath/bytearraybsp
create mode 100644 Singular/dyn_modules/openmath/cas/__init__.py
create mode 100644 Singular/dyn_modules/openmath/cas/kuchenessen.py
create mode 100644 Singular/dyn_modules/openmath/cas/singular.py
create mode 100644 Singular/dyn_modules/openmath/cd/__init__.py
create mode 100644 Singular/dyn_modules/openmath/cd/arith1.py
create mode 100644 Singular/dyn_modules/openmath/cd/fieldname1.py
create mode 100644 Singular/dyn_modules/openmath/cd/gametheory.py
create mode 100644 Singular/dyn_modules/openmath/cd/list1.py
create mode 100644 Singular/dyn_modules/openmath/cd/polyd.py
create mode 100644 Singular/dyn_modules/openmath/cd/primdec.py
create mode 100644 Singular/dyn_modules/openmath/context.py
create mode 100644 Singular/dyn_modules/openmath/cyc5.out
create mode 100644 Singular/dyn_modules/openmath/kuchenessen_demo.py
create mode 100644 Singular/dyn_modules/openmath/lxmldecoder.py
create mode 100644 Singular/dyn_modules/openmath/lxmlencoder.py
create mode 100644 Singular/dyn_modules/openmath/objectbsp
create mode 100644 Singular/dyn_modules/openmath/objects.bpl
create mode 100644 Singular/dyn_modules/openmath/objects.py
create mode 100644 Singular/dyn_modules/openmath/omexceptions.py
create mode 100644 Singular/dyn_modules/openmath/omxmlreader.py
create mode 100644 Singular/dyn_modules/openmath/openmathhashunger.py
create mode 100644 Singular/dyn_modules/openmath/pseudocode.py
create mode 100644 Singular/dyn_modules/openmath/pseudocode_notes.txt
create mode 100644 Singular/dyn_modules/openmath/refbsp
create mode 100644 Singular/dyn_modules/openmath/scopebsp
create mode 100644 Singular/dyn_modules/openmath/singularserver.sing
create mode 100644 Singular/dyn_modules/openmath/singulartest.sing
create mode 100644 Singular/dyn_modules/openmath/strbsp
create mode 100644 Singular/dyn_modules/openmath/symbolbsp
create mode 100644 Singular/dyn_modules/openmath/test_read.py
create mode 100644 Singular/dyn_modules/openmath/tester.py
create mode 100644 Singular/dyn_modules/openmath/tests/basic1.py
create mode 100644 Singular/dyn_modules/openmath/tests/xmlcoding.py
create mode 100644 Singular/dyn_modules/openmath/xmlencodetest.py
create mode 100644 Singular/dyn_modules/python/BUGS
create mode 100644 Singular/dyn_modules/python/CF_wrap.cc
create mode 100644 Singular/dyn_modules/python/CF_wrap.h
create mode 100644 Singular/dyn_modules/python/IIntvec.h
create mode 100644 Singular/dyn_modules/python/Ideal.h
create mode 100644 Singular/dyn_modules/python/Makefile.am
create mode 100644 Singular/dyn_modules/python/Makefile.bsp
create mode 100644 Singular/dyn_modules/python/Number.h
create mode 100644 Singular/dyn_modules/python/Poly.h
create mode 100644 Singular/dyn_modules/python/PowerSeries.h
create mode 100644 Singular/dyn_modules/python/README
create mode 100644 Singular/dyn_modules/python/Singular.html
create mode 100644 Singular/dyn_modules/python/cart.py
create mode 100644 Singular/dyn_modules/python/docu.sing
create mode 100644 Singular/dyn_modules/python/fac.sing
create mode 100644 Singular/dyn_modules/python/facp.sing
create mode 100644 Singular/dyn_modules/python/factorytester
create mode 100644 Singular/dyn_modules/python/ideal_wrap.cc
create mode 100644 Singular/dyn_modules/python/ideal_wrap.h
create mode 100644 Singular/dyn_modules/python/idealtester
create mode 100644 Singular/dyn_modules/python/interpreter.html
create mode 100644 Singular/dyn_modules/python/interpreter.py
create mode 100644 Singular/dyn_modules/python/interpreter_support.cc
create mode 100644 Singular/dyn_modules/python/interpreter_support.h
create mode 100644 Singular/dyn_modules/python/interpretertester
create mode 100644 Singular/dyn_modules/python/intvec_wrap.cc
create mode 100644 Singular/dyn_modules/python/intvec_wrap.h
create mode 100644 Singular/dyn_modules/python/ipython.sing
create mode 100644 Singular/dyn_modules/python/number_wrap.cc
create mode 100644 Singular/dyn_modules/python/number_wrap.h
create mode 100644 Singular/dyn_modules/python/perf.py
create mode 100644 Singular/dyn_modules/python/perftester
create mode 100644 Singular/dyn_modules/python/perftester.classic
create mode 100644 Singular/dyn_modules/python/perftester2
create mode 100644 Singular/dyn_modules/python/playground.cc
create mode 100644 Singular/dyn_modules/python/poly_wrap.cc
create mode 100644 Singular/dyn_modules/python/poly_wrap.h
create mode 100644 Singular/dyn_modules/python/polytester
create mode 100644 Singular/dyn_modules/python/powertester
create mode 100644 Singular/dyn_modules/python/print_tester
create mode 100644 Singular/dyn_modules/python/python_module.cc
create mode 100644 Singular/dyn_modules/python/rectester
create mode 100644 Singular/dyn_modules/python/rectester.sing
create mode 100644 Singular/dyn_modules/python/ring_wrap.cc
create mode 100644 Singular/dyn_modules/python/ring_wrap.h
create mode 100644 Singular/dyn_modules/python/symm.py
create mode 100644 Singular/dyn_modules/python/symm.sing
create mode 100644 Singular/dyn_modules/python/util.html
create mode 100644 Singular/dyn_modules/python/util.py
create mode 100644 Singular/dyn_modules/python/vector_wrap.cc
create mode 100644 Singular/dyn_modules/python/vector_wrap.h
create mode 100644 Singular/dyn_modules/python/vectortester
create mode 100644 Singular/dyn_modules/python/wrapper.h
delete mode 100644 libpolys/polys/linalg_from_matpol.cc
delete mode 100644 make_tar.sh
create mode 100644 misc/build_subsets
create mode 100644 misc/subsets.cc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/singular.git
More information about the debian-science-commits
mailing list