[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.2.0_rc1+dfsg-1-g2d1c314
Sébastien Villemot
sebastien at alioth.debian.org
Sat Oct 26 07:04:12 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, upstream has been updated
via 2d1c314d7ad41f7b1693ec766be949105f8e792b (commit)
from ddb58ae5175f14b32c059d323f35ddad91b8b764 (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:
.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 +++++
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 +-
111 files changed, 2938 insertions(+), 1855 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