[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.0.0+20130206.git32ff5759-1-g520e0e4

Sébastien Villemot sebastien at alioth.debian.org
Mon Feb 11 09:02:49 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  520e0e427f4f6abc5760fb369464ff949181d191 (commit)
      from  b2bafc485f5c33101737e85855adb2ed3bae348f (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:
 LICENSE.md                     |    1 -
 Make.inc                       |    9 +-
 Makefile                       |    4 +-
 base/Makefile                  |    2 +
 base/abstractarray.jl          |   14 +-
 base/array.jl                  |  229 +---
 base/base.jl                   |    2 +
 base/bigfloat.jl               |  147 +--
 base/bigint.jl                 |  180 ++--
 base/bitarray.jl               |  240 +++-
 base/blas.jl                   |  254 ++--
 base/bool.jl                   |    9 -
 base/boot.jl                   |    6 +-
 base/client.jl                 |   26 +-
 base/combinatorics.jl          |   50 +-
 base/darray.jl                 |    4 +-
 base/darray2.jl                |    6 +-
 base/datafmt.jl                |    2 +-
 base/deprecated.jl             |  201 ++--
 base/dict.jl                   |   46 +-
 base/dsp.jl                    |    2 +-
 base/env.jl                    |   20 +-
 base/exports.jl                |  206 ++--
 base/file.jl                   |   10 +-
 base/fs.jl                     |   10 +-
 base/git.jl                    |    8 +-
 base/gmp.jl                    |    1 +
 base/inference.jl              |   25 +-
 base/intset.jl                 |   16 +-
 base/io.jl                     |    4 +-
 base/iostring.jl               |  109 +-
 base/lapack.jl                 |   88 ++-
 base/libc.jl                   |    4 -
 base/linalg_dense.jl           |  257 +++--
 base/linalg_sparse.jl          |    4 +-
 base/loading.jl                |    2 +-
 base/math.jl                   |    3 +
 base/multi.jl                  |  143 +--
 base/pkg.jl                    |   62 +-
 base/pkg/resolve.jl            |    8 +-
 base/process.jl                |   20 +-
 base/random.jl                 |    5 +-
 base/range.jl                  |    7 +-
 base/reduce.jl                 |   32 +-
 base/regex.jl                  |    2 -
 base/set.jl                    |    2 +-
 base/show.jl                   |   36 +-
 base/socket.jl                 |   14 +-
 base/sort.jl                   |  155 ++-
 base/sparse.jl                 |   28 +-
 base/stat.jl                   |    2 +-
 base/statistics.jl             |  221 +----
 base/statsold.jl               |  213 ++++
 base/stream.jl                 |   34 +-
 base/string.jl                 |   50 +-
 base/sysimg.jl                 |    4 +-
 base/timsort.jl                |    4 +-
 base/utf8.jl                   |    6 -
 base/util.jl                   |   24 +-
 base/version.jl                |    6 +-
 deps/Makefile                  |  114 +--
 deps/glpk_wrapper.c            |  120 --
 deps/gmp_wrapper.c             |  216 ----
 doc/_themes/julia/layout.html  |    2 +-
 doc/helpdb.jl                  |  874 ++++++++++----
 doc/manual/arrays.rst          |   14 +-
 doc/manual/getting-started.rst |    4 +-
 doc/packages/packagelist.rst   |  411 ++++++--
 doc/stdlib/base.rst            |  543 +++++++--
 doc/stdlib/sort.rst            |   60 +-
 examples/bigfib.jl             |    3 -
 examples/bubblesort.jl         |    2 +-
 extras/Makefile                |   17 +-
 extras/glpk.jl                 | 2552 ----------------------------------------
 extras/gzip.jl                 |    8 +-
 extras/image.jl                |    8 +-
 extras/linprog.jl              |  554 ---------
 extras/zlib.jl                 |    6 +-
 src/builtins.c                 |    4 +-
 src/codegen.cpp                |    3 +-
 src/init.c                     |    5 +-
 src/interpreter.c              |    2 +-
 src/julia-syntax.scm           |    8 +-
 src/julia.h                    |    1 +
 src/toplevel.c                 |   14 +-
 test/Makefile                  |    4 +-
 test/arrayops.jl               |   16 +-
 test/bigfloat.jl               |    8 +-
 test/bigint.jl                 |   33 +
 test/bitarray.jl               |  150 ++-
 test/blas.jl                   |   78 ++
 test/corelib.jl                |   10 +-
 test/default.jl                |    1 +
 test/extra.jl                  |    2 -
 test/functional.jl             |    2 +-
 test/glpk.jl                   |   55 -
 test/iostring.jl               |    1 -
 test/linalg.jl                 |  113 +-
 test/linprog.jl                |   97 --
 test/math.jl                   |   13 +-
 test/perf2/perf2.jl            |    4 +-
 test/sorting.jl                |  114 ++-
 test/statistics.jl             |   37 +-
 test/strings.jl                |    1 +
 ui/repl-readline.c             |   26 +-
 105 files changed, 3599 insertions(+), 5990 deletions(-)
 create mode 100644 base/statsold.jl
 delete mode 100644 deps/glpk_wrapper.c
 delete mode 100644 deps/gmp_wrapper.c
 delete mode 100644 extras/glpk.jl
 delete mode 100644 extras/linprog.jl
 create mode 100644 test/blas.jl
 delete mode 100644 test/glpk.jl
 delete mode 100644 test/linprog.jl


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list