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

Peter Colberg pc-guest at moszumanska.debian.org
Tue Nov 17 20:22:03 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, upstream has been updated
       via  d320b99510defa8142ded18cdd902c2cc6eb824e (commit)
      from  207514d647293e7faea266e98668cc8dfcf6e8bc (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 d320b99510defa8142ded18cdd902c2cc6eb824e
Author: Peter Colberg <peter at colberg.org>
Date:   Tue Nov 17 15:20:45 2015 -0500

    Imported Upstream version 0.4.1

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

Summary of changes:
 .travis.yml                                        |   1 +
 LICENSE.md                                         |   1 -
 Make.inc                                           |   9 +-
 Makefile                                           |  31 ++--
 README.windows.md                                  |   6 +-
 VERSION                                            |   2 +-
 base/abstractarray.jl                              |  77 +++++++---
 base/array.jl                                      |  30 ++--
 base/bitarray.jl                                   |  13 +-
 base/channels.jl                                   |   4 +-
 base/client.jl                                     | 165 +++++++++------------
 base/dates/conversions.jl                          |   4 +-
 base/dates/types.jl                                |  32 ++--
 base/deepcopy.jl                                   |   5 +-
 base/docs/Docs.jl                                  |  37 +++--
 base/docs/basedocs.jl                              |  16 ++
 base/docs/bootstrap.jl                             |   9 +-
 base/docs/helpdb.jl                                | 109 +++++++++-----
 base/docs/utils.jl                                 |   9 +-
 base/float.jl                                      |  30 ----
 base/floatfuncs.jl                                 |  30 ++++
 base/gmp.jl                                        |  16 +-
 base/inference.jl                                  |   2 +-
 base/interactiveutil.jl                            |  51 ++++---
 base/io.jl                                         |   4 +
 base/iobuffer.jl                                   |   2 -
 base/linalg/arnoldi.jl                             | 139 ++++++++++-------
 base/linalg/arpack.jl                              |  22 ++-
 base/linalg/exceptions.jl                          |  13 +-
 base/linalg/generic.jl                             |  24 +--
 base/linalg/lapack.jl                              |  22 +--
 base/linalg/triangular.jl                          |  88 ++++-------
 base/loading.jl                                    |   4 +-
 base/markdown/render/terminal/render.jl            |   5 +-
 base/mmap.jl                                       |  34 +++--
 base/multi.jl                                      |  38 +++--
 base/multidimensional.jl                           |  11 +-
 base/operators.jl                                  |  12 +-
 base/pkg/entry.jl                                  |  64 +++++++-
 base/pkg/generate.jl                               |   2 +-
 base/pkg/github.jl                                 |  33 +----
 base/reduce.jl                                     |  24 +--
 base/reducedim.jl                                  |  19 ++-
 base/serialize.jl                                  |  14 +-
 base/set.jl                                        |   2 +-
 base/show.jl                                       |  20 ++-
 base/sparse/linalg.jl                              |  96 +++++++-----
 base/sparse/sparsematrix.jl                        |  17 ++-
 base/sparse/umfpack.jl                             |  82 +++++-----
 base/unicode/utf8proc.jl                           |   2 +-
 base/version_git.jl                                |  10 +-
 contrib/Julia_Notepad++.xml                        |   2 +-
 contrib/windows/get_toolchain.sh                   |   2 +-
 contrib/windows/juliarc.jl                         |   6 +-
 contrib/windows/msys_build.sh                      |   8 +-
 contrib/windows/winrpm.sh                          |   2 +-
 deps/Makefile                                      |  31 ++--
 .../md5                                            |   1 +
 .../sha512                                         |   1 +
 .../md5                                            |   1 -
 .../sha512                                         |   1 -
 deps/openblas.version                              |   4 +-
 doc/README.md                                      |   2 +-
 doc/devdocs/eval.rst                               |  59 ++++----
 doc/devdocs/init.rst                               |  17 +--
 doc/devdocs/llvm.rst                               |   6 +-
 doc/devdocs/object.rst                             |   6 +-
 doc/devdocs/types.rst                              |   9 +-
 doc/genstdlib.jl                                   |   4 +-
 doc/manual/arrays.rst                              |   8 +-
 doc/manual/calling-c-and-fortran-code.rst          | 103 +++++++------
 doc/manual/documentation.rst                       |   2 +-
 doc/manual/faq.rst                                 |   6 +-
 doc/manual/linear-algebra.rst                      |   2 +-
 doc/manual/mathematical-operations.rst             |   4 +-
 doc/manual/metaprogramming.rst                     |  12 +-
 doc/manual/networking-and-streams.rst              |  16 +-
 doc/manual/noteworthy-differences.rst              |  11 +-
 doc/manual/packages.rst                            |   6 +-
 doc/manual/parallel-computing.rst                  |   2 +-
 doc/manual/strings.rst                             |   2 +-
 doc/manual/style-guide.rst                         |   4 +-
 doc/stdlib/arrays.rst                              |  29 +++-
 doc/stdlib/base.rst                                |   2 +-
 doc/stdlib/c.rst                                   |  17 +++
 doc/stdlib/collections.rst                         |  12 ++
 doc/stdlib/dates.rst                               |   2 +-
 doc/stdlib/io-network.rst                          |  14 +-
 doc/stdlib/libdl.rst                               |   6 +-
 doc/stdlib/linalg.rst                              | 119 +++++++--------
 doc/stdlib/math.rst                                |   6 +-
 doc/stdlib/parallel.rst                            |   6 +-
 doc/stdlib/punctuation.rst                         |   2 +-
 src/alloc.c                                        |   2 +-
 src/builtins.c                                     |   6 +-
 src/cgutils.cpp                                    |   4 +
 src/codegen.cpp                                    | 129 +++++++++++-----
 src/flisp/read.c                                   |   4 +-
 src/jltypes.c                                      | 104 ++++++-------
 src/support/strtod.c                               |  10 +-
 src/support/strtod.h                               |   4 +-
 test/abstractarray.jl                              |  23 +++
 test/arrayops.jl                                   | 153 ++++++++++++++++++-
 test/backtrace.jl                                  |   2 +
 test/bigint.jl                                     |  16 ++
 test/cmdlineargs.jl                                |   5 +
 test/core.jl                                       |  37 +++++
 test/dates/conversions.jl                          |   9 ++
 test/docs.jl                                       |  13 ++
 test/linalg/arnoldi.jl                             |   8 +
 test/linalg/generic.jl                             |   9 ++
 test/linalg/qr.jl                                  |   2 +
 test/linalg/triangular.jl                          |  26 +++-
 test/markdown.jl                                   |  14 ++
 test/parallel.jl                                   |  29 +++-
 test/perf/micro/Makefile                           |   8 +-
 test/perf/micro/perf.c                             |  47 +++---
 test/perf/micro/perf.m                             |  18 +--
 test/perf/sparse/getindex_skinny.jl                |  41 +++++
 test/perf/sparse/perf.jl                           |   3 +
 test/reduce.jl                                     |   8 +
 test/reducedim.jl                                  |  20 ++-
 test/reflection.jl                                 |  38 ++---
 test/replutil.jl                                   |  40 +++++
 test/serialize.jl                                  |  27 +++-
 test/sets.jl                                       |  16 +-
 test/sparsedir/sparse.jl                           |  43 ++++++
 test/sparsedir/umfpack.jl                          |   3 +
 test/spawn.jl                                      |  22 +++
 test/unicode/utf8proc.jl                           |   5 +
 ui/repl.c                                          |  30 ++--
 131 files changed, 1974 insertions(+), 1051 deletions(-)
 create mode 100644 deps/checksums/openblas-53e849f4fcae4363a64576de00e982722c7304f9.tar.gz/md5
 create mode 100644 deps/checksums/openblas-53e849f4fcae4363a64576de00e982722c7304f9.tar.gz/sha512
 delete mode 100644 deps/checksums/openblas-d0c51c4de91b2356b770f92862c6b0e1d54953cd.tar.gz/md5
 delete mode 100644 deps/checksums/openblas-d0c51c4de91b2356b770f92862c6b0e1d54953cd.tar.gz/sha512
 create mode 100644 test/perf/sparse/getindex_skinny.jl


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list