[Pkg-julia-devel] [SCM] Julia branch upstream updated. upstream/0.1_20130211.git86fbe98d-1-g68f6f3f

Sébastien Villemot sebastien at alioth.debian.org
Tue Feb 12 11:37:54 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  68f6f3fc929f6a1e47df5ba55c2f5aa69427406b (commit)
      from  520e0e427f4f6abc5760fb369464ff949181d191 (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:
 Make.inc                       |   23 ++--
 README.md                      |   18 +--
 base/bigfloat.jl               |    6 +-
 base/bigint.jl                 |   39 +++--
 base/bitarray.jl               |  116 +++++++++----
 base/bool.jl                   |    1 +
 base/client.jl                 |   30 +---
 base/fftw.jl                   |    6 +
 base/gmp.jl                    |    9 +-
 base/intset.jl                 |    2 +-
 base/lapack.jl                 |    2 +-
 base/linalg_dense.jl           |   11 +-
 base/process.jl                |   16 ++-
 base/repl.jl                   |   91 ++++++++++
 base/show.jl                   |   75 ---------
 base/statistics.jl             |    2 +-
 base/stream.jl                 |    7 +-
 base/sysimg.jl                 |    1 +
 base/test.jl                   |   23 +++-
 doc/helpdb.jl                  |  359 ++++++++++++++++++++++-----------------
 doc/stdlib/base.rst            |  214 ++++++++++++++----------
 examples/list.jl               |    2 +-
 examples/png.jl                |   29 ----
 examples/preduce.jl            |    2 +
 examples/shootout/nbody.jl     |    2 +-
 examples/shootout/nbody_vec.jl |    2 +-
 examples/shootout/pidigits.jl  |   10 +-
 examples/shootout/timing.jl    |    2 +-
 examples/wav.jl                |    7 -
 extras/units.jl                |    4 +-
 src/ast.c                      |    5 +-
 src/flisp/flisp.c              |   30 ++--
 src/init.c                     |    5 +-
 test/bigint.jl                 |   22 ++-
 test/bitarray.jl               |  171 ++++++++++++++-----
 test/blas.jl                   |   10 +-
 test/dct.jl                    |   64 ++++----
 test/fft.jl                    |  110 ++++++------
 test/linalg.jl                 |  160 +++++++++---------
 test/math.jl                   |  106 ++++++------
 test/runtests.jl               |   21 ---
 test/sparse.jl                 |    2 +-
 test/statistics.jl             |    2 +-
 43 files changed, 1028 insertions(+), 791 deletions(-)
 create mode 100644 base/repl.jl
 delete mode 100644 examples/png.jl
 delete mode 100644 examples/wav.jl


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list