Import mpdecimal_2.4.2.orig.tar.gz
authorMatthias Klose <doko@debian.org>
Fri, 18 Mar 2016 15:43:39 +0000 (15:43 +0000)
committerMatthias Klose <doko@debian.org>
Fri, 18 Mar 2016 15:43:39 +0000 (15:43 +0000)
commit7c7110c4a7c19e2844a800ad5272845c053693db
tree2517c04db4460cf69c384aa397d862fdcea27907
Import mpdecimal_2.4.2.orig.tar.gz

[dgit import orig mpdecimal_2.4.2.orig.tar.gz]
143 files changed:
.hg_archival.txt [new file with mode: 0644]
CHANGELOG.txt [new file with mode: 0644]
COMPILERS.txt [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.txt [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/LICENSE.txt [new file with mode: 0644]
doc/_static/ajax-loader.gif [new file with mode: 0644]
doc/_static/basic.css [new file with mode: 0644]
doc/_static/comment-bright.png [new file with mode: 0644]
doc/_static/comment-close.png [new file with mode: 0644]
doc/_static/comment.png [new file with mode: 0644]
doc/_static/default.css [new file with mode: 0644]
doc/_static/doctools.js [new file with mode: 0644]
doc/_static/down-pressed.png [new file with mode: 0644]
doc/_static/down.png [new file with mode: 0644]
doc/_static/file.png [new file with mode: 0644]
doc/_static/jquery.js [new file with mode: 0644]
doc/_static/minus.png [new file with mode: 0644]
doc/_static/mpdecimal-doc.css [new file with mode: 0644]
doc/_static/plus.png [new file with mode: 0644]
doc/_static/pygments.css [new file with mode: 0644]
doc/_static/searchtools.js [new file with mode: 0644]
doc/_static/sidebar.js [new file with mode: 0644]
doc/_static/underscore.js [new file with mode: 0644]
doc/_static/up-pressed.png [new file with mode: 0644]
doc/_static/up.png [new file with mode: 0644]
doc/_static/websupport.js [new file with mode: 0644]
doc/arithmetic.html [new file with mode: 0644]
doc/assign-convert.html [new file with mode: 0644]
doc/attributes.html [new file with mode: 0644]
doc/context.html [new file with mode: 0644]
doc/decimals.html [new file with mode: 0644]
doc/functions.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/memory.html [new file with mode: 0644]
doc/objects.inv [new file with mode: 0644]
doc/search.html [new file with mode: 0644]
doc/searchindex.js [new file with mode: 0644]
doc/various.html [new file with mode: 0644]
examples/README.txt [new file with mode: 0644]
examples/compare.c [new file with mode: 0644]
examples/div.c [new file with mode: 0644]
examples/divmod.c [new file with mode: 0644]
examples/multiply.c [new file with mode: 0644]
examples/pow.c [new file with mode: 0644]
examples/powmod.c [new file with mode: 0644]
examples/shift.c [new file with mode: 0644]
examples/sqrt.c [new file with mode: 0644]
install-sh [new file with mode: 0755]
libmpdec/.objs/README.txt [new file with mode: 0644]
libmpdec/Makefile.in [new file with mode: 0644]
libmpdec/Makefile.vc [new file with mode: 0644]
libmpdec/README.txt [new file with mode: 0644]
libmpdec/basearith.c [new file with mode: 0644]
libmpdec/basearith.h [new file with mode: 0644]
libmpdec/bench.c [new file with mode: 0644]
libmpdec/bits.h [new file with mode: 0644]
libmpdec/constants.c [new file with mode: 0644]
libmpdec/constants.h [new file with mode: 0644]
libmpdec/context.c [new file with mode: 0644]
libmpdec/convolute.c [new file with mode: 0644]
libmpdec/convolute.h [new file with mode: 0644]
libmpdec/crt.c [new file with mode: 0644]
libmpdec/crt.h [new file with mode: 0644]
libmpdec/difradix2.c [new file with mode: 0644]
libmpdec/difradix2.h [new file with mode: 0644]
libmpdec/fnt.c [new file with mode: 0644]
libmpdec/fnt.h [new file with mode: 0644]
libmpdec/fourstep.c [new file with mode: 0644]
libmpdec/fourstep.h [new file with mode: 0644]
libmpdec/io.c [new file with mode: 0644]
libmpdec/io.h [new file with mode: 0644]
libmpdec/literature/REFERENCES.txt [new file with mode: 0644]
libmpdec/literature/bignum.txt [new file with mode: 0644]
libmpdec/literature/fnt.py [new file with mode: 0644]
libmpdec/literature/matrix-transform.txt [new file with mode: 0644]
libmpdec/literature/mulmod-64.txt [new file with mode: 0644]
libmpdec/literature/mulmod-ppro.txt [new file with mode: 0644]
libmpdec/literature/six-step.txt [new file with mode: 0644]
libmpdec/literature/umodarith.lisp [new file with mode: 0644]
libmpdec/memory.c [new file with mode: 0644]
libmpdec/memory.h [new file with mode: 0644]
libmpdec/mpdecimal.c [new file with mode: 0644]
libmpdec/mpdecimal.h.in [new file with mode: 0644]
libmpdec/mpdecimal32vc.h [new file with mode: 0644]
libmpdec/mpdecimal64vc.h [new file with mode: 0644]
libmpdec/mpsignal.c [new file with mode: 0644]
libmpdec/numbertheory.c [new file with mode: 0644]
libmpdec/numbertheory.h [new file with mode: 0644]
libmpdec/sixstep.c [new file with mode: 0644]
libmpdec/sixstep.h [new file with mode: 0644]
libmpdec/transpose.c [new file with mode: 0644]
libmpdec/transpose.h [new file with mode: 0644]
libmpdec/typearith.h [new file with mode: 0644]
libmpdec/umodarith.h [new file with mode: 0644]
libmpdec/vccompat.h [new file with mode: 0644]
libmpdec/vcdiv64.asm [new file with mode: 0644]
libmpdec/vcstdint.h [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/Makefile.vc [new file with mode: 0644]
tests/README.txt [new file with mode: 0644]
tests/additional.decTest [new file with mode: 0644]
tests/gettests.sh [new file with mode: 0755]
tests/malloc_fail.c [new file with mode: 0644]
tests/malloc_fail.h [new file with mode: 0644]
tests/mptest.h [new file with mode: 0644]
tests/official.decTest [new file with mode: 0644]
tests/runshort.sh [new file with mode: 0755]
tests/runshort_alloc.sh [new file with mode: 0755]
tests/runtest.c [new file with mode: 0644]
tests/testdata_dist/baseconv.decTest [new file with mode: 0644]
tests/testdata_dist/binop_eq.decTest [new file with mode: 0644]
tests/testdata_dist/cov.decTest [new file with mode: 0644]
tests/testdata_dist/divmod.decTest [new file with mode: 0644]
tests/testdata_dist/divmod_eq.decTest [new file with mode: 0644]
tests/testdata_dist/extra.decTest [new file with mode: 0644]
tests/testdata_dist/fma_eq.decTest [new file with mode: 0644]
tests/testdata_dist/format.decTest [new file with mode: 0644]
tests/testdata_dist/getint.decTest [new file with mode: 0644]
tests/testdata_dist/invroot.decTest [new file with mode: 0644]
tests/testdata_dist/largeint.decTest [new file with mode: 0644]
tests/testdata_dist/powmod.decTest [new file with mode: 0644]
tests/testdata_dist/powmod_eq.decTest [new file with mode: 0644]
tests/testdata_dist/shiftlr.decTest [new file with mode: 0644]
tests/testdata_dist/testruntest.decTest [new file with mode: 0644]
tools/release.sh [new file with mode: 0755]
tools/replace.sh [new file with mode: 0755]
tools/todos.sh [new file with mode: 0755]
vcbuild/README.txt [new file with mode: 0644]
vcbuild/gettests.bat [new file with mode: 0755]
vcbuild/runtest32.bat [new file with mode: 0755]
vcbuild/runtest64.bat [new file with mode: 0755]
vcbuild/vcbuild32.bat [new file with mode: 0755]
vcbuild/vcbuild64.bat [new file with mode: 0755]
vcbuild/vcclean.bat [new file with mode: 0755]
vcbuild/vcdistclean.bat [new file with mode: 0755]