[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.3.5-1-12-g3bc4237

Sébastien Villemot sebastien at moszumanska.debian.org
Mon May 25 15:07:43 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  3bc42372e736b9b2ba3cce5ffd6e60f783970792 (commit)
       via  e9182cdf32407df07ce677ddd5b3000928d38331 (commit)
       via  78940a8b8c7a1fd840e4a1fea89eee7408a1fc63 (commit)
       via  540d21da43b5fb18483eb9822abe0769fe045722 (commit)
       via  00fb3571ba368dabbabd8c46f39cf8037d0fde67 (commit)
       via  f8f8ceb01481dfe25321e6c178cc5ba9a66561b1 (commit)
       via  c445123dd866981996616feb79a5a9fb18138fd0 (commit)
       via  d4ac428f4402a73e7e4f8e2b4bfd17461d9a7130 (commit)
       via  3e23017eef72474a4d1a096f99c1c13e82a47f39 (commit)
       via  5a61d0ca3e036ebc951f50a355740ad5319237ef (commit)
      from  33a572d51d02f2ce264ae25bb11fa05f9a41d728 (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 3bc42372e736b9b2ba3cce5ffd6e60f783970792
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 16:58:34 2015 +0200

    Changelog entry for 0.3.8-1.

commit e9182cdf32407df07ce677ddd5b3000928d38331
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 16:58:14 2015 +0200

    unicode-test.patch: new patch to workaround a test failure in unicode.jl.

commit 78940a8b8c7a1fd840e4a1fea89eee7408a1fc63
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:48:04 2015 +0200

    Add autopkgtest (DEP8) support.

commit 540d21da43b5fb18483eb9822abe0769fe045722
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:47:56 2015 +0200

    Add clean rule for embedded juliadoc.
    
    Git-Dch: Ignore

commit 00fb3571ba368dabbabd8c46f39cf8037d0fde67
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:26:15 2015 +0200

    sphinx-build.patch: new patch, needed for building doc without virtualenv.

commit f8f8ceb01481dfe25321e6c178cc5ba9a66561b1
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:25:36 2015 +0200

    Add comment in d/rules about juliadoc embedded copy.
    
    Git-Dch: Ignore

commit c445123dd866981996616feb79a5a9fb18138fd0
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:06:44 2015 +0200

    Refresh patches.
    
    Git-Dch: Ignore

commit d4ac428f4402a73e7e4f8e2b4bfd17461d9a7130
Merge: 5a61d0c 3e23017
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:01:17 2015 +0200

    Merge tag 'upstream/0.3.8'
    
    Upstream version 0.3.8

commit 5a61d0ca3e036ebc951f50a355740ad5319237ef
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 25 15:00:28 2015 +0200

    For the time being, manually embed juliadoc python package.
    
    In the longer run, a separate Debian package should be created.
    
    Git-Dch: Full

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

Summary of changes:
 .travis.yml                                        |   10 +-
 CONTRIBUTING.md                                    |   26 +-
 LICENSE.md                                         |    8 +-
 Make.inc                                           |    8 +-
 Makefile                                           |   76 +-
 NEWS.md                                            |   15 +-
 README.md                                          |    4 +-
 README.windows.md                                  |    6 +-
 VERSION                                            |    2 +-
 appveyor.yml                                       |    8 +-
 base/abstractarray.jl                              |    6 +-
 base/array.jl                                      |   34 +-
 base/bitarray.jl                                   |   10 +-
 base/client.jl                                     |    4 +-
 base/complex.jl                                    |    6 +-
 base/dSFMT.jl                                      |   20 +-
 base/darray.jl                                     |    8 +-
 base/datafmt.jl                                    |   18 +-
 base/deepcopy.jl                                   |   23 +-
 base/dsp.jl                                        |    4 +-
 base/exports.jl                                    |    4 +-
 base/fftw.jl                                       |   44 +-
 base/file.jl                                       |    4 +-
 base/float.jl                                      |    4 +-
 base/floatfuncs.jl                                 |    4 +-
 base/fs.jl                                         |    2 +-
 base/gmp.jl                                        |    2 +-
 base/graphics.jl                                   |   20 +-
 base/inference.jl                                  |   27 +-
 base/interactiveutil.jl                            |    4 +-
 base/intset.jl                                     |    4 +-
 base/iobuffer.jl                                   |   10 +-
 base/iterator.jl                                   |    2 +-
 base/linalg.jl                                     |   10 +-
 base/linalg/arnoldi.jl                             |   10 +-
 base/linalg/arpack.jl                              |   48 +-
 base/linalg/bidiag.jl                              |    2 +-
 base/linalg/blas.jl                                |  122 +-
 base/linalg/cholmod.jl                             |   32 +-
 base/linalg/cholmod_h.jl                           |   34 +-
 base/linalg/dense.jl                               |   32 +-
 base/linalg/diagonal.jl                            |    3 +-
 base/linalg/factorization.jl                       |   52 +-
 base/linalg/generic.jl                             |    4 +-
 base/linalg/lapack.jl                              |  288 ++--
 base/linalg/lu.jl                                  |   12 +-
 base/linalg/sparse.jl                              |   48 +-
 base/linalg/special.jl                             |    4 +-
 base/linalg/tridiag.jl                             |    8 +-
 base/linalg/umfpack.jl                             |   23 +-
 base/loading.jl                                    |    8 +-
 base/math.jl                                       |   26 +-
 base/meta.jl                                       |    4 +-
 base/methodshow.jl                                 |    6 +-
 base/mpfr.jl                                       |    8 +-
 base/multi.jl                                      |  126 +-
 base/osutils.jl                                    |   16 +-
 base/path.jl                                       |    4 +-
 base/pkg/query.jl                                  |    2 +-
 base/poll.jl                                       |   20 +-
 base/printf.jl                                     |    4 +-
 base/quadgk.jl                                     |    8 +-
 base/range.jl                                      |    2 +
 base/reduce.jl                                     |   10 +-
 base/reducedim.jl                                  |   44 +-
 base/regex.jl                                      |    6 +-
 base/replutil.jl                                   |    6 +-
 base/serialize.jl                                  |    2 +-
 base/sharedarray.jl                                |    6 +-
 base/show.jl                                       |   20 +-
 base/socket.jl                                     |   44 +-
 base/sort.jl                                       |   16 +
 base/sparse.jl                                     |    8 +-
 base/sparse/csparse.jl                             |   12 +-
 base/sparse/sparsematrix.jl                        |  326 +++-
 base/special/bessel.jl                             |   30 +-
 base/special/erf.jl                                |   14 +-
 base/special/gamma.jl                              |   10 +-
 base/statistics.jl                                 |   68 +-
 base/stream.jl                                     |   38 +-
 base/string.jl                                     |    2 -
 base/utf16.jl                                      |    8 +-
 base/utf32.jl                                      |    2 +-
 base/utf8.jl                                       |    3 +-
 base/utf8proc.jl                                   |   11 +-
 contrib/filterDupLibs.sh                           |    2 +-
 contrib/fixup-libstdc++.sh                         |   31 +
 contrib/mac/app/run-install-name-tool-change.sh    |    2 +-
 contrib/mac/mac-gtk.sh                             |    2 +-
 contrib/repackage_system_suitesparse4.make         |    4 +-
 contrib/windows/msys_build.sh                      |    8 +
 contrib/windows/winrpm.sh                          |   94 ++
 debian/changelog                                   |   13 +
 debian/patches/disable-parallel-test.patch         |    4 +-
 debian/patches/do-not-download-dsfmt.patch         |    2 +-
 debian/patches/do-not-download-utf8proc.patch      |    2 +-
 debian/patches/inject-ldflags.patch                |    2 +-
 debian/patches/no-debug-version.patch              |    4 +-
 debian/patches/require-sse2-on-i386.patch          |    8 +-
 debian/patches/series                              |    2 +
 debian/patches/sphinx-build.patch                  |   34 +
 debian/patches/unicode-test.patch                  |   17 +
 debian/patches/unversioned-system-load-path.patch  |    2 +-
 debian/patches/use-packaged-mathjax.patch          |    2 +-
 debian/rules                                       |    3 +
 debian/tests/control                               |    2 +
 deps/Makefile                                      |   78 +-
 deps/Versions.make                                 |    3 +-
 deps/checksums/openblas-v0.2.13.tar.gz/md5         |    2 +-
 deps/checksums/openblas-v0.2.13.tar.gz/sha512      |    2 +-
 deps/checksums/patchelf-0.8.tar.gz/md5             |    2 +-
 deps/checksums/patchelf-0.8.tar.gz/sha512          |    2 +-
 deps/checksums/virtualenv-1.11.6.tar.gz/md5        |    1 +
 deps/checksums/virtualenv-1.11.6.tar.gz/sha512     |    1 +
 deps/{find_python_for_llvm => find_python2}        |    0
 deps/jldownload                                    |   19 +-
 doc/DocCheck.jl                                    |    2 +-
 doc/Makefile                                       |   69 +-
 doc/README.md                                      |   17 +-
 doc/conf.py                                        |    7 -
 doc/devdocs/reflection.rst                         |    2 +-
 doc/helpdb.jl                                      | 1633 ++-----------------
 doc/index.rst                                      |    1 +
 doc/juliadoc/juliadoc/jldoctest.py                 |   10 +-
 doc/juliadoc/juliadoc/jlhelp.py                    |   38 +-
 doc/manual/arrays.rst                              |   14 +-
 doc/manual/calling-c-and-fortran-code.rst          |   20 +-
 doc/manual/complex-and-rational-numbers.rst        |    4 +-
 doc/manual/constructors.rst                        |    4 +-
 doc/manual/control-flow.rst                        |   44 +-
 doc/manual/conversion-and-promotion.rst            |    4 +-
 doc/manual/embedding.rst                           |    6 +-
 doc/manual/faq.rst                                 |  125 +-
 doc/manual/functions.rst                           |    6 +-
 doc/manual/getting-started.rst                     |   22 +-
 doc/manual/integers-and-floating-point-numbers.rst |   48 +-
 doc/manual/interacting-with-julia.rst              |   20 +-
 doc/manual/introduction.rst                        |    4 +-
 doc/manual/linear-algebra.rst                      |    4 +-
 doc/manual/mathematical-operations.rst             |   56 +-
 doc/manual/metaprogramming.rst                     |  576 +++++--
 doc/manual/methods.rst                             |    8 +-
 doc/manual/modules.rst                             |   20 +-
 doc/manual/networking-and-streams.rst              |   74 +-
 doc/manual/packages.rst                            |  247 ++-
 doc/manual/parallel-computing.rst                  |   22 +-
 doc/manual/performance-tips.rst                    |   41 +-
 doc/manual/running-external-programs.rst           |    8 +-
 doc/manual/strings.rst                             |    6 +-
 doc/manual/types.rst                               |   12 +-
 doc/manual/unicode-input-table.rst                 | 1684 ++++++++++----------
 doc/manual/unicode-input.rst                       |    2 +-
 doc/manual/variables-and-scoping.rst               |    8 +-
 doc/manual/variables.rst                           |   24 +-
 doc/manual/workflow-tips.rst                       |   88 +
 doc/requirements.txt                               |    4 +-
 doc/stdlib/arrays.rst                              |    6 +-
 doc/stdlib/base.rst                                |   28 +-
 doc/stdlib/c.rst                                   |    4 +-
 doc/stdlib/collections.rst                         |   26 +-
 doc/stdlib/file.rst                                |   18 +-
 doc/stdlib/io-network.rst                          |   44 +-
 doc/stdlib/linalg.rst                              |   32 +-
 doc/stdlib/math.rst                                |   46 +-
 doc/stdlib/numbers.rst                             |    8 +-
 doc/stdlib/parallel.rst                            |   86 +-
 doc/stdlib/pkg.rst                                 |    7 +-
 doc/stdlib/punctuation.rst                         |    2 +-
 doc/stdlib/strings.rst                             |    8 +-
 doc/stdlib/test.rst                                |    2 +-
 doc/tabcomplete.jl                                 |    2 +-
 examples/Makefile                                  |    2 +-
 examples/hpl.jl                                    |   88 +-
 examples/typetree.jl                               |    6 +-
 examples/wordcount.jl                              |   14 +-
 src/alloc.c                                        |    6 +-
 src/array.c                                        |    6 +-
 src/ast.c                                          |   10 +-
 src/builtins.c                                     |    4 +-
 src/ccall.cpp                                      |   14 +-
 src/cgutils.cpp                                    |   12 +-
 src/codegen.cpp                                    |   99 +-
 src/debuginfo.cpp                                  |    8 +-
 src/disasm.cpp                                     |   14 +-
 src/dlload.c                                       |    2 +-
 src/dump.c                                         |   10 +-
 src/flisp/Makefile                                 |    2 +-
 src/flisp/basename.c                               |    4 +-
 src/flisp/compiler.lsp                             |   44 +-
 src/flisp/dirname.c                                |    4 +-
 src/flisp/equal.c                                  |    4 +-
 src/flisp/print.c                                  |   12 +-
 src/flisp/system.lsp                               |   20 +-
 src/gf.c                                           |   18 +-
 src/init.c                                         |   41 +-
 src/intrinsics.cpp                                 |   11 +-
 src/jl_uv.c                                        |   14 +-
 src/jlapi.c                                        |    2 +-
 src/jltypes.c                                      |    6 +-
 src/julia-parser.scm                               |    6 +-
 src/julia-syntax.scm                               |   32 +-
 src/julia.h                                        |    3 +-
 src/julia_internal.h                               |    2 +-
 src/match.scm                                      |   12 +-
 src/module.c                                       |   13 +-
 src/profile.c                                      |    6 +-
 src/support/MurmurHash3.c                          |   10 +-
 src/support/asprintf.c                             |    2 +-
 src/support/dtypes.h                               |    2 +-
 src/support/ios.c                                  |    8 +-
 src/support/strtod.c                               |   14 +-
 src/support/utils.h                                |    4 +-
 src/support/wcwidth.c                              |    2 +-
 src/sys.c                                          |    2 +-
 src/table.c                                        |    2 +-
 src/task.c                                         |    8 +-
 src/toplevel.c                                     |    7 +-
 src/uv_constants.h                                 |    2 +-
 test/Makefile                                      |    2 +-
 test/arpack.jl                                     |    8 +-
 test/arrayops.jl                                   |    9 +
 test/bitarray.jl                                   |   33 +-
 test/blas.jl                                       |   18 +-
 test/collections.jl                                |    4 +
 test/core.jl                                       |   25 +
 test/dsp.jl                                        |    2 +-
 test/linalg/cholmod.jl                             |    3 +
 test/linalg/umfpack.jl                             |    9 +
 test/linalg1.jl                                    |   17 +-
 test/linalg2.jl                                    |   71 +-
 test/linalg4.jl                                    |   25 +-
 test/math.jl                                       |    5 +
 test/netload/ltests.jl                             |   22 +-
 test/netload/memtest.jl                            |   59 +-
 test/netload/sockxfer.jl                           |   10 +-
 test/numbers.jl                                    |   14 +
 test/parallel.jl                                   |    2 +-
 test/parser.jl                                     |   12 +
 test/perf/README.md                                |    6 +-
 test/perf/cat/perf.jl                              |    2 +-
 test/perf/kernel/actor_centrality.jl               |    4 +-
 test/perf/kernel/getdivgrad.jl                     |    8 +-
 test/perf/kernel/go_benchmark.c                    |    8 +-
 test/perf/kernel/go_benchmark.jl                   |   26 +-
 test/perf/kernel/json.jl                           |   24 +-
 test/perf/kernel/laplace.jl                        |   18 +-
 test/perf/kernel/laplace/c_laplace.c               |    2 +-
 .../kernel/laplace/c_laplace_parallel_update.c     |    2 +-
 .../laplace/c_laplace_parallel_update_pointer.c    |    2 +-
 test/perf/kernel/perf.jl                           |    6 +-
 test/perf/kernel/raytracer.jl                      |   28 +-
 test/perf/kernel/simplex.jl                        |    2 +-
 test/perf/kernel/ziggurat.c                        |    6 +-
 test/perf/micro/perf.f90                           |   82 +-
 test/perf/perfcomp.jl                              |    6 +-
 test/perf/perfutil.jl                              |    4 +-
 test/perf/shootout/Makefile                        |    2 +-
 test/perf/shootout/binary_trees.jl                 |   10 +-
 test/perf/shootout/nbody.jl                        |   16 +-
 test/perf/shootout/nbody_vec.jl                    |   16 +-
 test/perf/shootout/pidigits.jl                     |    2 +-
 test/perf/shootout/spectralnorm.jl                 |    2 +-
 test/perf/simd/axpy.jl                             |    2 +-
 test/perf/simd/seismic_fdtd.jl                     |   10 +-
 test/perf/simd/sum_reduce.jl                       |    2 +-
 test/perf/sort/perf.jl                             |   10 +-
 test/perf/sparse/perf.jl                           |   12 +-
 test/perf/spell/perf.jl                            |   38 +-
 test/ranges.jl                                     |   28 +
 test/readdlm.jl                                    |  104 +-
 test/reduce.jl                                     |    7 +-
 test/reducedim.jl                                  |   36 +
 test/regex.jl                                      |    2 +-
 test/repl.jl                                       |    6 +-
 test/replcompletions.jl                            |   10 +-
 test/rounding.jl                                   |   12 +-
 test/runtests.jl                                   |    7 +-
 test/show.jl                                       |   14 +-
 test/simdloop.jl                                   |    2 +-
 test/sorting.jl                                    |   31 +-
 test/sparse.jl                                     |  120 +-
 test/strings.jl                                    |    8 +-
 test/suitesparse.jl                                |    2 +-
 test/unicode.jl                                    |   44 +-
 ui/Makefile                                        |    2 +-
 285 files changed, 4791 insertions(+), 4698 deletions(-)
 create mode 100755 contrib/fixup-libstdc++.sh
 create mode 100755 contrib/windows/winrpm.sh
 create mode 100644 debian/patches/sphinx-build.patch
 create mode 100644 debian/patches/unicode-test.patch
 create mode 100644 debian/tests/control
 create mode 100644 deps/checksums/virtualenv-1.11.6.tar.gz/md5
 create mode 100644 deps/checksums/virtualenv-1.11.6.tar.gz/sha512
 rename deps/{find_python_for_llvm => find_python2} (100%)
 create mode 100644 doc/manual/workflow-tips.rst
 create mode 100644 test/parser.jl


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list