[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.2.0_rc2+dfsg-1-g0d74654

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, upstream has been updated
       via  0d74654eae9fe9d54891e26bae65f4358779ae4b (commit)
      from  2d1c314d7ad41f7b1693ec766be949105f8e792b (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 +-
 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 +-
 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 +-
 163 files changed, 5161 insertions(+), 3074 deletions(-)
 create mode 100644 DISTRIBUTING.md
 delete mode 100644 base/matrixmarket.jl
 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