[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.3.5-1-g3e23017
Sébastien Villemot
sebastien at moszumanska.debian.org
Mon May 25 15:07:44 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 3e23017eef72474a4d1a096f99c1c13e82a47f39 (commit)
from 69a26fe330c09ebd3fb58a70888a70f633e4a1d9 (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:
.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 ++
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 +-
271 files changed, 4707 insertions(+), 4685 deletions(-)
create mode 100755 contrib/fixup-libstdc++.sh
create mode 100755 contrib/windows/winrpm.sh
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