[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.1_20130211.git86fbe98d-1-8-gbbbfbc0
Sébastien Villemot
sebastien at alioth.debian.org
Tue Feb 12 11:37:53 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 bbbfbc02765b5e1cb8c0ba2cffcc2a8011122794 (commit)
via 4bca1a5f96e793b7cd281a5202d17aaee82b8da2 (commit)
via dac3a5089f0e417c5e7f921f5ae123554a9a4159 (commit)
via 2f743a85d6713cfde8a112cd66c95093124183e5 (commit)
via a1b3df123a14dc5274d4e4fbaeb3407472114088 (commit)
via 68f6f3fc929f6a1e47df5ba55c2f5aa69427406b (commit)
via 0707a6cdaaf80beef14dbb83d000f1a16c648425 (commit)
via fc29bbd8328a6a60ae28c40a8253787f968acb1e (commit)
from 8aa914e40b04ed1b3e37306a14a46f80b13b322d (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 bbbfbc02765b5e1cb8c0ba2cffcc2a8011122794
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Feb 12 12:03:06 2013 +0100
Debian release 0.1~20130212.gitf375d4bb-1
commit 4bca1a5f96e793b7cd281a5202d17aaee82b8da2
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Feb 12 12:02:10 2013 +0100
Refresh other patches
commit dac3a5089f0e417c5e7f921f5ae123554a9a4159
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Feb 12 12:02:01 2013 +0100
New patches:
+ bump-version-0.1.patch
+ disable-final-uv-loop.patch
+ revert-stdin-file-iostream.patch
commit 2f743a85d6713cfde8a112cd66c95093124183e5
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Feb 12 12:01:15 2013 +0100
gsvddense_blasint.patch: remove patch, applied upstream
commit a1b3df123a14dc5274d4e4fbaeb3407472114088
Merge: 0707a6c 68f6f3f
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Feb 12 11:45:50 2013 +0100
Merge tag 'upstream/0.1_20130212.gitf375d4bb'
Upstream version 0.1~20130212.gitf375d4bb
commit 0707a6cdaaf80beef14dbb83d000f1a16c648425
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Feb 12 10:30:27 2013 +0100
Add new files to .gitignore
Git-Dch: Ignore
commit fc29bbd8328a6a60ae28c40a8253787f968acb1e
Author: Sébastien Villemot <sebastien at debian.org>
Date: Mon Feb 11 12:32:38 2013 +0100
no-git.patch: simplify and improve patch
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
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 ++-
debian/changelog | 13 +
debian/patches/bump-version-0.1.patch | 12 +
debian/patches/disable-final-uv-loop.patch | 17 +
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 | 97 +-----
debian/patches/no-webrepl.patch | 2 +-
debian/patches/revert-stdin-file-iostream.patch | 72 +++++
debian/patches/series | 4 +-
debian/patches/support-noopt.patch | 4 +-
debian/patches/use-sonames-with-dlopen.patch | 78 +++---
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 +-
56 files changed, 1204 insertions(+), 940 deletions(-)
create mode 100644 base/repl.jl
create mode 100644 debian/patches/bump-version-0.1.patch
create mode 100644 debian/patches/disable-final-uv-loop.patch
delete mode 100644 debian/patches/gsvddense_blasint.patch
create mode 100644 debian/patches/revert-stdin-file-iostream.patch
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