[Pkg-cli-apps-commits] [fsharp] branch master updated (bbaccb2 -> 537d87b)

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


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

directhex pushed a change to branch master
in repository fsharp.

      from  bbaccb2   Finalize changelog
       new  f28700d   Actually delete unneeded binaries from +dfsg.orig.tar.gz
       new  6ffdf50   Include various additional sources from F# Power Pack which are needed for rebuilding the bootstrap
       new  e41e70e   Forcibly convert fsproj files to UNIX line endings, because Debian tools to to absolute hell on mixed-ending source trees in git, and we need to patch them
      adds  1370647   Imported Upstream version 3.1.1.26+dfsg2
       new  99d407d   Merge tag 'upstream/3.1.1.26+dfsg2'
       new  537d87b   Compile missing pieces of bootstrap

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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                       |     6 +-
 ...ssemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs |     7 +
 FSharp.PowerPack/Arg.fs                            |   133 +
 FSharp.PowerPack/Arg.fsi                           |    50 +
 .../AssemblyInfo.fs                                |    32 +-
 .../AsyncOperations.fs                             |     0
 .../AsyncOperations.fsi                            |     0
 FSharp.PowerPack/AsyncStreamReader.fs              |   429 +
 FSharp.PowerPack/AsyncStreamReader.fsi             |    89 +
 .../AsyncWorker.fs                                 |     0
 .../AsyncWorker.fsi                                |     0
 .../CompilerLocationUtils.fs                       |    35 +-
 FSharp.PowerPack/FSharp.PowerPack.fsproj           |   117 +
 FSharp.PowerPack/FSharp.PowerPack.fsproj.vspscc    |    10 +
 .../HashMultiMap.fs                                |     0
 .../HashMultiMap.fsi                               |     2 +-
 .../HashSet.fs                                     |     0
 .../HashSet.fsi                                    |     0
 FSharp.PowerPack/Lazy.fs                           |     6 +
 FSharp.PowerPack/Lazy.fsi                          |     7 +
 .../lazylist.fs => FSharp.PowerPack/LazyList.fs    |    19 +-
 .../lazylist.fsi => FSharp.PowerPack/LazyList.fsi  |     0
 .../prim-lexing.fs => FSharp.PowerPack/Lexing.fs   |     0
 .../prim-lexing.fsi => FSharp.PowerPack/Lexing.fsi |     0
 .../Measure.fs                                     |     0
 .../Measure.fsi                                    |     0
 .../NativeArray.fs                                 |     1 +
 .../NativeArray.fsi                                |     1 +
 .../prim-parsing.fs => FSharp.PowerPack/Parsing.fs |    18 +-
 .../Parsing.fsi                                    |     0
 .../Permutation.fs                                 |     6 +-
 .../Permutation.fsi                                |    25 +-
 .../PhysicalConstants.fs                           |     0
 .../PowerPack.fs                                   |     2 +
 .../ResizeArray.fs                                 |     2 +
 .../ResizeArray.fsi                                |     3 +-
 .../FSharp.PowerPack => FSharp.PowerPack}/SI.fs    |     1 +
 .../StructuredFormat.fs                            |     4 +-
 .../StructuredFormat.fsi                           |     2 +
 .../TaggedCollections.fs                           |     0
 .../TaggedCollections.fsi                          |     2 +-
 .../TaggedHash.fs                                  |     0
 .../TaggedHash.fsi                                 |     0
 .../math/INumeric.fs                               |    14 +-
 .../math/INumeric.fsi                              |     2 +-
 .../math/NativeArrayExtensions.fs                  |     1 -
 .../math/NativeArrayExtensions.fsi                 |     0
 .../math/associations.fs                           |     2 +-
 .../math/associations.fsi                          |     0
 .../math/complex.fs                                |     0
 .../math/complex.fsi                               |     0
 .../math/matrix.fs                                 |    42 +-
 .../math/matrix.fsi                                |    30 +-
 .../math/q.fs                                      |    63 +-
 .../math/q.fsi                                     |    71 +-
 .../FSharp.SRGen.Build.Tasks.fsproj                |    52 +-
 .../FSharp.SRGen.targets                           |    20 +-
 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.fsproj                                 |    50 +-
 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 +
 debian/control                                     |     1 +
 ...egrate-powerpack-sources-into-buildsystem.patch |   233 +
 debian/patches/series                              |     1 +
 debian/rules                                       |    54 +
 debian/watch                                       |     2 +-
 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
 177 files changed, 5015 insertions(+), 62750 deletions(-)
 create mode 100755 FSharp.PowerPack.Build.Tasks/FSLex.Build.fs
 create mode 100755 FSharp.PowerPack.Build.Tasks/FSLex.Build.fsi
 create mode 100755 FSharp.PowerPack.Build.Tasks/FSYacc.Build.fs
 create mode 100755 FSharp.PowerPack.Build.Tasks/FSYacc.Build.fsi
 create mode 100755 FSharp.PowerPack.Build.Tasks/FSharp.PowerPack.Build.Tasks.fsproj
 create mode 100755 FSharp.PowerPack.Build.Tasks/FSharp.PowerPack.Build.Tasks.fsproj.vspscc
 copy {lib/bootstrap/2.0 => FSharp.PowerPack.Build.Tasks}/FSharp.PowerPack.targets (94%)
 create mode 100755 FSharp.PowerPack.Build.Tasks/assemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs
 create mode 100755 FSharp.PowerPack/Arg.fs
 create mode 100755 FSharp.PowerPack/Arg.fsi
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/PowerPack.fs => FSharp.PowerPack/AssemblyInfo.fs (55%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/AsyncOperations.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/AsyncOperations.fsi (100%)
 mode change 100644 => 100755
 create mode 100755 FSharp.PowerPack/AsyncStreamReader.fs
 create mode 100755 FSharp.PowerPack/AsyncStreamReader.fsi
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/AsyncWorker.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/AsyncWorker.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/CompilerLocationUtils.fs (87%)
 mode change 100644 => 100755
 create mode 100755 FSharp.PowerPack/FSharp.PowerPack.fsproj
 create mode 100755 FSharp.PowerPack/FSharp.PowerPack.fsproj.vspscc
 copy {tests/fsharp/regression/lucian-standalone-bug => FSharp.PowerPack}/HashMultiMap.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/HashMultiMap.fsi (98%)
 mode change 100644 => 100755
 copy {tests/fsharp/regression/lucian-standalone-bug => FSharp.PowerPack}/HashSet.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/HashSet.fsi (100%)
 mode change 100644 => 100755
 create mode 100755 FSharp.PowerPack/Lazy.fs
 create mode 100755 FSharp.PowerPack/Lazy.fsi
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/lazylist.fs => FSharp.PowerPack/LazyList.fs (98%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/lazylist.fsi => FSharp.PowerPack/LazyList.fsi (100%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/prim-lexing.fs => FSharp.PowerPack/Lexing.fs (100%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/prim-lexing.fsi => FSharp.PowerPack/Lexing.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/Measure.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/Measure.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/NativeArray.fs (97%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/NativeArray.fsi (98%)
 mode change 100644 => 100755
 copy tests/fsharp/regression/lucian-standalone-bug/prim-parsing.fs => FSharp.PowerPack/Parsing.fs (96%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/prim-parsing.fsi => FSharp.PowerPack/Parsing.fsi (100%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/permutation.fs => FSharp.PowerPack/Permutation.fs (90%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/permutation.fsi => FSharp.PowerPack/Permutation.fsi (60%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/PhysicalConstants.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/PowerPack.fs (91%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/resizearray.fs => FSharp.PowerPack/ResizeArray.fs (99%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/resizearray.fsi => FSharp.PowerPack/ResizeArray.fsi (99%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/SI.fs (96%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/sformat.fs => FSharp.PowerPack/StructuredFormat.fs (99%)
 mode change 100644 => 100755
 copy tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack/sformat.fsi => FSharp.PowerPack/StructuredFormat.fsi (98%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/TaggedCollections.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/TaggedCollections.fsi (99%)
 mode change 100644 => 100755
 copy {tests/fsharp/regression/lucian-standalone-bug => FSharp.PowerPack}/TaggedHash.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/TaggedHash.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/INumeric.fs (96%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/INumeric.fsi (97%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/NativeArrayExtensions.fs (97%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/NativeArrayExtensions.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/associations.fs (96%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/associations.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/complex.fs (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/complex.fsi (100%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/matrix.fs (98%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/matrix.fsi (98%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/q.fs (75%)
 mode change 100644 => 100755
 copy {tests/fsharp/tools/FSharp.PowerPack/fsppack/src/FSharp.PowerPack => FSharp.PowerPack}/math/q.fsi (57%)
 mode change 100644 => 100755
 copy tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj => FSharp.SRGen.Build.Tasks/FSharp.SRGen.Build.Tasks.fsproj (56%)
 mode change 100644 => 100755
 copy {lib/bootstrap/2.0 => FSharp.SRGen.Build.Tasks}/FSharp.SRGen.targets (68%)
 create mode 100755 FSharp.SRGen.Build.Tasks/FsSrGen.fs
 create mode 100755 FsLex/FsLex.fsproj
 create mode 100755 FsLex/FsLex.fsproj.vspscc
 create mode 100755 FsLex/assemblyinfo.fslex.exe.fs
 create mode 100755 FsLex/fslex.fs
 create mode 100755 FsLex/fslexast.fs
 create mode 100755 FsLex/fslexlex.fsl
 create mode 100755 FsLex/fslexpars.fsy
 copy tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj => FsSrGen/FsSrGen.fsproj (64%)
 mode change 100644 => 100755
 create mode 100755 FsSrGen/Program.fs
 create mode 100755 FsYacc/FsYacc.fsproj
 create mode 100755 FsYacc/FsYacc.fsproj.vspscc
 create mode 100755 FsYacc/assemblyinfo.fsyacc.exe.fs
 create mode 100755 FsYacc/fsyacc.fs
 create mode 100755 FsYacc/fsyaccast.fs
 create mode 100755 FsYacc/fsyacclex.fsl
 create mode 100755 FsYacc/fsyaccpars.fsy
 create mode 100644 debian/patches/integrate-powerpack-sources-into-buildsystem.patch
 create mode 100644 dependencies/mono/2.1/MonoDroid.FSharp.targets
 delete mode 100644 lib/bootstrap/signed/.NETCore/3.3.1.0/FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETCore/3.3.1.0/FSharp.Core.optdata
 delete mode 100644 lib/bootstrap/signed/.NETCore/3.3.1.0/FSharp.Core.sigdata
 delete mode 100644 lib/bootstrap/signed/.NETCore/3.3.1.0/FSharp.Core.xml
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v2.0/2.3.0.0/FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v2.0/2.3.0.0/FSharp.Core.optdata
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v2.0/2.3.0.0/FSharp.Core.sigdata
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v2.0/2.3.0.0/FSharp.Core.xml
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.0.0/FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.0.0/FSharp.Core.optdata
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.0.0/FSharp.Core.sigdata
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.0.0/FSharp.Core.xml
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.1.0/FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.1.0/FSharp.Core.optdata
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.1.0/FSharp.Core.sigdata
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.1.0/FSharp.Core.xml
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.1.0/policy.4.3.FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETFramework/v4.0/4.3.1.0/pub.config
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.0/FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.0/FSharp.Core.optdata
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.0/FSharp.Core.sigdata
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.0/FSharp.Core.xml
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.1/FSharp.Core.dll
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.1/FSharp.Core.optdata
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.1/FSharp.Core.sigdata
 delete mode 100644 lib/bootstrap/signed/.NETPortable/2.3.5.1/FSharp.Core.xml
 delete mode 100644 tests/fsharp/core/attributes/cslib.dll
 delete mode 100644 tests/fsharp/core/csext/System.Core.dll
 delete mode 100644 tests/fsharp/core/csfromfs/Excel.dll
 delete mode 100644 tests/fsharp/core/math/lapack/LAPACK.dll
 delete mode 100644 tests/fsharp/core/math/lapack/blas.dll
 delete mode 100644 tests/fsharp/core/mscorlib/2.0/mscorlib.dll
 delete mode 100644 tests/fsharp/core/mscorlib/3.5/mscorlib.dll
 delete mode 100644 tests/fsharp/core/mscorlib/4.0/mscorlib.dll
 delete mode 100644 tests/fsharp/core/mscorlib/Silverlight2.0.30523.8/mscorlib.dll
 delete mode 100644 tests/fsharp/core/quotes/cslib.dll
 delete mode 100644 tests/fsharp/regression/85/category.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/AsmL.Tools.Algos.SA.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/AsmL.Tools.Algos.SimplexMethod.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/AsmL.Tools.Algos.SimplexMethodOpt.Tableu.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/Microsoft.GLEE.Drawing.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/Microsoft.GLEE.GraphHelper.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/Microsoft.GLEE.GraphViewerGDI.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/Microsoft.GLEE.IGraphViewer.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/Microsoft.GLEE.Splines.dll
 delete mode 100644 tests/fsharp/regression/lucian-standalone-bug/Microsoft.GLEE.dll
 delete mode 100644 tests/fsharp/regression/wecker-1/JSTM.dll
 delete mode 100644 tests/fsharp/regression/wecker-1/ml2.exe
 delete mode 100644 tests/fsharp/tools/FSharp.PowerPack/fixed/Test.Compiler.CodeDom.dll
 delete mode 100644 tests/fsharp/tools/FSharp.PowerPack/fixed/Test.PowerPack.Linq.dll
 delete mode 100644 tests/fsharp/tools/FSharp.PowerPack/fixed/Test.PowerPack.dll
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/ExecAssembly20.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/IsAssembly.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/IsManaged.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/cvdump.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/diff.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/elevator.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/elevator1.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/elevatorlua.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/filever.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/getclrver.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/getosver.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/issuerun.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/readrun.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/sleep.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/spawn64.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/stopit.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/touch.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/transfer.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/amd64/unzip.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/AsmMeta.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/ExecAssembly20.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/IsAssembly.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/IsManaged.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/cvdump.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/diff.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/elevator.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/elevator1.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/elevatorlua.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/filever.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/getclrver.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/getosver.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/issuerun.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/msvcr71.dll
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/readrun.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/robocopy.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/sleep.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/stopit.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/touch.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/transfer.exe
 delete mode 100644 tests/fsharpqa/testenv/bin/x86/unzip.exe

-- 
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