[Pkg-cli-apps-commits] [fsharp] 04/05: Merge tag 'upstream/3.1.1.26+dfsg2'

Jo Shields directhex at moszumanska.debian.org
Tue Oct 14 19:04:38 UTC 2014


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

directhex pushed a commit to branch master
in repository fsharp.

commit 99d407d73c0416f03e61bfef38654ded763f4440
Merge: e41e70e 1370647
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Tue Oct 14 19:27:47 2014 +0100

    Merge tag 'upstream/3.1.1.26+dfsg2'
    
    Upstream version 3.1.1.26+dfsg2

 FSharp.PowerPack.Build.Tasks/FSLex.Build.fs        |   111 +
 FSharp.PowerPack.Build.Tasks/FSLex.Build.fsi       |    26 +
 FSharp.PowerPack.Build.Tasks/FSYacc.Build.fs       |   124 +
 FSharp.PowerPack.Build.Tasks/FSYacc.Build.fsi      |    28 +
 .../FSharp.PowerPack.Build.Tasks.fsproj            |    58 +
 .../FSharp.PowerPack.Build.Tasks.fsproj.vspscc     |    10 +
 .../FSharp.PowerPack.targets                       |    84 +
 ...ssemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs |     7 +
 FSharp.PowerPack/Arg.fs                            |   133 +
 FSharp.PowerPack/Arg.fsi                           |    50 +
 FSharp.PowerPack/AssemblyInfo.fs                   |    25 +
 FSharp.PowerPack/AsyncOperations.fs                |   167 +
 FSharp.PowerPack/AsyncOperations.fsi               |    81 +
 FSharp.PowerPack/AsyncStreamReader.fs              |   429 +
 FSharp.PowerPack/AsyncStreamReader.fsi             |    89 +
 FSharp.PowerPack/AsyncWorker.fs                    |    65 +
 FSharp.PowerPack/AsyncWorker.fsi                   |    20 +
 FSharp.PowerPack/CompilerLocationUtils.fs          |   242 +
 FSharp.PowerPack/FSharp.PowerPack.fsproj           |   117 +
 FSharp.PowerPack/FSharp.PowerPack.fsproj.vspscc    |    10 +
 FSharp.PowerPack/HashMultiMap.fs                   |   166 +
 FSharp.PowerPack/HashMultiMap.fsi                  |    84 +
 FSharp.PowerPack/HashSet.fs                        |    54 +
 FSharp.PowerPack/HashSet.fsi                       |    59 +
 FSharp.PowerPack/Lazy.fs                           |     6 +
 FSharp.PowerPack/Lazy.fsi                          |     7 +
 FSharp.PowerPack/LazyList.fs                       |   262 +
 FSharp.PowerPack/LazyList.fsi                      |   189 +
 FSharp.PowerPack/Lexing.fs                         |   423 +
 FSharp.PowerPack/Lexing.fsi                        |   151 +
 FSharp.PowerPack/Measure.fs                        |    15 +
 FSharp.PowerPack/Measure.fsi                       |    25 +
 FSharp.PowerPack/NativeArray.fs                    |   106 +
 FSharp.PowerPack/NativeArray.fsi                   |   159 +
 FSharp.PowerPack/Parsing.fs                        |   509 +
 FSharp.PowerPack/Parsing.fsi                       |   130 +
 FSharp.PowerPack/Permutation.fs                    |    56 +
 FSharp.PowerPack/Permutation.fsi                   |    43 +
 FSharp.PowerPack/PhysicalConstants.fs              |    91 +
 FSharp.PowerPack/PowerPack.fs                      |    35 +
 FSharp.PowerPack/ResizeArray.fs                    |   321 +
 FSharp.PowerPack/ResizeArray.fsi                   |   240 +
 FSharp.PowerPack/SI.fs                             |   113 +
 FSharp.PowerPack/StructuredFormat.fs               |  1020 ++
 FSharp.PowerPack/StructuredFormat.fsi              |   188 +
 FSharp.PowerPack/TaggedCollections.fs              |  1179 ++
 FSharp.PowerPack/TaggedCollections.fsi             |   225 +
 FSharp.PowerPack/TaggedHash.fs                     |    59 +
 FSharp.PowerPack/TaggedHash.fsi                    |    89 +
 FSharp.PowerPack/math/INumeric.fs                  |   241 +
 FSharp.PowerPack/math/INumeric.fsi                 |    82 +
 FSharp.PowerPack/math/NativeArrayExtensions.fs     |    51 +
 FSharp.PowerPack/math/NativeArrayExtensions.fsi    |    27 +
 FSharp.PowerPack/math/associations.fs              |    61 +
 FSharp.PowerPack/math/associations.fsi             |    28 +
 FSharp.PowerPack/math/complex.fs                   |   130 +
 FSharp.PowerPack/math/complex.fsi                  |   136 +
 FSharp.PowerPack/math/matrix.fs                    |  2563 +++++
 FSharp.PowerPack/math/matrix.fsi                   |  1100 ++
 FSharp.PowerPack/math/q.fs                         |   305 +
 FSharp.PowerPack/math/q.fsi                        |    92 +
 .../FSharp.SRGen.Build.Tasks.fsproj                |    60 +
 FSharp.SRGen.Build.Tasks/FSharp.SRGen.targets      |    65 +
 FSharp.SRGen.Build.Tasks/FsSrGen.fs                |    46 +
 FsLex/FsLex.fsproj                                 |    75 +
 FsLex/FsLex.fsproj.vspscc                          |    10 +
 FsLex/assemblyinfo.fslex.exe.fs                    |     8 +
 FsLex/fslex.fs                                     |   225 +
 FsLex/fslexast.fs                                  |   409 +
 FsLex/fslexlex.fsl                                 |   208 +
 FsLex/fslexpars.fsy                                |    55 +
 FsSrGen/FsSrGen.fsproj                             |    60 +
 FsSrGen/Program.fs                                 |   426 +
 FsYacc/FsYacc.fsproj                               |    78 +
 FsYacc/FsYacc.fsproj.vspscc                        |    10 +
 FsYacc/assemblyinfo.fsyacc.exe.fs                  |     7 +
 FsYacc/fsyacc.fs                                   |   531 +
 FsYacc/fsyaccast.fs                                |   965 ++
 FsYacc/fsyacclex.fsl                               |   144 +
 FsYacc/fsyaccpars.fsy                              |    55 +
 dependencies/mono/2.1/MonoDroid.FSharp.targets     |    11 +
 .../signed/.NETCore/3.3.1.0/FSharp.Core.dll        |   Bin 1402552 -> 0 bytes
 .../signed/.NETCore/3.3.1.0/FSharp.Core.optdata    |   Bin 355519 -> 0 bytes
 .../signed/.NETCore/3.3.1.0/FSharp.Core.sigdata    |   Bin 489854 -> 0 bytes
 .../signed/.NETCore/3.3.1.0/FSharp.Core.xml        | 10633 ------------------
 .../.NETFramework/v2.0/2.3.0.0/FSharp.Core.dll     |   Bin 931800 -> 0 bytes
 .../.NETFramework/v2.0/2.3.0.0/FSharp.Core.optdata |   Bin 292101 -> 0 bytes
 .../.NETFramework/v2.0/2.3.0.0/FSharp.Core.sigdata |   Bin 431466 -> 0 bytes
 .../.NETFramework/v2.0/2.3.0.0/FSharp.Core.xml     |  9715 -----------------
 .../.NETFramework/v4.0/4.3.0.0/FSharp.Core.dll     |   Bin 1121752 -> 0 bytes
 .../.NETFramework/v4.0/4.3.0.0/FSharp.Core.optdata |   Bin 352364 -> 0 bytes
 .../.NETFramework/v4.0/4.3.0.0/FSharp.Core.sigdata |   Bin 486709 -> 0 bytes
 .../.NETFramework/v4.0/4.3.0.0/FSharp.Core.xml     | 10517 ------------------
 .../.NETFramework/v4.0/4.3.1.0/FSharp.Core.dll     |   Bin 1398456 -> 0 bytes
 .../.NETFramework/v4.0/4.3.1.0/FSharp.Core.optdata |   Bin 357173 -> 0 bytes
 .../.NETFramework/v4.0/4.3.1.0/FSharp.Core.sigdata |   Bin 495253 -> 0 bytes
 .../.NETFramework/v4.0/4.3.1.0/FSharp.Core.xml     | 10723 -------------------
 .../v4.0/4.3.1.0/policy.4.3.FSharp.Core.dll        |   Bin 19672 -> 0 bytes
 .../signed/.NETFramework/v4.0/4.3.1.0/pub.config   |    33 -
 .../signed/.NETPortable/2.3.5.0/FSharp.Core.dll    |   Bin 1105968 -> 0 bytes
 .../.NETPortable/2.3.5.0/FSharp.Core.optdata       |   Bin 350249 -> 0 bytes
 .../.NETPortable/2.3.5.0/FSharp.Core.sigdata       |   Bin 476205 -> 0 bytes
 .../signed/.NETPortable/2.3.5.0/FSharp.Core.xml    | 10335 ------------------
 .../signed/.NETPortable/2.3.5.1/FSharp.Core.dll    |   Bin 1385144 -> 0 bytes
 .../.NETPortable/2.3.5.1/FSharp.Core.optdata       |   Bin 355042 -> 0 bytes
 .../.NETPortable/2.3.5.1/FSharp.Core.sigdata       |   Bin 484768 -> 0 bytes
 .../signed/.NETPortable/2.3.5.1/FSharp.Core.xml    | 10542 ------------------
 tests/fsharp/core/attributes/cslib.dll             |   Bin 4096 -> 0 bytes
 tests/fsharp/core/csext/System.Core.dll            |   Bin 663552 -> 0 bytes
 tests/fsharp/core/csfromfs/Excel.dll               |   Bin 1273856 -> 0 bytes
 tests/fsharp/core/math/lapack/LAPACK.dll           |   Bin 2936832 -> 0 bytes
 tests/fsharp/core/math/lapack/blas.dll             |   Bin 421888 -> 0 bytes
 tests/fsharp/core/mscorlib/2.0/mscorlib.dll        |   Bin 4366336 -> 0 bytes
 tests/fsharp/core/mscorlib/3.5/mscorlib.dll        |   Bin 4444160 -> 0 bytes
 tests/fsharp/core/mscorlib/4.0/mscorlib.dll        |   Bin 4934656 -> 0 bytes
 .../mscorlib/Silverlight2.0.30523.8/mscorlib.dll   |   Bin 1463296 -> 0 bytes
 tests/fsharp/core/quotes/cslib.dll                 |   Bin 3072 -> 0 bytes
 tests/fsharp/regression/85/category.dll            |   Bin 20480 -> 0 bytes
 .../lucian-standalone-bug/AsmL.Tools.Algos.SA.dll  |   Bin 20480 -> 0 bytes
 .../AsmL.Tools.Algos.SimplexMethod.dll             |   Bin 24576 -> 0 bytes
 .../AsmL.Tools.Algos.SimplexMethodOpt.Tableu.dll   |   Bin 37376 -> 0 bytes
 .../Microsoft.GLEE.Drawing.dll                     |   Bin 49152 -> 0 bytes
 .../Microsoft.GLEE.GraphHelper.dll                 |   Bin 20480 -> 0 bytes
 .../Microsoft.GLEE.GraphViewerGDI.dll              |   Bin 81920 -> 0 bytes
 .../Microsoft.GLEE.IGraphViewer.dll                |   Bin 36864 -> 0 bytes
 .../Microsoft.GLEE.Splines.dll                     |   Bin 61440 -> 0 bytes
 .../lucian-standalone-bug/Microsoft.GLEE.dll       |   Bin 139264 -> 0 bytes
 tests/fsharp/regression/wecker-1/JSTM.dll          |   Bin 20480 -> 0 bytes
 tests/fsharp/regression/wecker-1/ml2.exe           |   Bin 9216 -> 0 bytes
 .../fixed/Test.Compiler.CodeDom.dll                |   Bin 369664 -> 0 bytes
 .../FSharp.PowerPack/fixed/Test.PowerPack.Linq.dll |   Bin 378880 -> 0 bytes
 .../FSharp.PowerPack/fixed/Test.PowerPack.dll      |   Bin 1109504 -> 0 bytes
 .../fsharpqa/testenv/bin/amd64/ExecAssembly20.exe  |   Bin 3072 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/IsAssembly.exe    |   Bin 79360 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/IsManaged.exe     |   Bin 69632 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/cvdump.exe        |   Bin 339456 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/diff.exe          |   Bin 12800 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/elevator.exe      |   Bin 518144 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/elevator1.exe     |   Bin 507392 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/elevatorlua.exe   |   Bin 490496 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/filever.exe       |   Bin 52224 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/getclrver.exe     |   Bin 71680 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/getosver.exe      |   Bin 44032 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/issuerun.exe      |   Bin 237056 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/readrun.exe       |   Bin 247296 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/sleep.exe         |   Bin 22016 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/spawn64.exe       |   Bin 45056 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/stopit.exe        |   Bin 582656 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/touch.exe         |   Bin 49152 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/transfer.exe      |   Bin 21504 -> 0 bytes
 tests/fsharpqa/testenv/bin/amd64/unzip.exe         |   Bin 178176 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/AsmMeta.exe         |   Bin 53760 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/ExecAssembly20.exe  |   Bin 3584 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/IsAssembly.exe      |   Bin 65536 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/IsManaged.exe       |   Bin 57344 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/cvdump.exe          |   Bin 253952 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/diff.exe            |   Bin 45892 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/elevator.exe        |   Bin 303104 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/elevator1.exe       |   Bin 290816 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/elevatorlua.exe     |   Bin 282624 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/filever.exe         |   Bin 49152 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/getclrver.exe       |   Bin 94208 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/getosver.exe        |   Bin 40960 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/issuerun.exe        |   Bin 163840 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/msvcr71.dll         |   Bin 348160 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/readrun.exe         |   Bin 172032 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/robocopy.exe        |   Bin 212992 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/sleep.exe           |   Bin 32256 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/stopit.exe          |   Bin 323584 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/touch.exe           |   Bin 49152 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/transfer.exe        |   Bin 16384 -> 0 bytes
 tests/fsharpqa/testenv/bin/x86/unzip.exe           |   Bin 148992 -> 0 bytes
 172 files changed, 16144 insertions(+), 62498 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