[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.3.1-1-6-geca1d77
Sébastien Villemot
sebastien at moszumanska.debian.org
Wed Oct 22 16:55:04 UTC 2014
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 "Julia".
The branch, master has been updated
via eca1d77b55165dc141496773fc12690a96ac2929 (commit)
via cdba17c118a1b87b33ab6909b807ea2db898e9c3 (commit)
via 7aae2c5beb0a1e3b9e96db7cf9e76a067c0d6c86 (commit)
via abb00392042808f8bc3781545bc195b20cac09be (commit)
via f009a14ef566bbaafbc573a7e6133457b6d9920f (commit)
via 25062481e89992f9e6859d2ac103d6b0a01c5cd4 (commit)
from 2c8f4fa53a0cc07b6117031097cc70076dbb3d5c (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 eca1d77b55165dc141496773fc12690a96ac2929
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Oct 22 18:42:20 2014 +0200
Changelog entry for 0.3.2-1.
commit cdba17c118a1b87b33ab6909b807ea2db898e9c3
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Oct 22 18:41:46 2014 +0200
Ship new desktop file, SVG icon and appdata file.
commit 7aae2c5beb0a1e3b9e96db7cf9e76a067c0d6c86
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Oct 22 18:41:25 2014 +0200
Factorize more Makefile flags.
Git-Dch: Ignore
commit abb00392042808f8bc3781545bc195b20cac09be
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Oct 22 18:12:37 2014 +0200
Refresh patches.
Git-Dch: Ignore
commit f009a14ef566bbaafbc573a7e6133457b6d9920f
Merge: 2c8f4fa 2506248
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Oct 22 18:07:35 2014 +0200
Merge tag 'upstream/0.3.2'
Upstream version 0.3.2
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 4 +-
Make.inc | 16 +-
Makefile | 28 +-
VERSION | 2 +-
base/Makefile | 3 +-
base/abstractarray.jl | 2 +-
base/c.jl | 2 -
base/client.jl | 4 +-
base/complex.jl | 2 +-
base/dict.jl | 6 +-
base/exports.jl | 2 -
base/fs.jl | 8 +-
base/gmp.jl | 59 +-
base/hashing2.jl | 4 +-
base/inference.jl | 2 +-
base/interactiveutil.jl | 13 +-
base/iobuffer.jl | 6 +-
base/linalg/arpack.jl | 8 +-
base/linalg/blas.jl | 14 +-
base/linalg/cholmod.jl | 4 +-
base/linalg/dense.jl | 2 +-
base/linalg/factorization.jl | 18 +-
base/linalg/generic.jl | 1 +
base/linalg/ldlt.jl | 72 +-
base/linalg/matmul.jl | 4 +-
base/linalg/triangular.jl | 5 +-
base/loading.jl | 2 +-
base/mpfr.jl | 314 +++----
base/number.jl | 7 +-
base/pkg.jl | 4 +-
base/pkg/cache.jl | 6 +-
base/printf.jl | 2 +-
base/reduce.jl | 14 +-
base/show.jl | 44 +-
base/socket.jl | 2 +-
base/sparse/sparsematrix.jl | 9 +-
contrib/fixup-libgfortran.sh | 81 ++
contrib/julia.appdata.xml | 28 +
contrib/julia.desktop | 8 +
.../static/julia-logo.svg => contrib/julia.svg | 0
contrib/mac/fixup-libgfortran.sh | 46 -
debian/changelog | 7 +
debian/julia.install | 3 +
debian/patches/disable-parallel-test.patch | 4 +-
debian/patches/do-not-download-utf8proc.patch | 4 +-
debian/patches/dpkg-multiarch.patch | 2 +-
debian/patches/inject-ldflags.patch | 4 +-
debian/patches/no-debug-version.patch | 4 +-
debian/patches/require-sse2-on-i386.patch | 2 +-
debian/patches/support-noopt.patch | 6 +-
debian/rules | 4 +-
deps/Makefile | 11 +-
deps/arpack.xlahqr2.patch | 994 +++++++++++++++++++++
deps/checksums/arpack-ng-3.1.5.tar.gz/md5 | 1 +
deps/checksums/arpack-ng-3.1.5.tar.gz/sha512 | 1 +
deps/checksums/arpack-ng_3.1.5.tar.gz/md5 | 1 -
deps/checksums/arpack-ng_3.1.5.tar.gz/sha512 | 1 -
doc/conf.py | 2 +
doc/helpdb.jl | 14 +-
doc/manual/arrays.rst | 254 +++---
doc/manual/calling-c-and-fortran-code.rst | 4 -
doc/manual/parallel-computing.rst | 2 +-
doc/stdlib/base.rst | 21 +-
doc/stdlib/linalg.rst | 12 +-
doc/stdlib/pkg.rst | 6 +-
src/alloc.c | 26 +-
src/builtins.c | 5 -
src/cgutils.cpp | 19 +-
src/codegen.cpp | 30 +-
src/intrinsics.cpp | 9 +-
src/jltypes.c | 2 +-
src/julia-parser.scm | 5 +-
src/julia-syntax.scm | 35 +-
src/support/bitvector.c | 2 +-
test/arpack.jl | 7 +
test/arrayops.jl | 1 +
test/collections.jl | 4 +
test/core.jl | 19 +
test/file.jl | 10 +
test/linalg3.jl | 20 +-
test/linalg4.jl | 1 +
test/reduce.jl | 1 +
test/runtests.jl | 6 +-
test/show.jl | 13 +
84 files changed, 1822 insertions(+), 615 deletions(-)
create mode 100755 contrib/fixup-libgfortran.sh
create mode 100644 contrib/julia.appdata.xml
create mode 100644 contrib/julia.desktop
copy doc/juliadoc/juliadoc/theme/julia/static/julia-logo.svg => contrib/julia.svg (100%)
delete mode 100755 contrib/mac/fixup-libgfortran.sh
create mode 100644 deps/arpack.xlahqr2.patch
create mode 100644 deps/checksums/arpack-ng-3.1.5.tar.gz/md5
create mode 100644 deps/checksums/arpack-ng-3.1.5.tar.gz/sha512
delete mode 100644 deps/checksums/arpack-ng_3.1.5.tar.gz/md5
delete mode 100644 deps/checksums/arpack-ng_3.1.5.tar.gz/sha512
hooks/post-receive
--
Julia
More information about the Pkg-julia-devel
mailing list