[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.4.2-3-10-geb4c6ec
Peter Colberg
pc-guest at moszumanska.debian.org
Fri Jan 15 07:33:42 UTC 2016
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 eb4c6ec57d263d919700e2d0f5680d55cdb4486f (commit)
via 8773f8b4b7101fe391ddbf91537872dcba3c509a (commit)
via 45df0654edb6465231ec656076b4967827223cfe (commit)
via 74bb33dab7a5c11cd3804b20886e86c9982ad3ea (commit)
via f3d62546b3aeb7fc5faedb49aaf1522cd2b4b610 (commit)
via 16507b00393b75d6bc6ad94db7c2b60dc4e6c6c8 (commit)
via 9853b606761c74d2c69b395329154d3fe1f8404d (commit)
via d9b6b56d4b881acdcf1c3f9145f7257c27f4d6af (commit)
from 549c4437eddc28dfbddf9c6f1a8e903c90a5051b (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 eb4c6ec57d263d919700e2d0f5680d55cdb4486f
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 08:04:21 2016 -0500
Update changelog for 0.4.3-1 release
commit 8773f8b4b7101fe391ddbf91537872dcba3c509a
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 07:48:32 2016 -0500
Fix lintian warning spelling-error-in-binary
commit 45df0654edb6465231ec656076b4967827223cfe
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 07:36:03 2016 -0500
Fix lintian warning dh-exec-useless-usage
commit 74bb33dab7a5c11cd3804b20886e86c9982ad3ea
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 07:30:56 2016 -0500
Update Vcs-Git and Vcs-Browser fields
commit f3d62546b3aeb7fc5faedb49aaf1522cd2b4b610
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 07:26:24 2016 -0500
Drop patch fix-arm64-ftbfs.patch, no longer needed
commit 16507b00393b75d6bc6ad94db7c2b60dc4e6c6c8
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 07:14:22 2016 -0500
Refresh patches
commit 9853b606761c74d2c69b395329154d3fe1f8404d
Merge: 549c443 d9b6b56
Author: Peter Colberg <peter at colberg.org>
Date: Thu Jan 14 07:08:09 2016 -0500
Merge tag 'upstream/0.4.3'
Upstream version 0.4.3
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 13 +-
CONTRIBUTING.md | 1 +
Makefile | 6 +
README.md | 2 +-
VERSION | 2 +-
base/Makefile | 4 +-
base/REPL.jl | 16 +-
base/docs/helpdb.jl | 76 ++-
base/float.jl | 19 +-
base/inference.jl | 8 +
base/interactiveutil.jl | 2 +-
base/intset.jl | 8 +-
base/linalg/matmul.jl | 39 +-
base/loading.jl | 7 +-
base/multi.jl | 16 +-
base/sharedarray.jl | 60 +-
base/socket.jl | 2 +
base/sparse/cholmod.jl | 133 +++--
base/sparse/spqr.jl | 14 +-
base/statistics.jl | 118 ++--
base/subarray.jl | 2 +
base/version_git.jl | 10 +-
contrib/build_sysimg.jl | 43 +-
contrib/julia-config.jl | 1 +
contrib/mac/app/script | 31 +-
debian/changelog | 13 +-
debian/control | 5 +-
debian/julia.install | 3 +-
debian/patches/disable-libgit2-test.patch | 2 +-
debian/patches/fix-arm64-ftbfs.patch | 17 -
debian/patches/fix-spelling-error-in-binary.patch | 39 ++
debian/patches/no-debug-version.patch | 8 +-
debian/patches/require-sse2-on-i386.patch | 2 +-
debian/patches/series | 2 +-
.../md5 | 1 -
.../sha512 | 1 -
.../md5 | 1 +
.../sha512 | 1 +
deps/libuv.version | 2 +-
deps/libuv/src/unix/linux-core.c | 21 +-
doc/devdocs/ast.rst | 1 +
doc/devdocs/eval.rst | 2 +-
doc/manual/embedding.rst | 6 +-
doc/manual/mathematical-operations.rst | 4 +-
doc/manual/parallel-computing.rst | 13 +-
doc/stdlib/arrays.rst | 39 +-
doc/stdlib/base.rst | 21 -
doc/stdlib/io-network.rst | 21 +
doc/stdlib/math.rst | 20 +-
doc/stdlib/parallel.rst | 28 +-
doc/stdlib/profile.rst | 11 +-
src/alloc.c | 1 +
src/array.c | 4 +
src/codegen.cpp | 2 +
src/disasm.cpp | 6 +
src/dlload.c | 2 +-
src/jltypes.c | 6 +
src/support/END.h | 2 +-
src/support/ENTRY.amd64.h | 2 +-
src/support/ENTRY.i387.h | 2 +-
src/support/utils.h | 8 +-
src/sys.c | 16 +-
test/choosetests.jl | 2 +-
test/compile.jl | 14 +-
test/core.jl | 13 +
test/inline.jl | 68 +++
test/intset.jl | 2 +
test/linalg/eigen.jl | 6 +
test/linalg/generic.jl | 2 +
test/linalg/matmul.jl | 23 +
test/misc.jl | 7 +-
test/perf/micro/java/src/main/java/PerfBLAS.java | 321 ++---------
test/perf/micro/java/src/main/java/PerfPure.java | 609 +++++++++++----------
test/perf/micro/perf.lua | 263 ++++-----
test/pkg.jl | 8 +
test/repl.jl | 27 +
test/socket.jl | 3 +
test/sparsedir/cholmod.jl | 20 +
test/sparsedir/spqr.jl | 10 +
test/statistics.jl | 6 +-
test/subarray.jl | 21 +-
81 files changed, 1313 insertions(+), 1080 deletions(-)
mode change 100755 => 100644 debian/julia.install
delete mode 100644 debian/patches/fix-arm64-ftbfs.patch
create mode 100644 debian/patches/fix-spelling-error-in-binary.patch
delete mode 100644 deps/checksums/libuv-9ab431a88fe255dd21e19a11f7fa2dd95774abf4.tar.gz/md5
delete mode 100644 deps/checksums/libuv-9ab431a88fe255dd21e19a11f7fa2dd95774abf4.tar.gz/sha512
create mode 100644 deps/checksums/libuv-efb40768b7c7bd9f173a7868f74b92b1c5a61a0e.tar.gz/md5
create mode 100644 deps/checksums/libuv-efb40768b7c7bd9f173a7868f74b92b1c5a61a0e.tar.gz/sha512
create mode 100644 test/inline.jl
hooks/post-receive
--
Julia
More information about the Pkg-julia-devel
mailing list