[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.4.3
Peter Colberg
pc-guest at moszumanska.debian.org
Fri Jan 15 07:33:43 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, upstream has been updated
via d9b6b56d4b881acdcf1c3f9145f7257c27f4d6af (commit)
from 8d425af5f99822d4076d720f9ab76eb382548d76 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
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 +-
.../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 +-
72 files changed, 1253 insertions(+), 1049 deletions(-)
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