[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.2.0_rc2+dfsg-2-12-g9d98533
Sébastien Villemot
sebastien at moszumanska.debian.org
Wed Nov 20 19:26:35 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, master has been updated
via 9d9853309caa715c255bcb482a10da9f55483e63 (commit)
via 6267220215999278d0dbb7692a076f002981a523 (commit)
via 25eeb3405ebede242b857889f4963cb0b900e9db (commit)
via 62e2eae22202391e3fdc81b0a8380649500cb9b6 (commit)
via 344f85166ee90beb72a2878c107b7c40e3ad6c5f (commit)
via f4ef37bf11bb4c17c1a068ffa86f66bcb847c645 (commit)
via 3c3d430c2a7eb3064859e99a6f3af9e94d91415a (commit)
via 65842bde649cdb63fad13c02bbe88eaee8516b63 (commit)
via b945ae9b171d381627731239c51322c3f9387bf8 (commit)
via 89d4214af12047601abe5ecd196cacdf5c9bf2f6 (commit)
via 0d74654eae9fe9d54891e26bae65f4358779ae4b (commit)
from 9a54398ba199351950dc51b4cdd63fd25aaf8bbe (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 9d9853309caa715c255bcb482a10da9f55483e63
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 19:33:17 2013 +0100
Changelog for 0.2.0+dfsg-3
commit 6267220215999278d0dbb7692a076f002981a523
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 19:32:43 2013 +0100
testsuite-i386.patch: loosen the numerical precision for yet another test.
commit 25eeb3405ebede242b857889f4963cb0b900e9db
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 17:51:27 2013 +0100
Changelog for 0.2.0+dfsg-2
commit 62e2eae22202391e3fdc81b0a8380649500cb9b6
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 17:51:07 2013 +0100
testsuite-i386.patch: new patches, fixes FTBFS on i386.
commit 344f85166ee90beb72a2878c107b7c40e3ad6c5f
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 12:11:04 2013 +0100
Changelog for 0.2.0+dfsg-1
commit f4ef37bf11bb4c17c1a068ffa86f66bcb847c645
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 12:08:37 2013 +0100
sysconfdir-install.patch: new patch to make the SYSCONFDIR option work for us.
commit 3c3d430c2a7eb3064859e99a6f3af9e94d91415a
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Nov 6 21:10:21 2013 +0100
Bump Standards-Version to 3.9.5, no changes needed.
commit 65842bde649cdb63fad13c02bbe88eaee8516b63
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Nov 6 21:09:37 2013 +0100
Update patches:
+ remove patches applied upstream:
- suitesparse-3.4.patch
- testsuite-i386.patch
+ remove fhs.patch, and replace it by the SYSCONFDIR build option.
+ refresh other patches.
commit b945ae9b171d381627731239c51322c3f9387bf8
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 11:32:55 2013 +0100
debian/copyright: reflect upstream changes
commit 89d4214af12047601abe5ecd196cacdf5c9bf2f6
Merge: 9a54398 0d74654
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 17 11:28:11 2013 +0100
Merge tag 'upstream/0.2.0+dfsg'
Upstream version 0.2.0+dfsg
-----------------------------------------------------------------------
Summary of changes:
.build_info | 2 +-
.commitsha | 2 +-
CONTRIBUTING.md | 2 +-
DISTRIBUTING.md | 97 +
LICENSE.md | 4 +-
Makefile | 9 +-
NEWS.md | 165 +-
README.md | 23 +-
README.windows.md | 6 +-
VERSION | 2 +-
base/Makefile | 55 +-
base/abstractarray.jl | 7 +-
base/array.jl | 53 +-
base/bitarray.jl | 14 +-
base/broadcast.jl | 23 +-
base/client.jl | 28 +-
base/complex.jl | 1 +
base/deprecated.jl | 12 +
base/dict.jl | 8 +-
base/env.jl | 2 +
base/error.jl | 10 +-
base/exports.jl | 6 +-
base/file.jl | 4 +-
base/git.jl | 10 +-
base/gmp.jl | 34 +-
base/help.jl | 27 +-
base/inference.jl | 65 +-
base/intfuncs.jl | 39 +-
base/io.jl | 35 +-
base/iobuffer.jl | 19 +-
base/iterator.jl | 51 +-
base/linalg.jl | 1 -
base/linalg/arpack.jl | 14 +-
base/linalg/cholmod.jl | 8 +-
base/linalg/factorization.jl | 78 +-
base/linalg/hermitian.jl | 14 +-
base/linalg/lapack.jl | 10 +-
base/linalg/matmul.jl | 9 +-
base/linalg/sparse.jl | 25 +-
base/linalg/symmetric.jl | 14 +-
base/linalg/umfpack.jl | 25 +-
base/loading.jl | 11 +-
base/math.jl | 3 +
base/matrixmarket.jl | 44 -
base/mmap.jl | 60 +-
base/operators.jl | 20 +-
base/path.jl | 22 +-
base/pkg.jl | 13 +-
base/pkg/dir.jl | 2 +-
base/pkg/entry.jl | 45 +-
base/pkg/generate.jl | 2 +-
base/pkg/reqs.jl | 3 +
base/pkg/types.jl | 13 +-
base/poll.jl | 2 +
base/printf.jl | 4 +
base/process.jl | 4 +-
base/range.jl | 3 +
base/rational.jl | 2 +-
base/reduce.jl | 21 +
base/repl.jl | 4 +
base/set.jl | 13 +-
base/show.jl | 29 +-
base/socket.jl | 2 +
base/sparse/sparsematrix.jl | 20 +-
base/stat.jl | 2 +-
base/stream.jl | 46 +-
base/sysimg.jl | 7 +-
base/task.jl | 1 +
base/tuple.jl | 22 +-
base/util.jl | 30 +-
base/version.jl | 27 +-
contrib/julia.hrc | 15 +-
debian/changelog | 29 +
debian/control | 2 +-
debian/copyright | 2 -
debian/julia.install | 2 +-
debian/patches/fhs.patch | 17 -
debian/patches/no-git.patch | 41 +-
debian/patches/series | 3 +-
debian/patches/suitesparse-3.4.patch | 39 -
debian/patches/sysconfdir-install.patch | 25 +
debian/patches/testsuite-i386.patch | 87 +-
debian/patches/unversioned-system-load-path.patch | 2 +-
debian/patches/use-sonames-with-dlopen.patch | 75 +-
debian/patches/verbose-build.patch | 2 +-
debian/rules | 2 +-
deps/libuv/src/unix/stream.c | 3 +-
doc/_templates/sidebarintro.html | 62 +-
doc/helpdb.jl | 511 ++-
doc/images/travis-icon.png | Bin 1346 -> 684 bytes
doc/juliadoc/juliadoc/theme/julia/localtoc.html | 62 +-
doc/manual/arrays.rst | 43 +-
doc/manual/calling-c-and-fortran-code.rst | 6 +-
doc/manual/control-flow.rst | 47 +-
doc/manual/faq.rst | 2 +-
doc/manual/functions.rst | 46 +-
doc/manual/integers-and-floating-point-numbers.rst | 6 +
doc/manual/introduction.rst | 2 +-
doc/manual/mathematical-operations.rst | 81 +-
doc/manual/methods.rst | 152 +-
doc/manual/packages.rst | 12 +-
doc/manual/parallel-computing.rst | 2 +-
doc/manual/performance-tips.rst | 14 +-
doc/manual/types.rst | 63 +-
doc/manual/variables-and-scoping.rst | 6 +-
doc/packages/packagelist.rst | 3475 ++++++++++++--------
doc/stdlib/base.rst | 147 +-
doc/stdlib/file.rst | 4 +
doc/stdlib/index.rst | 1 +
doc/stdlib/linalg.rst | 24 +-
doc/stdlib/pkg.rst | 131 +
doc/stdlib/profile.rst | 2 +-
doc/stdlib/test.rst | 49 +-
etc/juliarc.jl | 2 +-
examples/quaternion.jl | 53 +-
src/array.c | 23 +-
src/ast.c | 2 +
src/builtins.c | 12 +-
src/ccall.cpp | 45 +-
src/codegen.cpp | 36 +-
src/disasm.cpp | 17 +-
src/dlload.c | 2 +-
src/gf.c | 37 +-
src/init.c | 13 +-
src/interpreter.c | 8 +-
src/intrinsics.cpp | 6 +-
src/jl_uv.c | 29 +-
src/jltypes.c | 19 +-
src/julia-parser.scm | 11 +-
src/julia-syntax.scm | 40 +-
src/julia.expmap | 2 +-
src/julia.h | 17 +-
src/module.c | 8 +-
src/support/_longjmp.win64.S | 56 -
src/support/_setjmp.win64.S | 55 -
src/task.c | 7 +-
src/toplevel.c | 20 +-
test/arpack.jl | 8 +-
test/arrayops.jl | 112 +-
test/bigint.jl | 2 +-
test/blas.jl | 96 +-
test/ccall.jl | 4 +-
test/core.jl | 87 +-
test/file.jl | 25 +
test/functional.jl | 8 +-
test/iobuffer.jl | 169 +-
test/iterators.jl | 46 +-
test/keywordargs.jl | 6 +
test/linalg.jl | 17 +-
test/math.jl | 2 +-
test/numbers.jl | 52 +
test/perf/blas/level1.jl | 45 +-
test/perf/blas/level2.jl | 26 +-
test/perf/blas/level3.jl | 22 +-
test/perf/cat/perf.jl | 49 +-
test/perf/kernel/perf.jl | 15 +-
test/perf/lapack/decompositions.jl | 75 -
test/perf/lapack/eig.jl | 73 +-
test/perf/lapack/factorizations.jl | 56 +
test/perf/lapack/perf.jl | 2 +-
test/perf/micro/Makefile | 37 +-
test/perf/micro/bin/table.pl | 30 +-
test/perf/micro/perf.c | 5 +-
test/perf/micro/perf.go | 71 +-
test/perf/micro/perf.jl | 8 +-
test/perf/perfgeneric.jl | 7 +
test/perf/shootout/perf.jl | 11 +-
test/perf/sort/perf.jl | 15 +-
test/socket.jl | 6 +-
test/sparse.jl | 33 +-
test/spawn.jl | 19 +-
test/statistics.jl | 2 +-
ui/Makefile | 8 +-
ui/repl-basic.c | 2 +-
ui/repl-readline.c | 2 +-
ui/repl.c | 2 +-
ui/repl.h | 2 +-
177 files changed, 5350 insertions(+), 3213 deletions(-)
create mode 100644 DISTRIBUTING.md
delete mode 100644 base/matrixmarket.jl
delete mode 100644 debian/patches/fhs.patch
delete mode 100644 debian/patches/suitesparse-3.4.patch
create mode 100644 debian/patches/sysconfdir-install.patch
create mode 100644 doc/stdlib/pkg.rst
delete mode 100644 test/perf/lapack/decompositions.jl
create mode 100644 test/perf/lapack/factorizations.jl
create mode 100644 test/perf/perfgeneric.jl
hooks/post-receive
--
Julia
More information about the Pkg-julia-devel
mailing list