[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.3.0-1-g259ef13
Sébastien Villemot
sebastien at moszumanska.debian.org
Wed Sep 24 10:17:19 UTC 2014
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 259ef134a3f1f0df5ed657779c78df91e7bdd4e6 (commit)
from ab6598af8b11c59bc4ff205b73b2b226ee32f00a (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 | 14 +-
LICENSE.md | 53 +++-
Make.inc | 7 -
Makefile | 19 +-
NEWS.md | 2 +-
README.md | 4 +-
VERSION | 2 +-
base/LineEdit.jl | 2 +
base/REPL.jl | 9 +-
base/REPLCompletions.jl | 73 ++---
base/array.jl | 6 +-
base/comparison.jl | 0
base/dSFMT.jl | 536 -------------------------------
base/help.jl | 4 +-
base/linalg/triangular.jl | 36 ++-
base/linalg/umfpack.jl | 6 +-
base/multi.jl | 2 +-
base/multimedia.jl | 2 +-
base/pkg/entry.jl | 6 +-
base/random.jl | 560 ++++++++++++++++++++++++++++++++-
base/range.jl | 41 +--
base/replutil.jl | 2 +-
base/show.jl | 2 +-
base/sparse/csparse.jl | 10 +-
base/tuple.jl | 1 +
contrib/install.sh | 2 +-
contrib/windows/build-installer.nsi | 76 ++++-
deps/Makefile | 31 +-
doc/_templates/sidebarintro.html | 2 +-
doc/helpdb.jl | 124 +++++---
doc/manual/arrays.rst | 8 +-
doc/manual/control-flow.rst | 2 +
doc/manual/faq.rst | 16 +-
doc/manual/getting-started.rst | 2 +-
doc/manual/mathematical-operations.rst | 2 +-
doc/manual/noteworthy-differences.rst | 4 +-
doc/manual/packages.rst | 133 +++++---
doc/stdlib/base.rst | 31 +-
doc/stdlib/linalg.rst | 92 ++++--
src/alloc.c | 4 +
src/ccall.cpp | 15 +-
src/codegen.cpp | 2 +-
src/debuginfo.cpp | 4 +-
src/dlload.c | 3 +-
src/flisp/julia_extensions.c | 20 +-
src/julia-parser.scm | 9 +-
src/julia-syntax.scm | 3 +
src/julia.h | 2 +-
src/sys.c | 21 +-
src/task.c | 54 ++--
src/toplevel.c | 2 +
test/core.jl | 9 +
test/linalg4.jl | 4 +
test/random.jl | 23 +-
test/ranges.jl | 11 +
test/replcompletions.jl | 32 +-
test/show.jl | 2 +-
test/sparse.jl | 8 +
58 files changed, 1247 insertions(+), 905 deletions(-)
delete mode 100644 base/comparison.jl
hooks/post-receive
--
Julia
More information about the Pkg-julia-devel
mailing list