[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.4.5-1-gd02df3c

Peter Colberg pc-guest at moszumanska.debian.org
Mon Jun 20 03:49:34 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  d02df3c6d0ac86c00e83ebbacae1ed7e873f8eb2 (commit)
      from  322805874ee157af629a54c1e56652b601208f38 (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                                    |   2 +-
 Make.inc                                           |   4 +-
 VERSION                                            |   2 +-
 base/array.jl                                      |   5 +-
 base/arraymath.jl                                  |   2 +-
 base/bitarray.jl                                   |  31 ++-
 base/cartesian.jl                                  |   5 +-
 base/dates/accessors.jl                            |  65 +++++
 base/dates/io.jl                                   |   2 +-
 base/dates/periods.jl                              |  29 +-
 base/deprecated.jl                                 |   2 +-
 base/dict.jl                                       |  40 ++-
 base/docs/helpdb.jl                                | 162 +++++------
 base/hashing2.jl                                   |   9 +-
 base/interactiveutil.jl                            |  48 ++--
 base/libdl.jl                                      |   4 +-
 base/linalg/lapack.jl                              | 159 ++++++++++-
 base/linalg/svd.jl                                 |  14 +-
 base/markdown/GitHub/table.jl                      |  14 +-
 base/mpfr.jl                                       |   7 +-
 base/multidimensional.jl                           |   4 +
 base/nullable.jl                                   |   2 +
 base/pkg/entry.jl                                  |   6 +-
 base/show.jl                                       |   6 +-
 base/sort.jl                                       |   4 +-
 base/sparse/sparsematrix.jl                        |  58 +++-
 base/test.jl                                       |  41 +++
 base/version_git.jl                                |  10 +-
 contrib/install.sh                                 |   2 +-
 .../{7zSFX-manifest.xml => julia-manifest.xml}     |  34 +--
 contrib/windows/julia.rc                           |   2 +
 contrib/windows/msys_build.sh                      |   4 +-
 deps/Makefile                                      |   6 +-
 .../md5                                            |   1 +
 .../sha512                                         |   1 +
 .../md5                                            |   1 -
 .../sha512                                         |   1 -
 deps/jldownload                                    |   2 +-
 deps/openblas-win64.patch                          |  75 ------
 deps/openblas.version                              |   4 +-
 doc/devdocs/promote-op.rst                         |   2 +-
 doc/devdocs/types.rst                              |   6 +-
 doc/index.rst                                      |   4 +
 doc/manual/arrays.rst                              |   2 +
 doc/manual/calling-c-and-fortran-code.rst          |   6 -
 doc/manual/conversion-and-promotion.rst            |   2 +-
 doc/manual/documentation.rst                       | 142 ++++++++--
 doc/manual/functions.rst                           |   2 +-
 doc/manual/getting-started.rst                     |   4 +
 doc/manual/index.rst                               |   4 +
 doc/manual/networking-and-streams.rst              |   1 -
 doc/manual/noteworthy-differences.rst              |   4 +-
 doc/manual/strings.rst                             |   2 +-
 doc/manual/types.rst                               |   2 +-
 doc/manual/variables-and-scoping.rst               |   2 +-
 doc/stdlib/arrays.rst                              |  16 +-
 doc/stdlib/base.rst                                |   4 +-
 doc/stdlib/collections.rst                         |   2 +-
 doc/stdlib/dates.rst                               | 191 ++++++++++---
 doc/stdlib/index.rst                               |   1 +
 doc/stdlib/linalg.rst                              |  10 +-
 doc/stdlib/sort.rst                                |   2 +-
 doc/stdlib/test.rst                                |  39 +++
 src/abi_arm.cpp                                    | 299 +++++++++++++++++++++
 src/builtins.c                                     |   2 +-
 src/ccall.cpp                                      |   5 +-
 src/codegen.cpp                                    |   7 +-
 src/gc.c                                           |   5 +-
 src/julia-syntax.scm                               |   7 +
 src/julia_internal.h                               |  12 +
 src/task.c                                         |   6 +-
 test/arrayops.jl                                   |  54 +++-
 test/bigfloat.jl                                   |  11 +
 test/bitarray.jl                                   |  35 +++
 test/choosetests.jl                                |   4 +-
 test/compile.jl                                    |  41 ++-
 test/core.jl                                       |   6 +
 test/dict.jl                                       |  68 ++++-
 test/float16.jl                                    |  32 ++-
 test/hashing.jl                                    |  13 +
 test/linalg/cholesky.jl                            |  31 +++
 test/linalg/lapack.jl                              |  17 +-
 test/linalg/tridiag.jl                             |   4 +-
 test/markdown.jl                                   |  30 ++-
 test/nullable.jl                                   |   5 +
 test/perf/kernel/go_benchmark.c                    |   2 +-
 test/perf/kernel/go_benchmark.jl                   |   2 +-
 test/pkg.jl                                        |   9 +
 test/ranges.jl                                     |  26 ++
 test/show.jl                                       |   6 +
 test/sparsedir/sparse.jl                           | 123 +++++----
 test/subarray.jl                                   |  18 +-
 93 files changed, 1727 insertions(+), 475 deletions(-)
 copy contrib/windows/{7zSFX-manifest.xml => julia-manifest.xml} (54%)
 mode change 100755 => 100644
 create mode 100644 deps/checksums/openblas-12ab1804b6ebcd38b26960d65d254314d8bc33d6.tar.gz/md5
 create mode 100644 deps/checksums/openblas-12ab1804b6ebcd38b26960d65d254314d8bc33d6.tar.gz/sha512
 delete mode 100644 deps/checksums/openblas-53e849f4fcae4363a64576de00e982722c7304f9.tar.gz/md5
 delete mode 100644 deps/checksums/openblas-53e849f4fcae4363a64576de00e982722c7304f9.tar.gz/sha512
 delete mode 100644 deps/openblas-win64.patch
 create mode 100644 src/abi_arm.cpp
 create mode 100644 test/bigfloat.jl


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list