[Pkg-cli-apps-commits] [fsharp] 59/60: Merge tag 'upstream/3.1.1.26+dfsg'

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:43 UTC 2014


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

raof-guest pushed a commit to branch master
in repository fsharp.

commit e170d56cc766b3c69c3a5adf7404484e50236f0a
Merge: 69747c3 62076c7
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Sun Sep 14 17:45:30 2014 +1000

    Merge tag 'upstream/3.1.1.26+dfsg'
    
    Upstream version 3.1.1.26+dfsg
    
    # gpg: Signature made Sun 14 Sep 2014 17:45:29 AEST using RSA key ID E5923C18
    # gpg: Good signature from "Christopher James Halse Rogers <chalserogers at gmail.com>"
    # gpg:                 aka "Christopher James Halse Rogers <raof at ubuntu.com>"
    # gpg:                 aka "Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>"
    # gpg:                 aka "Christopher James Halse Rogers <chris at cooperteam.net>"
    # gpg:                 aka "Christopher James Halse Rogers <chris at cooperteam.net>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 9724 01D2 9630 9DE9 1E71  3C6F 18B3 F50F E592 3C18

 .gitignore                                         |    2 +
 CHANGES.txt                                        |    6 +-
 FSharp.Core.Nuget/FSharp.Core.Mono.Signed.nuspec   |   32 +-
 README.md                                          |   13 +-
 build.bat                                          |    8 +-
 config.make.in                                     |   24 +-
 src/ChangeLog                                      |  371 ---
 src/FSharpSource.targets                           |   73 +-
 src/fsharp/FSComp.txt                              |    2 +-
 src/fsharp/FSharp.Build/FSharp.Build.fsproj        |    1 +
 src/fsharp/FSharp.Build/InternalsVisibleTo.fs      |    9 +
 .../FSharp.Compiler.Interactive.Settings.fsproj    |    4 +
 .../InternalsVisibleTo.fs                          |   10 +
 .../FSharp.Compiler.Server.Shared.fsproj           |    1 +
 .../InternalsVisibleTo.fs                          |   10 +
 src/fsharp/FSharp.Compiler/InternalsVisibleTo.fs   |   21 +-
 .../FSharp.Core.Unittests.fsproj                   |   17 +-
 .../FSharp.Core/DiscrimantedUnionType.fs           |    2 +-
 .../Microsoft.FSharp.Control/AsyncModule.fs        |   14 +-
 .../Microsoft.FSharp.Control/AsyncType.fs          |   56 +-
 .../Microsoft.FSharp.Control/LazyType.fs           |   36 +-
 .../Microsoft.FSharp.Core/BigIntType.fs            |  249 +-
 .../FSharpReflection.fs                            |   32 +-
 .../FSharp.Core.Unittests/FSharp.Core/PrimTypes.fs |    2 +-
 src/fsharp/FSharp.Core.Unittests/LibraryTestFx.fs  |   13 +-
 .../FSharp.Core.Unittests/SurfaceArea.2.0.fs       |    2 +-
 .../FSharp.Core.Unittests/SurfaceArea.4.0.dev10.fs | 2792 --------------------
 .../FSharp.Core.Unittests/SurfaceArea.4.0.fs       |   11 +-
 .../FSharp.Core.Unittests/SurfaceArea.Portable.fs  |    4 +-
 .../SurfaceArea.Silverlight.2.0.fs                 |    2 +-
 src/fsharp/FSharp.Core/FSharp.Core.fsproj          |    4 +-
 src/fsharp/FSharp.Core/control.fs                  |    9 +-
 src/fsharp/FSharp.Core/math/n.fs                   |    2 +-
 src/fsharp/FSharp.Core/math/z.fs                   |  130 +-
 src/fsharp/FSharp.Core/math/z.fsi                  |    2 +-
 src/fsharp/FSharp.Core/set.fs                      |    2 +-
 src/fsharp/FSharp.Core/string.fsi                  |   12 +-
 .../InternalsVisibleTo.fs                          |   22 +
 src/fsharp/Fsc/Fsc.fsproj                          |    1 +
 src/fsharp/Fsc/InternalsVisibleTo.fs               |    8 +
 src/fsharp/Makefile.in                             |   10 +-
 src/fsharp/ast.fs                                  |   32 +-
 src/fsharp/fsc.fs                                  |   11 +-
 src/fsharp/opt.fs                                  |   33 +-
 src/fsharp/pars.fsy                                |   26 +-
 src/fsharp/pickle.fs                               |  126 +-
 tests/config.bat                                   |   10 +-
 tests/fsharp/core/array/test.fsx                   |   33 +
 tests/fsharp/core/libtest/test.fsx                 |    3 +-
 .../ConsoleApplication1/portabletestentry.csproj   |   18 +-
 tests/fsharp/core/netcore/build.bat                |    6 -
 tests/fsharp/core/netcore/netcore259/build.bat     |   10 +
 tests/fsharp/core/netcore/netcore259/run.bat       |   23 +
 tests/fsharp/core/netcore/netcore7/build.bat       |   10 +
 tests/fsharp/core/netcore/netcore7/run.bat         |   24 +
 tests/fsharp/core/netcore/netcore78/build.bat      |   10 +
 tests/fsharp/core/netcore/netcore78/run.bat        |   23 +
 .../netcoreautomationhelperlibrary.fsproj          |   27 +-
 .../netcorelibrary1/netcoretestinglibrary.fsproj   |   27 +-
 tests/fsharp/core/netcore/run.bat                  |   19 -
 ...le_VS2013_FSharp_Portable_Library_net451.fsproj |    2 +-
 ...le_VS2013_FSharp_Portable_Library_net451.fsproj |    2 +-
 62 files changed, 970 insertions(+), 3526 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list