[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.4.7

Peter Colberg pc-guest at moszumanska.debian.org
Mon Sep 19 06:34:35 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  a4dccea8eeb851b2fd2dfa0feebd0aa6e6acf627 (commit)
      from  d02df3c6d0ac86c00e83ebbacae1ed7e873f8eb2 (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                                        |   2 +
 CONTRIBUTING.md                                    |   1 +
 Makefile                                           |  20 ++--
 VERSION                                            |   2 +-
 base/channels.jl                                   |   2 +-
 base/docs/helpdb.jl                                |  16 ++--
 base/float16.jl                                    |   2 +-
 base/linalg/arnoldi.jl                             |   9 +-
 base/linalg/lapack.jl                              |   7 +-
 base/linalg/symmetric.jl                           |   3 +
 base/linalg/uniformscaling.jl                      |  10 +-
 base/loading.jl                                    |  83 ++++++++--------
 base/mmap.jl                                       |   6 +-
 base/sharedarray.jl                                |   5 +-
 base/sparse/linalg.jl                              |   5 -
 base/version_git.jl                                |  10 +-
 contrib/install.sh                                 |   2 +
 contrib/prepare_release.sh                         |  23 +++--
 contrib/windows/julia-manifest.xml                 |   5 -
 contrib/windows/msys_build.sh                      |   5 +
 doc/Makefile                                       |   2 +-
 doc/conf.py                                        |   3 +
 doc/devdocs/ast.rst                                |   2 +-
 doc/devdocs/backtraces.rst                         |  22 ++---
 doc/devdocs/cartesian.rst                          |   2 +-
 doc/devdocs/debuggingtips.rst                      |  10 +-
 doc/devdocs/meta.rst                               |   2 +-
 doc/devdocs/types.rst                              |   2 +-
 doc/manual/control-flow.rst                        |   2 +-
 doc/manual/conversion-and-promotion.rst            |   4 +-
 doc/manual/dates.rst                               |   4 +-
 doc/manual/embedding.rst                           |   8 +-
 doc/manual/faq.rst                                 |   4 +-
 doc/manual/functions.rst                           |  10 +-
 doc/manual/getting-started.rst                     |  14 +--
 doc/manual/integers-and-floating-point-numbers.rst |   4 +-
 doc/manual/interacting-with-julia.rst              |   2 +-
 doc/manual/mathematical-operations.rst             |  22 ++---
 doc/manual/modules.rst                             |  16 +++-
 doc/manual/packages.rst                            |  20 ++--
 doc/manual/parallel-computing.rst                  |  32 +++----
 doc/manual/strings.rst                             |  15 +--
 doc/stdlib/base.rst                                |   6 +-
 doc/stdlib/c.rst                                   |   4 +-
 doc/stdlib/io-network.rst                          |   2 +-
 doc/stdlib/parallel.rst                            |   4 +-
 src/abi_aarch64.cpp                                |   5 +-
 src/abi_arm.cpp                                    |   5 +-
 src/abi_win64.cpp                                  |   4 +-
 src/abi_x86.cpp                                    |   4 +-
 src/builtins.c                                     |   2 +-
 src/ccall.cpp                                      |   3 +-
 src/codegen.cpp                                    |   2 +-
 src/dump.c                                         |   2 +-
 src/flisp/Makefile                                 |   2 +-
 test/ccall.jl                                      |  11 +++
 test/compile.jl                                    |   9 +-
 test/core.jl                                       |  10 ++
 test/float16.jl                                    |   3 +
 test/linalg/arnoldi.jl                             |  10 +-
 test/linalg/generic.jl                             |  30 ++++++
 test/linalg/symmetric.jl                           |  14 +++
 test/linalg/uniformscaling.jl                      | 105 ++++++++++++---------
 test/mmap.jl                                       |  13 +++
 test/parallel_exec.jl                              |  25 +++++
 test/perf/lapack/perf.jl                           |   7 ++
 test/perf/shootout/README                          |   2 +-
 test/spawn.jl                                      |   8 ++
 ui/repl.c                                          |   2 +-
 69 files changed, 456 insertions(+), 258 deletions(-)


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list