[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.2.0_rc1+dfsg-1-8-gaf3d3a2

Sébastien Villemot sebastien at alioth.debian.org
Sat Oct 26 07:04:11 UTC 2013


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  af3d3a2b57e81f18a8195062557865d2fd712b6b (commit)
       via  48312fddce00cc5531dade247cd4d492f37f644b (commit)
       via  ba4f3096476fd10dc1adf4b9f1dad3bcf4dcc9d0 (commit)
       via  a07a757fb6c524efba16018c7b095e75f2916798 (commit)
       via  2d1c314d7ad41f7b1693ec766be949105f8e792b (commit)
      from  88c756b30364fc94f5c32fdcdaf874a3e9359cd7 (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 af3d3a2b57e81f18a8195062557865d2fd712b6b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Oct 26 14:15:11 2013 +0800

    Changelog for Debian release 0.2.0~rc2+dfsg-1

commit 48312fddce00cc5531dade247cd4d492f37f644b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Oct 26 14:10:04 2013 +0800

    Link dynamically against LLVM, this seems to now work correctly

commit ba4f3096476fd10dc1adf4b9f1dad3bcf4dcc9d0
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Oct 26 12:28:36 2013 +0800

    Refresh patches

commit a07a757fb6c524efba16018c7b095e75f2916798
Merge: 88c756b 2d1c314
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Oct 26 04:23:43 2013 +0000

    Merge tag 'upstream/0.2.0_rc2+dfsg'
    
    Upstream version 0.2.0~rc2+dfsg

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

Summary of changes:
 .build_info                                        |    2 +-
 .commitsha                                         |    2 +-
 Make.inc                                           |   33 +-
 NEWS.md                                            |    5 +
 README.md                                          |   17 +-
 VERSION                                            |    2 +-
 base/abstractarray.jl                              |   61 +-
 base/array.jl                                      |   33 +-
 base/ascii.jl                                      |    2 +
 base/bitarray.jl                                   |  277 ++++----
 base/boot.jl                                       |    2 +-
 base/client.jl                                     |   55 +-
 base/datafmt.jl                                    |    2 +
 base/deprecated.jl                                 |   51 +-
 base/error.jl                                      |   37 +-
 base/exports.jl                                    |    8 +-
 base/git.jl                                        |  166 +----
 base/inference.jl                                  |   11 +-
 base/iterator.jl                                   |   14 +-
 base/linalg.jl                                     |    6 +-
 base/linalg/bitarray.jl                            |   70 +-
 base/linalg/blas.jl                                |   24 +-
 base/linalg/diagonal.jl                            |    7 +-
 base/linalg/factorization.jl                       |   46 +-
 base/linalg/generic.jl                             |    4 +-
 base/linalg/lapack.jl                              |   47 +-
 base/linalg/sparse.jl                              |   12 +-
 base/linalg/umfpack.jl                             |    6 +-
 base/loading.jl                                    |    5 +-
 base/multimedia.jl                                 |   30 +-
 base/operators.jl                                  |   27 +-
 base/path.jl                                       |   18 +-
 base/pkg.jl                                        |   29 +-
 base/pkg/cache.jl                                  |    2 +-
 base/pkg/dir.jl                                    |    7 +-
 base/pkg/entry.jl                                  |  261 ++++----
 base/pkg/generate.jl                               |   76 ++-
 base/pkg/query.jl                                  |   76 ++-
 base/pkg/read.jl                                   |    9 +-
 base/pkg/resolve/maxsum.jl                         |    2 +-
 base/pkg/types.jl                                  |    4 +-
 base/process.jl                                    |  131 ++--
 base/profile.jl                                    |    2 +
 base/promotion.jl                                  |    4 +-
 base/reduce.jl                                     |    2 +-
 base/reflection.jl                                 |    2 +-
 base/set.jl                                        |    2 +
 base/sparse.jl                                     |    2 +-
 base/sparse/csparse.jl                             |   25 +-
 base/sparse/sparsematrix.jl                        |   55 +-
 base/stream.jl                                     |    3 +-
 base/string.jl                                     |   46 +-
 base/subarray.jl                                   |  107 ++-
 base/task.jl                                       |   10 +
 base/test.jl                                       |   36 +-
 base/utf8.jl                                       |    9 +
 base/util.jl                                       |   67 +-
 contrib/julia.hrc                                  |  151 +++++
 debian/changelog                                   |    7 +
 debian/control                                     |    2 -
 debian/patches/do-not-download-dsfmt.patch         |    4 +-
 debian/patches/dpkg-multiarch.patch                |    2 +-
 debian/patches/fhs.patch                           |    2 +-
 debian/patches/fix-cpu-detection.patch             |   10 +-
 debian/patches/ld-library-path-for-testing.patch   |    2 +-
 debian/patches/libjulia-release-drop-soname.patch  |    2 +-
 debian/patches/no-git.patch                        |    8 +-
 debian/patches/support-noopt.patch                 |   12 +-
 debian/patches/use-sonames-with-dlopen.patch       |   14 +-
 debian/patches/verbose-build.patch                 |    2 +-
 debian/rules                                       |    5 +-
 deps/Makefile                                      |   19 +-
 deps/libuv/include/uv-errno.h                      |  112 ++--
 deps/libuv/include/uv.h                            |    1 +
 deps/libuv/src/win/error.c                         |    1 +
 deps/openblas-link-osx109.patch                    |   11 +
 deps/readline62-002                                |   57 ++
 doc/helpdb.jl                                      |  213 ++++--
 doc/manual/faq.rst                                 |    2 +-
 doc/manual/functions.rst                           |   20 -
 doc/manual/getting-started.rst                     |  113 +---
 doc/manual/index.rst                               |    1 +
 doc/manual/introduction.rst                        |   34 +-
 ...ting-started.rst => noteworthy-differences.rst} |  122 +---
 doc/manual/packages.rst                            |  685 +++++++++++++-------
 doc/manual/parallel-computing.rst                  |    2 +-
 doc/manual/performance-tips.rst                    |    8 +
 doc/stdlib/base.rst                                |   13 +-
 doc/stdlib/linalg.rst                              |    8 +-
 doc/stdlib/sparse.rst                              |    8 +-
 src/Makefile                                       |    8 +-
 src/codegen.cpp                                    |   48 +-
 src/intrinsics.cpp                                 |   42 +-
 src/jltypes.c                                      |    6 +-
 src/julia-parser.scm                               |   23 +-
 src/julia-syntax.scm                               |   65 +-
 src/julia.expmap                                   |    3 +
 src/julia.h                                        |    4 +-
 src/profile.c                                      |   15 +-
 src/support/htable.inc                             |    1 +
 src/support/utf8.c                                 |    2 +-
 src/support/utf8.h                                 |    2 +-
 test/Makefile                                      |    2 +
 test/arrayops.jl                                   |    5 +
 test/bigint.jl                                     |   39 +-
 test/bitarray.jl                                   |   46 ++
 test/collections.jl                                |    9 +
 test/core.jl                                       |   30 +
 test/keywordargs.jl                                |   39 ++
 test/linalg.jl                                     |  580 +++++++++--------
 test/numbers.jl                                    |    8 +
 test/perf/micro/perf.c                             |   10 +-
 test/perf/micro/perf.f90                           |   20 +-
 test/perf/micro/perf.go                            |    9 +-
 test/perf/shootout/fasta.jl                        |   70 +-
 test/perf/shootout/perf.jl                         |    7 +-
 test/sparse.jl                                     |    4 +
 test/spawn.jl                                      |    5 +
 test/strings.jl                                    |    4 +
 test/suitesparse.jl                                |    4 +
 ui/repl-basic.c                                    |   12 +-
 ui/repl-readline.c                                 |   31 +-
 ui/repl.c                                          |    2 -
 ui/repl.h                                          |    6 +-
 124 files changed, 2975 insertions(+), 1890 deletions(-)
 create mode 100644 contrib/julia.hrc
 create mode 100644 deps/openblas-link-osx109.patch
 create mode 100644 deps/readline62-002
 copy doc/manual/{getting-started.rst => noteworthy-differences.rst} (63%)


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list