[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.3.1-1-g2506248

Sébastien Villemot sebastien at moszumanska.debian.org
Wed Oct 22 16:55:05 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, upstream has been updated
       via  25062481e89992f9e6859d2ac103d6b0a01c5cd4 (commit)
      from  259ef134a3f1f0df5ed657779c78df91e7bdd4e6 (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                                        |   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 -
 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 +
 74 files changed, 1797 insertions(+), 600 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