[4ti2] 01/03: Merge tag 'upstream/1.6.7'
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sun Dec 13 01:38:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository 4ti2.
commit 790ef3819534b479acf1666f1c3ec7c24b3d975a
Merge: b862db8 2dd4fec
Author: Jerome Benoit <calculus at rezozer.net>
Date: Sat Dec 12 20:31:22 2015 +0100
Merge tag 'upstream/1.6.7'
Upstream version 1.6.7
Makefile.in | 1010 ++
NEWS | 13 +
README | 30 +-
aclocal.m4 | 1220 ++
compile | 347 +
config.guess | 1558 ++
config.sub | 1788 ++
configure | 26787 ++++++++++++++++++++++++++++++
configure.ac | 2 +-
depcomp | 791 +
doc/3by3magic.eps | 350 +
doc/4ti2_manual.pdf | Bin 0 -> 392821 bytes
doc/4ti2_manual.tex | 10 +-
doc/Makefile.am | 5 +
doc/Makefile.in | 730 +
doc/amsabbrvurl.bst | 1612 ++
doc/cubepicture.eps | 338 +
doc/graver-help.txt | 2 +-
doc/hilbert-help.txt | 2 +-
doc/magicsqs.eps | 183 +
doc/version.tex | 1 +
doc/version.tex.in | 1 +
doc/zsolve-help.txt | 2 +-
install-sh | 527 +
lib/Makefile.am | 366 +
lib/Makefile.in | 1195 ++
lib/getopt.c | 1245 ++
lib/getopt.in.h | 255 +
lib/getopt1.c | 170 +
lib/getopt_int.h | 135 +
lib/gettext.h | 288 +
lib/stddef.in.h | 86 +
lib/sys_types.in.h | 51 +
lib/unistd.c | 3 +
lib/unistd.in.h | 1530 ++
ltmain.sh | 11147 +++++++++++++
m4/00gnulib.m4 | 30 +
m4/Makefile.in | 653 +
m4/ax_cc_maxopt.m4 | 159 +
m4/ax_cflags_warn_all.m4 | 157 +
m4/ax_check_compile_flag.m4 | 72 +
m4/ax_check_compiler_flags.m4 | 42 +
m4/ax_compiler_vendor.m4 | 31 +
m4/ax_cxx_maxopt.m4 | 158 +
m4/ax_gcc_archflag.m4 | 184 +
m4/ax_gcc_x86_cpuid.m4 | 45 +
m4/extensions.m4 | 138 +
m4/extern-inline.m4 | 70 +
m4/getopt.m4 | 368 +
m4/gnulib-common.m4 | 377 +
m4/gnulib-comp.m4 | 268 +
m4/gnulib-tool.m4 | 57 +
m4/include_next.m4 | 270 +
m4/libtool.m4 | 8369 ++++++++++
m4/ltoptions.m4 | 437 +
m4/ltsugar.m4 | 124 +
m4/ltversion.m4 | 23 +
m4/lt~obsolete.m4 | 99 +
m4/nocrash.m4 | 130 +
m4/off_t.m4 | 18 +
m4/onceonly.m4 | 104 +
m4/ssize_t.m4 | 23 +
m4/stddef_h.m4 | 47 +
m4/sys_types_h.m4 | 24 +
m4/trapv-check.m4 | 45 +
m4/unistd_h.m4 | 186 +
m4/warn-on-use.m4 | 47 +
m4/wchar_t.m4 | 24 +
missing | 215 +
snippet/arg-nonnull.h | 26 +
snippet/c++defs.h | 271 +
snippet/warn-on-use.h | 109 +
src/4ti2/4ti2_config.h | 15 +
src/4ti2/Makefile.in | 899 +
src/Makefile.in | 844 +
src/banner.h | 3 +-
src/config.h.in | 414 +
src/fiber/Makefile.in | 822 +
src/groebner/Makefile.in | 3485 ++++
src/groebner/WalkAlgorithm.cpp | 5 +-
src/groebner/script.template | 64 +
src/ppi/Makefile.in | 849 +
src/util/Makefile.in | 1010 ++
src/zsolve/Makefile.am | 2 +-
src/zsolve/Makefile.in | 1146 ++
swig/Makefile.in | 822 +
swig/aclocal.m4 | 1193 ++
swig/allegrocommonlisp/4ti2.cl | 819 +
swig/allegrocommonlisp/Makefile.in | 718 +
swig/allegrocommonlisp/allegrocl-4ti2.c | 486 +
swig/configure | 21386 ++++++++++++++++++++++++
test-driver | 127 +
test/Makefile.in | 847 +
test/circuits/Makefile.in | 635 +
test/genmodel/Makefile.in | 632 +
test/gensymm/Makefile.in | 629 +
test/graver/Makefile.in | 635 +
test/groebner/Makefile.in | 836 +
test/groebner/gmp/Makefile.in | 638 +
test/hilbert/Makefile.in | 638 +
test/markov/Makefile.in | 843 +
test/markov/gmp/Makefile.in | 639 +
test/markov/maxmin/Makefile.in | 632 +
test/markov/saturation/Makefile.in | 645 +
test/minimize/Makefile.in | 635 +
test/normalform/Makefile.in | 630 +
test/output/Makefile.in | 807 +
test/output/binomials/Makefile.in | 629 +
test/output/maple/Makefile.in | 629 +
test/output/positive/Makefile.in | 629 +
test/ppi/Makefile.in | 633 +
test/qsolve/Makefile.in | 835 +
test/qsolve/api/Makefile.in | 1185 ++
test/qsolve/gmp/Makefile.in | 631 +
test/rays/Makefile.in | 645 +
test/walk/Makefile.am | 12 +-
test/walk/Makefile.in | 638 +
test/zbasis/Makefile.in | 638 +
test/zsolve/Makefile.in | 820 +
test/zsolve/api/Makefile.in | 1146 ++
120 files changed, 121664 insertions(+), 16 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/4ti2.git
More information about the debian-science-commits
mailing list