[Pkg-ocaml-maint-commits] [ocaml-fileutils] 02/07: Merge tag 'upstream/0.5.0'

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jun 2 11:45:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-fileutils.

commit 29e1ed666676cec23e6b9f3f277461cd0280485f
Merge: 4676dae 77a387f
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jun 2 13:22:42 2016 +0200

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0

 .announce                                          |    2 +-
 .boring                                            |    2 +
 AUTHORS.txt                                        |    9 +-
 CHANGELOG.txt                                      |   66 +-
 INSTALL.txt                                        |   10 +-
 Makefile                                           |  119 +-
 README.txt                                         |   19 +-
 TODO.txt                                           |    2 +-
 _headache.config                                   |   65 +-
 _header                                            |    8 +-
 _oasis                                             |   34 +-
 _tags                                              |   43 +-
 ardivink.lua                                       |    3 +
 configure                                          |    4 +-
 src/fileutils.mllib => doc-dist.sh                 |   70 +-
 myocamlbuild.ml                                    |  338 ++--
 setup.ml                                           | 1788 +++++++++++++-----
 src/CommonPath.ml                                  |   72 +-
 src/ExtensionPath.ml                               |   57 +-
 src/FilePath.ml                                    |  344 ++--
 src/FilePath.mli                                   |  132 +-
 src/FilePath_type.ml                               |   72 +-
 src/FileStringExt.ml                               |  104 +-
 src/FileUtil.ml                                    | 1272 +------------
 src/FileUtil.mli                                   |  536 ++++++
 src/FileUtilCHMOD.ml                               |   63 +
 src/FileUtilCMP.ml                                 |   79 +
 src/FileUtilCP.ml                                  |  291 +++
 src/FileUtilDU.ml                                  |   37 +
 src/FileUtilFIND.ml                                |  123 ++
 src/FileUtilLS.ml                                  |   30 +
 src/FileUtilMKDIR.ml                               |   92 +
 src/FileUtilMV.ml                                  |   87 +
 src/FileUtilMisc.ml                                |   79 +
 src/FileUtilMode.ml                                |  239 +++
 src/FileUtilPWD.ml                                 |   26 +
 src/FileUtilPermission.ml                          |   75 +
 src/FileUtilREADLINK.ml                            |   58 +
 src/FileUtilRM.ml                                  |   84 +
 src/FileUtilSTAT.ml                                |   61 +
 src/FileUtilSize.ml                                |  150 ++
 src/FileUtilStr.ml                                 |   47 +-
 src/FileUtilTEST.ml                                |  222 +++
 src/FileUtilTOUCH.ml                               |   65 +
 src/FileUtilTypes.ml                               |  145 ++
 src/FileUtilUMASK.ml                               |   77 +
 src/FileUtilWHICH.ml                               |  105 ++
 src/META                                           |   27 +-
 src/MacOSPath.ml                                   |   74 +-
 src/UnixPath.ml                                    |  121 +-
 src/Win32Path.ml                                   |   81 +-
 src/api-fileutils.odocl                            |   21 -
 src/fileutils-str.mldylib                          |    4 +
 src/fileutils-str.mllib                            |   21 -
 src/fileutils.mldylib                              |   33 +
 src/fileutils.mllib                                |   44 +-
 test/BenchFind.ml                                  |   96 +-
 test/test.ml                                       | 1891 +++++++++++---------
 website/Makefile                                   |  119 +-
 .../Makefile.scrape.tmpl                           |   59 +-
 website/fabfile.py                                 |   14 +
 website/html/caml.ico                              |  Bin 0 -> 3262 bytes
 website/html/default.css                           |  229 +++
 website/html/download.png                          |  Bin 0 -> 961 bytes
 website/images/logo.svg                            |  178 ++
 website/layout.xml                                 |   48 -
 website/mkd/contribute.mkd                         |   40 +
 website/mkd/index.mkd.tmpl                         |   40 +
 website/mkd/part-after-body.html                   |   25 +
 website/mkd/part-before-body.html                  |   25 +
 website/mkd/part-header.html                       |    1 +
 website/ocaml-fileutils.xml                        |  153 --
 website/website.xml                                |   30 -
 73 files changed, 6947 insertions(+), 3833 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-fileutils.git



More information about the Pkg-ocaml-maint-commits mailing list