[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.0.0+20130107.gitd9656f41-2-18-g8aa914e

Sébastien Villemot sebastien at alioth.debian.org
Mon Feb 11 09:02:48 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  8aa914e40b04ed1b3e37306a14a46f80b13b322d (commit)
       via  46b1cc5d911ede36eb11e03eeda5657c81e7e2d3 (commit)
       via  c0cf767d8c52bdf166bf7e95a6226771d7b77adc (commit)
       via  21e613abcb6a41b0f897163696e9656730a7b803 (commit)
       via  0448d000ab55443ab06648c49636ab064d6fbe34 (commit)
       via  f11f23ea55b1b12e4d99e5473873fd408446a7bb (commit)
       via  520e0e427f4f6abc5760fb369464ff949181d191 (commit)
      from  369737e0af3db1bd11fe279b48bff36ea80a251c (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 8aa914e40b04ed1b3e37306a14a46f80b13b322d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 11 03:52:15 2013 +0100

    Debian release 0.1~20130211.git86fbe98d-1

commit 46b1cc5d911ede36eb11e03eeda5657c81e7e2d3
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 11 03:50:52 2013 +0100

    Refresh other patches

commit c0cf767d8c52bdf166bf7e95a6226771d7b77adc
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 11 03:50:31 2013 +0100

    debian/control:
    
     + remove dependencies on libglpk-dev (it moved to its own package)
     + add explicit dependency on libgmp10 (there is no more a wrapper)

commit 21e613abcb6a41b0f897163696e9656730a7b803
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 11 03:49:17 2013 +0100

    gsvddense_blasint.patch: new patch

commit 0448d000ab55443ab06648c49636ab064d6fbe34
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 11 03:48:52 2013 +0100

    fix-clean-rules.patch: remove patch, applied upstream

commit f11f23ea55b1b12e4d99e5473873fd408446a7bb
Merge: 369737e 520e0e4
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 11 02:09:45 2013 +0100

    Merge tag 'upstream/0.1_20130211.git86fbe98d'
    
    Upstream version 0.1~20130211.git86fbe98d

-----------------------------------------------------------------------

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 +-
 debian/changelog                                  |   13 +
 debian/control                                    |    6 +-
 debian/patches/do-not-download-dsfmt.patch        |    4 +-
 debian/patches/fix-clean-rules.patch              |   14 -
 debian/patches/fix-cpu-detection.patch            |    2 +-
 debian/patches/gsvddense_blasint.patch            |   18 +
 debian/patches/ld-library-path-for-testing.patch  |    4 +-
 debian/patches/no-git.patch                       |   35 +-
 debian/patches/no-webrepl.patch                   |    2 +-
 debian/patches/series                             |    2 +-
 debian/patches/support-noopt.patch                |   26 +-
 debian/patches/use-sonames-with-dlopen.patch      |  287 +++-
 debian/patches/use-system-double-conversion.patch |    2 +-
 debian/rules                                      |    2 +-
 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 +-
 119 files changed, 3942 insertions(+), 6064 deletions(-)
 create mode 100644 base/statsold.jl
 delete mode 100644 debian/patches/fix-clean-rules.patch
 create mode 100644 debian/patches/gsvddense_blasint.patch
 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