[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.3.2-1-4-g236bbfa

Sébastien Villemot sebastien at moszumanska.debian.org
Fri Feb 13 22:47:09 UTC 2015


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  236bbfacf8a96802fcc9c1732de73647528dd120 (commit)
       via  3d8f172411b3d1aeb6bed84e11fc9da06243239a (commit)
       via  361661024d8cb5394e4fc6f43603998be618ca5f (commit)
       via  69a26fe330c09ebd3fb58a70888a70f633e4a1d9 (commit)
      from  eca1d77b55165dc141496773fc12690a96ac2929 (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 236bbfacf8a96802fcc9c1732de73647528dd120
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Feb 13 23:31:47 2015 +0100

    Changelog entry for 0.3.5-1.

commit 3d8f172411b3d1aeb6bed84e11fc9da06243239a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Feb 13 23:31:00 2015 +0100

    Refresh patches.
    
    Git-Dch: Ignore

commit 361661024d8cb5394e4fc6f43603998be618ca5f
Merge: eca1d77 69a26fe
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Feb 13 19:00:22 2015 +0100

    Merge tag 'upstream/0.3.5'
    
    Upstream version 0.3.5

-----------------------------------------------------------------------

Summary of changes:
 LICENSE.md                                         |     1 +
 Make.inc                                           |    28 +-
 Makefile                                           |    30 +-
 NEWS.md                                            |    10 +
 README.md                                          |     4 +-
 README.windows.md                                  |    85 +-
 VERSION                                            |     2 +-
 appveyor.yml                                       |    48 +
 base/REPL.jl                                       |     1 -
 base/REPLCompletions.jl                            |    28 +-
 base/abstractarray.jl                              |     4 +-
 base/array.jl                                      |    25 +-
 base/client.jl                                     |     3 +-
 base/constants.jl                                  |     7 +
 base/exports.jl                                    |     1 +
 base/file.jl                                       |     1 +
 base/float16.jl                                    |     4 +-
 base/fs.jl                                         |     8 +-
 base/gmp.jl                                        |    22 +-
 base/help.jl                                       |     2 +-
 base/interactiveutil.jl                            |    41 +-
 base/intfuncs.jl                                   |     2 +-
 base/linalg.jl                                     |     8 +-
 base/linalg/bitarray.jl                            |     2 +-
 base/linalg/blas.jl                                |    85 +-
 base/linalg/bunchkaufman.jl                        |     2 +-
 base/linalg/cholmod.jl                             |   185 +-
 base/linalg/dense.jl                               |     4 +-
 base/linalg/diagonal.jl                            |     2 +
 base/linalg/factorization.jl                       |    34 +-
 base/linalg/generic.jl                             |    10 +-
 base/linalg/lapack.jl                              |   232 +-
 base/linalg/ldlt.jl                                |    12 +-
 base/linalg/lu.jl                                  |     1 +
 base/linalg/matmul.jl                              |   127 +-
 base/linalg/symmetric.jl                           |    22 +
 base/linalg/triangular.jl                          |     3 +
 base/linalg/tridiag.jl                             |    85 +-
 base/linalg/umfpack.jl                             |    93 +-
 base/math.jl                                       |     8 +-
 base/mmap.jl                                       |    42 +-
 base/mpfr.jl                                       |     2 +-
 base/multi.jl                                      |     6 +-
 base/number.jl                                     |     4 +-
 base/pcre.jl                                       |    13 +
 base/pkg/dir.jl                                    |     5 +-
 base/pkg/entry.jl                                  |    11 +-
 base/pkg/generate.jl                               |    38 +-
 base/pkg/git.jl                                    |    10 +
 base/pkg/read.jl                                   |     7 +
 base/pkg/write.jl                                  |     7 +-
 base/poll.jl                                       |    17 +-
 base/printf.jl                                     |     5 +-
 base/profile.jl                                    |     2 +-
 base/random.jl                                     |   311 +-
 base/reduce.jl                                     |     6 +-
 base/reflection.jl                                 |     2 +-
 base/regex.jl                                      |     2 +-
 base/replutil.jl                                   |     6 +-
 base/sharedarray.jl                                |    59 +-
 base/sort.jl                                       |    12 +-
 base/sparse/csparse.jl                             |     1 +
 base/sparse/sparsematrix.jl                        |    11 +
 base/stat.jl                                       |     2 +-
 base/statistics.jl                                 |     1 +
 base/stream.jl                                     |     5 +-
 base/string.jl                                     |    31 +-
 base/util.jl                                       |    16 +-
 base/version.jl                                    |     6 +-
 base/version_git.sh                                |     4 +-
 contrib/Julia_Notepad++.xml                        |    11 +-
 contrib/build_sysimg.jl                            |   168 +
 contrib/fixup-libgfortran.sh                       |    16 +-
 contrib/mac/app/Makefile                           |     9 +-
 contrib/mac/app/script                             |     2 +-
 contrib/stringreplace.c                            |    44 +-
 contrib/windows/msys_build.sh                      |   200 +
 debian/changelog                                   |     6 +
 debian/patches/do-not-download-dsfmt.patch         |     4 +-
 debian/patches/do-not-download-utf8proc.patch      |     4 +-
 debian/patches/dpkg-multiarch.patch                |     2 +-
 debian/patches/inject-ldflags.patch                |     2 +-
 debian/patches/libjulia-release-drop-soname.patch  |     2 +-
 debian/patches/no-debug-version.patch              |     4 +-
 debian/patches/require-sse2-on-i386.patch          |     4 +-
 debian/patches/support-noopt.patch                 |    10 +-
 debian/patches/verbose-build.patch                 |     2 +-
 deps/Makefile                                      |    78 +-
 deps/SuiteSparse_wrapper.c                         |    10 +-
 deps/Versions.make                                 |     4 +-
 deps/checksums/git-1.8.5.6.tar.gz/md5              |     1 +
 deps/checksums/git-1.8.5.6.tar.gz/sha512           |     1 +
 deps/checksums/openblas-v0.2.10.tar.gz/md5         |     1 -
 deps/checksums/openblas-v0.2.10.tar.gz/sha512      |     1 -
 deps/checksums/openblas-v0.2.13.tar.gz/md5         |     1 +
 deps/checksums/openblas-v0.2.13.tar.gz/sha512      |     1 +
 deps/checksums/openblas-v0.2.8.tar.gz/md5          |     1 -
 deps/checksums/openblas-v0.2.8.tar.gz/sha512       |     1 -
 deps/libuv/Makefile.am                             |     2 +-
 deps/libuv/Makefile.in                             |     2 +-
 deps/libuv/src/unix/internal.h                     |     3 +-
 deps/libuv/src/unix/pipe.c                         |    29 +-
 deps/libuv/src/uv-common.h                         |     6 +-
 doc/conf.py                                        |    28 +-
 doc/devdocs/C.rst                                  |    11 +
 doc/devdocs/backtraces.rst                         |   107 +
 doc/devdocs/debuggingtips.rst                      |    67 +
 doc/devdocs/{index.rst => julia.rst}               |     3 +-
 doc/devdocs/reflection.rst                         |   137 +
 doc/devdocs/sysimg.rst                             |    35 +
 doc/helpdb.jl                                      | 12794 +++++++++++--------
 doc/index.rst                                      |    17 +-
 doc/manual/arrays.rst                              |    16 +-
 doc/manual/calling-c-and-fortran-code.rst          |    60 +-
 doc/manual/complex-and-rational-numbers.rst        |    22 +-
 doc/manual/constructors.rst                        |    40 +-
 doc/manual/control-flow.rst                        |   239 +-
 doc/manual/faq.rst                                 |   138 +-
 doc/manual/functions.rst                           |    76 +-
 doc/manual/index.rst                               |     2 +
 doc/manual/integers-and-floating-point-numbers.rst |    94 +-
 doc/manual/interacting-with-julia.rst              |    44 +
 doc/manual/linear-algebra.rst                      |   158 +-
 doc/manual/mathematical-operations.rst             |   279 +-
 doc/manual/metaprogramming.rst                     |   124 +-
 doc/manual/networking-and-streams.rst              |    82 +-
 doc/manual/noteworthy-differences.rst              |    19 +-
 doc/manual/packages.rst                            |   188 +-
 doc/manual/parallel-computing.rst                  |   209 +-
 doc/manual/performance-tips.rst                    |   181 +-
 doc/{stdlib => manual}/profile.rst                 |   116 +-
 doc/manual/running-external-programs.rst           |    28 +-
 doc/manual/strings.rst                             |   144 +-
 doc/manual/style-guide.rst                         |    53 +-
 doc/manual/types.rst                               |   213 +-
 doc/manual/unicode-input-table.rst                 |   845 ++
 doc/manual/unicode-input.rst                       |    20 +
 doc/manual/variables-and-scoping.rst               |    65 +-
 doc/manual/variables.rst                           |     2 +-
 doc/stdlib/arrays.rst                              |   641 +
 doc/stdlib/base.rst                                |  5482 +-------
 doc/stdlib/c.rst                                   |   284 +
 doc/stdlib/collections.rst                         |   784 +-
 doc/stdlib/constants.rst                           |     2 +-
 doc/stdlib/file.rst                                |   160 +-
 doc/stdlib/graphics.rst                            |     7 +-
 doc/stdlib/index.rst                               |    10 +-
 doc/stdlib/io-network.rst                          |   786 ++
 doc/stdlib/linalg.rst                              |    40 +-
 doc/stdlib/math.rst                                |  1581 +++
 doc/stdlib/numbers.rst                             |   509 +
 doc/stdlib/parallel.rst                            |   376 +
 doc/stdlib/pkg.rst                                 |     7 +-
 doc/stdlib/profile.rst                             |   305 +-
 doc/stdlib/punctuation.rst                         |     5 +-
 doc/stdlib/sort.rst                                |   184 +-
 doc/stdlib/sparse.rst                              |    80 -
 doc/stdlib/strings.rst                             |   385 +
 doc/stdlib/test.rst                                |    12 +-
 doc/tabcomplete.jl                                 |    70 +
 src/Makefile                                       |     4 +-
 src/alloc.c                                        |    15 +-
 src/ast.c                                          |     5 +-
 src/cgutils.cpp                                    |     4 +-
 src/codegen.cpp                                    |    61 +-
 src/debuginfo.cpp                                  |   517 +-
 src/dlload.c                                       |     2 +-
 src/dump.c                                         |    59 +-
 src/flisp/builtins.c                               |     2 +-
 src/gf.c                                           |     6 +-
 src/init.c                                         |    65 +-
 src/interpreter.c                                  |     2 +
 src/jl_uv.c                                        |    16 +-
 src/jltypes.c                                      |    17 +-
 src/julia.h                                        |     6 +-
 src/julia_internal.h                               |     2 +
 src/module.c                                       |     1 +
 src/support/ios.c                                  |     5 +-
 src/task.c                                         |   142 +-
 src/toplevel.c                                     |     2 +-
 test/Makefile                                      |     2 +-
 test/arpack.jl                                     |    36 +-
 test/arrayops.jl                                   |    24 +-
 test/bigint.jl                                     |     1 +
 test/bitarray.jl                                   |     4 +
 test/ccalltest.c                                   |     8 +-
 test/combinatorics.jl                              |    39 +-
 test/complex.jl                                    |    22 +
 test/core.jl                                       |    22 +
 test/file.jl                                       |    19 +-
 test/float16.jl                                    |     2 +
 test/git.jl                                        |     2 +
 test/intfuncs.jl                                   |    73 +
 test/linalg/cholmod.jl                             |    35 +
 test/linalg/umfpack.jl                             |    46 +
 test/linalg1.jl                                    |     3 +
 test/linalg3.jl                                    |     6 +
 test/linalg4.jl                                    |    40 +-
 test/math.jl                                       |    19 +
 test/mpfr.jl                                       |     2 +-
 test/numbers.jl                                    |     3 +
 test/parallel.jl                                   |     7 +-
 test/perf/kernel/gk.jl                             |   370 +-
 test/perf/kernel/go_benchmark.jl                   |    20 +-
 test/perf/kernel/indexing.jl                       |     4 +-
 test/perf/micro/Makefile                           |     2 +-
 test/perf/micro/java/src/main/java/Complex.java    |    21 +
 test/perf/micro/java/src/main/java/PerfBLAS.java   |    74 +-
 test/perf/micro/java/src/main/java/PerfPure.java   |    56 +-
 test/perf/micro/perf.R                             |     2 +-
 test/perf/micro/perf.c                             |     5 +-
 test/perf/micro/perf.do                            |    16 +-
 test/perf/micro/perf.f90                           |     1 +
 test/perf/micro/perf.go                            |     2 +-
 test/perf/micro/perf.js                            |    66 +-
 test/perf/micro/perf.lua                           |     8 +-
 test/perf/micro/perf.m                             |    97 +-
 test/perf/micro/perf.nb                            |    18 +-
 test/perf/shootout/fannkuch.jl                     |   126 +-
 test/perf/shootout/spectralnorm.jl                 |    48 +-
 test/pkg.jl                                        |     2 +-
 test/pollfd.jl                                     |     1 -
 test/reduce.jl                                     |    33 +-
 test/regex.jl                                      |     8 +
 test/replcompletions.jl                            |    74 +
 test/runtests.jl                                   |     4 +-
 test/socket.jl                                     |    24 +-
 test/sparse.jl                                     |    14 +
 test/strings.jl                                    |    17 +
 test/suitesparse.jl                                |    38 -
 test/version.jl                                    |    30 +-
 ui/repl.c                                          |    56 +-
 232 files changed, 19343 insertions(+), 14156 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 contrib/build_sysimg.jl
 create mode 100755 contrib/windows/msys_build.sh
 create mode 100644 deps/checksums/git-1.8.5.6.tar.gz/md5
 create mode 100644 deps/checksums/git-1.8.5.6.tar.gz/sha512
 delete mode 100644 deps/checksums/openblas-v0.2.10.tar.gz/md5
 delete mode 100644 deps/checksums/openblas-v0.2.10.tar.gz/sha512
 create mode 100644 deps/checksums/openblas-v0.2.13.tar.gz/md5
 create mode 100644 deps/checksums/openblas-v0.2.13.tar.gz/sha512
 delete mode 100644 deps/checksums/openblas-v0.2.8.tar.gz/md5
 delete mode 100644 deps/checksums/openblas-v0.2.8.tar.gz/sha512
 create mode 100644 doc/devdocs/C.rst
 create mode 100644 doc/devdocs/backtraces.rst
 create mode 100644 doc/devdocs/debuggingtips.rst
 rename doc/devdocs/{index.rst => julia.rst} (89%)
 create mode 100644 doc/devdocs/reflection.rst
 create mode 100644 doc/devdocs/sysimg.rst
 copy doc/{stdlib => manual}/profile.rst (82%)
 create mode 100644 doc/manual/unicode-input-table.rst
 create mode 100644 doc/manual/unicode-input.rst
 create mode 100644 doc/stdlib/arrays.rst
 create mode 100644 doc/stdlib/c.rst
 create mode 100644 doc/stdlib/io-network.rst
 create mode 100644 doc/stdlib/math.rst
 create mode 100644 doc/stdlib/numbers.rst
 create mode 100644 doc/stdlib/parallel.rst
 delete mode 100644 doc/stdlib/sparse.rst
 create mode 100644 doc/stdlib/strings.rst
 create mode 100644 doc/tabcomplete.jl
 create mode 100644 test/intfuncs.jl
 create mode 100644 test/linalg/cholmod.jl
 create mode 100644 test/linalg/umfpack.jl
 create mode 100644 test/perf/micro/java/src/main/java/Complex.java


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list