[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.3.8-1-gd87f3af

Sébastien Villemot sebastien at moszumanska.debian.org
Sun Jun 21 13:11:20 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  d87f3afc3e1b3962e9ff39a85c653cd24bf4d5e0 (commit)
      from  3e23017eef72474a4d1a096f99c1c13e82a47f39 (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:
 Makefile                                    |   7 +-
 VERSION                                     |   2 +-
 base/array.jl                               |   4 +-
 base/env.jl                                 |   2 +-
 base/fs.jl                                  |  48 +++++++------
 base/linalg/bitarray.jl                     |   2 +-
 base/linalg/lu.jl                           |   4 +-
 base/linalg/special.jl                      |   4 +-
 base/math.jl                                |   4 +-
 base/pkg/cache.jl                           |   6 +-
 base/pkg/entry.jl                           |  10 +--
 base/pkg/git.jl                             |   4 ++
 base/pkg/query.jl                           | 102 +++++++++++++++++++++-------
 base/pkg/resolve.jl                         |  84 +++++++++++++----------
 base/pkg/resolve/interface.jl               |  91 ++++++++++++++++++++++---
 base/pkg/resolve/versionweight.jl           |  35 +++++++---
 base/sharedarray.jl                         |   2 +-
 base/show.jl                                |  11 ++-
 contrib/mac/app/Makefile                    |   2 +-
 deps/Makefile                               |   8 ++-
 doc/manual/complex-and-rational-numbers.rst |   2 +-
 doc/manual/control-flow.rst                 |   2 +-
 doc/stdlib/base.rst                         |   2 +-
 src/builtins.c                              |  22 +++++-
 src/interpreter.c                           |   2 +-
 src/module.c                                |  10 ++-
 src/toplevel.c                              |   2 +-
 test/arrayops.jl                            |   5 ++
 test/bitarray.jl                            |  61 +++++++++++++++++
 test/linalg1.jl                             |   4 ++
 test/linalg4.jl                             |  48 +++++++++++++
 test/math.jl                                |  10 +++
 test/parallel.jl                            |  20 ++++++
 test/resolve.jl                             |  57 +++++++++++++++-
 test/show.jl                                |   5 ++
 test/strings.jl                             |  11 +++
 test/sysinfo.jl                             |   8 +++
 37 files changed, 560 insertions(+), 143 deletions(-)


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list