[polyml] branch master updated (94dae0a -> b265ca5)

James Clarke jrtc27-guest at moszumanska.debian.org
Thu Jan 28 10:16:07 UTC 2016


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

jrtc27-guest pushed a change to branch master
in repository polyml.

      from  94dae0a   Release 5.5.2-4
      adds  bdd3ad8   Imported Upstream version 5.6
       new  13a08a1   Merge tag 'upstream/5.6'
       new  9536992   Updated packaging for new release
       new  ffd5a9f   Change upstream copyright to be LGPL-2.1
       new  42f4bee   Ran cme fix dpkg
       new  c7e1ec4   Don't pretend to support floating point rounding on armel
       new  1793e9d   Add support for S/390
       new  b265ca5   Release 5.6-1

The 7 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:
 .gitattributes                                     |    17 +
 .gitignore                                         |    47 +
 Makefile.am                                        |    20 +-
 Makefile.in                                        |   474 +-
 PPolyML.dsp                                        |   183 -
 PolyImport.vcxproj => PolyImp/PolyImport.vcxproj   |   514 +-
 PolyML.dsp                                         |   287 -
 PolyML.dsw                                         |   140 -
 PolyML.rc                                          |    66 +-
 PolyML.sln                                         |   327 +-
 PolyML.vcxproj                                     |   585 -
 PolyML/PolyML.vcxproj                              |   463 +
 PolyPerf/PolyPerf.dsp                              |   119 -
 PolyPerf/PolyPerf.vcxproj                          |   387 +-
 Root.ML                                            |     8 +-
 TODO.txt                                           |    28 -
 Tests/Succeed/Test078.ML                           |     2 +-
 Tests/Succeed/Test082.ML                           |     2 +-
 Tests/Succeed/Test083.ML                           |     2 +-
 Tests/Succeed/Test152.ML                           |    26 +
 Tests/Succeed/Test153.ML                           |    10 +
 Tests/Succeed/Test154.ML                           |    15 +
 Tests/Succeed/Test155.ML                           |     8 +
 Tests/Succeed/Test156.ML                           |    18 +
 Tests/Succeed/Test157.ML                           |    15 +
 Tests/Succeed/Test158.ML                           |   288 +
 Tests/Succeed/Test159.ML                           |     5 +
 basis/ASN1.sml                                     |   264 +
 basis/Array.sml                                    |     2 +-
 basis/BasicStreamIO.sml                            |    29 +-
 basis/Byte.sml                                     |    11 +-
 basis/{FinalPolyML.551.sml => FinalPolyML.552.sml} |   482 +-
 basis/FinalPolyML.sml                              |  1796 +-
 basis/Foreign.sml                                  |  3391 ++
 basis/ForeignConstants.sml                         |    61 +
 basis/ForeignMemory.sml                            |   255 +
 basis/HashArray.ML                                 |    24 +-
 basis/ImperativeIO.sml                             |    50 +-
 basis/InitialBasis.ML                              |     2 +
 basis/InitialPolyML.ML                             |   232 +-
 basis/LibraryIOSupport.sml                         |     8 +-
 basis/LibrarySupport.sml                           |    45 +-
 basis/OS.sml                                       |   321 +-
 basis/PackRealBig.sml                              |    27 +-
 basis/PolyMLException.sml                          |    91 +
 basis/PrettyPrinter.551.sml                        |   158 -
 basis/PrettyPrinter.sml                            |    40 +-
 basis/Real.sml                                     |   103 +-
 basis/RuntimeCalls.ML                              |    25 +-
 basis/Socket.sml                                   |    29 +-
 basis/Statistics.ML                                |   137 +-
 basis/TextIO.sml                                   |   558 +-
 basis/Thread.sml                                   |   125 +-
 basis/TopLevelPolyML.552.sml                       |  1717 +
 basis/TopLevelPolyML.sml                           |  1245 +-
 basis/Weak.sml                                     |    15 +-
 basis/Word32In64.sml                               |     2 +-
 basis/Word8Array.sml                               |    45 +-
 basis/build.sml                                    |    23 +-
 config.guess                                       |   346 +-
 config.h.in                                        |    68 +-
 config.sub                                         |   113 +-
 configure                                          |  1051 +-
 configure.ac                                       |   121 +-
 debian/changelog                                   |    16 +
 debian/control                                     |     4 +-
 debian/copyright                                   |    64 +-
 debian/{libpolyml6.install => libpolyml7.install}  |     0
 debian/patches/arm64.diff                          |    59 -
 debian/patches/ioctl-int.diff                      |    63 +
 debian/patches/make-check.diff                     |    18 -
 debian/patches/mips.diff                           |    57 -
 debian/patches/mipsel.diff                         |    17 -
 debian/patches/noexec-stack.diff                   |    22 -
 debian/patches/pexport-endian.diff                 |    34 -
 debian/patches/polyc.1-fix.diff                    |    22 -
 debian/patches/ppc64.diff                          |    44 -
 debian/patches/s390.diff                           |    54 +
 debian/patches/series                              |    12 +-
 debian/patches/soft-float-rounding.diff            |   115 +
 debian/patches/streamtoken-endian.diff             |    22 +
 debian/shlibs.local                                |     2 +-
 depcomp                                            |   455 +-
 documentation/IDEProtocol.html                     |   452 +
 documentation/Overview.html                        |   538 +
 documentation/Papers/poly/intro.html               |   978 +
 documentation/Papers/poly/overview.html            |   461 +
 documentation/Papers/poly/polymanual.html          |  1992 +
 documentation/PrettyPrint.html                     |    91 +
 documentation/Reference/Basis.html                 |   880 +
 documentation/Reference/PolyMLCodetree.html        |   157 +
 documentation/Reference/PolyMLCompiler.html        |   538 +
 documentation/Reference/PolyMLDebug.html           |    48 +
 .../Reference/PolyMLDebuggerInterface.html         |   155 +
 documentation/Reference/PolyMLException.html       |    56 +
 documentation/Reference/PolyMLMake.html            |   133 +
 documentation/Reference/PolyMLNameSpace.html       |   169 +
 documentation/Reference/PolyMLSaveState.html       |   128 +
 documentation/Reference/PolyMLStatistics.html      |   102 +
 documentation/Reference/PolyMLStructure.html       |   777 +
 documentation/Reference/Signal.html                |    70 +
 documentation/Reference/SingleAssignment.html      |    98 +
 documentation/Reference/Threads.html               |   301 +
 documentation/Reference/Universal.html             |    77 +
 documentation/Reference/Weak.html                  |    99 +
 documentation/Reference/XWindows.pdf               |   Bin 0 -> 579222 bytes
 documentation/Reference/XWindows.txt               | 10261 +++++
 documentation/Reference/docstyle.css               |    55 +
 documentation/ReleaseNotes.html                    |  1070 +
 documentation/Tutorials/Appl-1-4.gif               |   Bin 0 -> 2353 bytes
 documentation/Tutorials/CInterface.html            |   751 +
 documentation/Tutorials/Debugging.html             |   305 +
 documentation/Tutorials/Motif.html                 |  6888 +++
 documentation/Tutorials/WindowsProgramming.html    |   596 +
 .../Tutorials/mlEdit.html                          |    12 +-
 documentation/Winref/Bitmap.html                   |   123 +
 documentation/Winref/Brush.html                    |    78 +
 documentation/Winref/Button.html                   |    68 +
 documentation/Winref/Caret.html                    |    35 +
 documentation/Winref/Class.html                    |    77 +
 documentation/Winref/Clipboard.html                |    85 +
 documentation/Winref/Clipping.html                 |    37 +
 documentation/Winref/Color.html                    |    50 +
 documentation/Winref/Combobox.html                 |    58 +
 documentation/Winref/CommonDialog.html             |   324 +
 documentation/Winref/Cursor.html                   |    54 +
 documentation/Winref/DeviceContext.html            |   391 +
 documentation/Winref/Dialog.html                   |   131 +
 documentation/Winref/DragDrop.html                 |    30 +
 documentation/Winref/Edit.html                     |    52 +
 documentation/Winref/Font.html                     |   181 +
 documentation/Winref/Globals.html                  |    59 +
 documentation/Winref/Icon.html                     |    33 +
 documentation/Winref/Keyboard.html                 |    27 +
 documentation/Winref/Line.html                     |    45 +
 documentation/Winref/ListBox.html                  |    48 +
 .../Locale.sml => documentation/Winref/Locale.html |    50 +-
 documentation/Winref/Menu.html                     |   106 +
 .../Winref/Message.html                            |   835 +-
 documentation/Winref/MessageBox.html               |    71 +
 documentation/Winref/Metafile.html                 |    64 +
 documentation/Winref/Mouse.html                    |    27 +
 documentation/Winref/Painting.html                 |    59 +
 documentation/Winref/Path.html                     |    36 +
 documentation/Winref/Pen.html                      |    46 +
 documentation/Winref/Printing.html                 |    32 +
 documentation/Winref/Rectangle.html                |    31 +
 documentation/Winref/Reference.html                |   282 +
 documentation/Winref/Region.html                   |    57 +
 documentation/Winref/Resource.html                 |    48 +
 documentation/Winref/Scrollbar.html                |    70 +
 documentation/Winref/Shape.html                    |    32 +
 documentation/Winref/Static.html                   |    53 +
 documentation/Winref/Transform.html                |    80 +
 documentation/Winref/WinSystem.html                |    99 +
 documentation/Winref/Window.html                   |   169 +
 documentation/main.css                             |    32 +
 imports/polymli386.txt                             | 41902 +++++++++----------
 imports/polymlint.txt                              | 29322 +++++++------
 imports/polymlint64.txt                            | 29321 +++++++------
 imports/polymlx86_64.txt                           | 35566 ++++++++--------
 install-sh                                         |    14 +-
 interruptpoly/interruptpoly.dsp                    |    96 -
 libffi/Makefile.am                                 |     3 +-
 libffi/Makefile.in                                 |   962 +-
 libffi/aclocal.m4                                  |   747 +-
 libffi/compile                                     |   232 +-
 libffi/config.guess                                |   313 +-
 libffi/config.sub                                  |    57 +-
 libffi/configure                                   |   516 +-
 libffi/depcomp                                     |   531 +-
 libffi/doc/libffi.info                             |     7 +-
 libffi/fficonfig.h.in                              |     3 -
 libffi/include/Makefile.in                         |   174 +-
 libffi/install-sh                                  |    35 +-
 libffi/libffi.dsp                                  |   257 -
 libffi/libffi.vcxproj                              |   919 +-
 libffi/ltmain.sh                                   |    32 +-
 libffi/m4/libtool.m4                               |    83 +-
 libffi/man/Makefile.in                             |   121 +-
 libffi/missing                                     |   461 +-
 libffi/testsuite/Makefile.in                       |   117 +-
 libpolymain/Makefile.in                            |   249 +-
 libpolymain/PolyMainLib.dsp                        |   153 -
 libpolymain/PolyMainLib.vcxproj                    |   586 +-
 libpolymain/polystub.c                             |     7 +-
 libpolyml/Console.cpp                              |   301 +-
 libpolyml/Console.h                                |    16 +-
 libpolyml/Makefile.am                              |    12 +-
 libpolyml/Makefile.in                              |   347 +-
 libpolyml/PolyLib.dsp                              |   613 -
 libpolyml/PolyLib.vcxproj                          |  1776 +-
 libpolyml/arb.cpp                                  |   155 +-
 libpolyml/arb.h                                    |    28 +-
 libpolyml/basicio.cpp                              |   514 +-
 libpolyml/check_objects.cpp                        |     4 +-
 libpolyml/diagnostics.cpp                          |    56 +-
 libpolyml/diagnostics.h                            |    13 +-
 libpolyml/elfexport.cpp                            |    48 +-
 libpolyml/elfexport.h                              |     7 +
 libpolyml/errors.cpp                               |    12 +-
 libpolyml/exporter.cpp                             |    86 +-
 libpolyml/exporter.h                               |    17 +-
 libpolyml/foreign.cpp                              |    85 +-
 libpolyml/gc.cpp                                   |     4 +-
 libpolyml/gc_check_weak_ref.cpp                    |    35 +-
 libpolyml/gc_mark_phase.cpp                        |   180 +-
 libpolyml/gc_share_phase.cpp                       |     2 +-
 libpolyml/globals.h                                |    50 +-
 libpolyml/heapsizing.cpp                           |   133 +-
 libpolyml/interpret.cpp                            |  1186 +-
 libpolyml/io_internal.h                            |    15 +-
 libpolyml/locking.cpp                              |    42 +-
 libpolyml/locking.h                                |     2 +-
 libpolyml/machine_dep.h                            |    68 +-
 libpolyml/memmgr.cpp                               |   107 +-
 libpolyml/memmgr.h                                 |    26 +-
 libpolyml/mpoly.cpp                                |   187 +-
 libpolyml/mpoly.h                                  |    19 +-
 libpolyml/network.cpp                              |   316 +-
 libpolyml/noreturn.h                               |    16 +-
 libpolyml/objsize.cpp                              |    57 +-
 libpolyml/osmem.cpp                                |     4 +-
 libpolyml/pexport.cpp                              |    88 +-
 libpolyml/pexport.h                                |    13 +-
 libpolyml/poly_specific.cpp                        |   109 +-
 libpolyml/polyffi.cpp                              |   723 +
 libpolyml/polyffi.h                                |    49 +
 libpolyml/polystring.cpp                           |   209 +-
 libpolyml/polystring.h                             |    62 +-
 libpolyml/process_env.cpp                          |    98 +-
 libpolyml/processes.cpp                            |   306 +-
 libpolyml/processes.h                              |   123 +-
 libpolyml/profiling.cpp                            |   402 +-
 libpolyml/profiling.h                              |    11 +-
 libpolyml/realconv.cpp                             |     4 +-
 libpolyml/reals.cpp                                |    92 +-
 libpolyml/reals.h                                  |     5 +-
 libpolyml/run_time.cpp                             |   965 +-
 libpolyml/run_time.h                               |    85 +-
 libpolyml/savestate.cpp                            |   628 +-
 libpolyml/savestate.h                              |    13 +-
 libpolyml/scanaddrs.cpp                            |    29 +-
 libpolyml/scanaddrs.h                              |    12 +-
 libpolyml/sharedata.cpp                            |    14 +-
 libpolyml/statistics.cpp                           |   122 +-
 libpolyml/statistics.h                             |    13 +-
 libpolyml/sys.h                                    |    31 +-
 libpolyml/timing.cpp                               |    21 +-
 libpolyml/unix_specific.cpp                        |    21 +-
 libpolyml/version.h                                |    12 +-
 libpolyml/windows_specific.cpp                     |   124 +-
 libpolyml/x86_dep.cpp                              |  2820 +-
 libpolyml/x86asm.asm                               |  1011 +-
 libpolyml/xwindows.cpp                             |    10 +-
 ltmain.sh                                          |     4 +-
 m4/libtool.m4                                      |    24 +-
 missing                                            |   414 +-
 mlsource/MLCompiler/Boot/Address.ML                |    85 +-
 mlsource/MLCompiler/CODETREESIG.ML                 |     7 +-
 mlsource/MLCompiler/COMPILERBODYSIG.sml            |    77 +
 mlsource/MLCompiler/COMPILER_BODY.ML               |   400 +-
 mlsource/MLCompiler/COPIER.sml                     |    58 +-
 mlsource/MLCompiler/CodeTree/BaseCodeTree.sml      |    20 +-
 .../MLCompiler/CodeTree/ByteCode/INTCODECONS.ML    |    16 +-
 mlsource/MLCompiler/CodeTree/CODETREE.ML           |    19 +-
 .../CODETREE_CODEGEN_CONSTANT_FUNCTIONS.sml        |    12 +-
 .../MLCompiler/CodeTree/CODETREE_LAMBDA_LIFT.sml   |   481 +
 .../MLCompiler/CodeTree/CODETREE_OPTIMISER.sml     |   148 +-
 .../MLCompiler/CodeTree/CODETREE_SIMPLIFIER.sml    |     4 +-
 .../CodeTree/CODETREE_STATIC_LINK_AND_CASES.sml    |    14 +-
 .../MLCompiler/CodeTree/X86Code/CODEGEN_TABLE.ML   |    33 +-
 .../MLCompiler/CodeTree/X86Code/GENERATE_CODE.ML   |    13 +-
 .../MLCompiler/CodeTree/X86Code/X86CODESIG.sml     |     1 +
 .../MLCompiler/CodeTree/X86Code/X86LOWLEVEL.ML     |    27 +-
 .../MLCompiler/CodeTree/X86Code/X86OUTPUTCODE.ML   |    29 +-
 mlsource/MLCompiler/CodeTree/ml_bind.ML            |    11 +-
 mlsource/MLCompiler/CompilerVersion.sml            |     9 +-
 mlsource/MLCompiler/DATATYPE_REP.ML                |    40 +-
 mlsource/MLCompiler/DEBUGGERSIG.sml                |    75 +-
 mlsource/MLCompiler/DEBUGGER_.sml                  |   684 +-
 mlsource/MLCompiler/DEBUGSIG.ML                    |    49 +
 mlsource/MLCompiler/Debug.ML                       |    40 +-
 mlsource/MLCompiler/EXPORTTREESIG.sml              |     6 +-
 mlsource/MLCompiler/ExportTree.sml                 |    46 +-
 mlsource/MLCompiler/INITIALISE_.ML                 |   709 +-
 mlsource/MLCompiler/LEXSIG.sml                     |     7 +-
 mlsource/MLCompiler/LEX_.ML                        |    69 +-
 mlsource/MLCompiler/MAKE_.ML                       |   146 +-
 mlsource/MLCompiler/PARSETREESIG.sml               |    20 +-
 mlsource/MLCompiler/PARSE_DEC.ML                   |    25 +-
 mlsource/MLCompiler/PRETTYSIG.sml                  |    11 +-
 mlsource/MLCompiler/ParseTree/BASE_PARSE_TREE.sml  |    81 +-
 mlsource/MLCompiler/ParseTree/BaseParseTreeSig.sml |    80 +-
 .../MLCompiler/ParseTree/CODEGEN_PARSETREE.sml     |   898 +-
 .../MLCompiler/ParseTree/CodegenParsetreeSig.sml   |    14 +-
 mlsource/MLCompiler/ParseTree/EXPORT_PARSETREE.sml |    87 +-
 mlsource/MLCompiler/ParseTree/MATCH_COMPILER.sml   |   160 +-
 mlsource/MLCompiler/ParseTree/MatchCompilerSig.sml |    24 +-
 mlsource/MLCompiler/ParseTree/PARSE_TREE.ML        |    51 +-
 mlsource/MLCompiler/ParseTree/PRINT_PARSETREE.sml  |    25 +-
 .../MLCompiler/ParseTree/TYPECHECK_PARSETREE.sml   |   195 +-
 mlsource/MLCompiler/ParseTree/ml_bind.ML           |     7 +-
 mlsource/MLCompiler/Pretty.sml                     |     7 +-
 mlsource/MLCompiler/SIGNATURES.sml                 |   175 +-
 mlsource/MLCompiler/STRUCTURES_.ML                 |   575 +-
 mlsource/MLCompiler/STRUCTVALSIG.sml               |   105 +-
 mlsource/MLCompiler/STRUCT_VALS.ML                 |   306 +-
 mlsource/MLCompiler/TYPEIDCODE.sml                 |   286 +-
 mlsource/MLCompiler/TYPEIDCODESIG.sml              |     7 +-
 mlsource/MLCompiler/TYPETREESIG.sml                |     4 +
 mlsource/MLCompiler/TYPE_TREE.ML                   |   550 +-
 mlsource/MLCompiler/VALUEOPSSIG.sml                |    14 +-
 mlsource/MLCompiler/VALUE_OPS.ML                   |   487 +-
 mlsource/MLCompiler/ml_bind.ML                     |     7 +-
 mlsource/extra/CInterface/Examples/Foreign.def     |     3 +-
 mlsource/extra/CInterface/Examples/ForeignTest.c   |    23 +-
 .../extra/CInterface/Examples/NewForeignTest.sml   |   148 +
 mlsource/extra/CInterface/ForeignException.ML      |     2 +-
 mlsource/extra/Win/Base.sml                        |  1320 +-
 mlsource/extra/Win/Bitmap.sml                      |   252 +-
 mlsource/extra/Win/Brush.sml                       |    38 +-
 mlsource/extra/Win/Caret.sml                       |    39 +-
 mlsource/extra/Win/Class.sml                       |   101 +-
 mlsource/extra/Win/Clipboard.sml                   |   280 +-
 mlsource/extra/Win/Clipping.sml                    |    70 +-
 mlsource/extra/Win/Color.sml                       |   235 +-
 mlsource/extra/Win/ComboBase.sml                   |    27 +-
 mlsource/extra/Win/CommonControls.sml              |   201 +-
 mlsource/extra/Win/CommonDialog.sml                |   834 +-
 mlsource/extra/Win/Cursor.sml                      |    83 +-
 mlsource/extra/Win/DeviceBase.sml                  |   186 +-
 mlsource/extra/Win/DeviceContext.sml               |   130 +-
 mlsource/extra/Win/Dialog.sml                      |    72 +-
 mlsource/extra/Win/DragDrop.sml                    |    35 +-
 mlsource/extra/Win/Examples/mlEdit.sml             |    26 +-
 mlsource/extra/Win/FlagPrint.sml                   |    11 +-
 mlsource/extra/Win/Font.sml                        |   547 +-
 mlsource/extra/Win/FontBase.sml                    |   184 +-
 mlsource/extra/Win/GdiBase.sml                     |   137 +-
 mlsource/extra/Win/Globals.sml                     |    30 +-
 mlsource/extra/Win/Icon.sml                        |    20 +-
 mlsource/extra/Win/Keyboard.sml                    |    19 +-
 mlsource/extra/Win/Line.sml                        |   135 +-
 mlsource/extra/Win/Locale.sml                      |    11 +-
 mlsource/extra/Win/LocaleBase.sml                  |     9 +-
 mlsource/extra/Win/MESSAGE.signature.sml           |  1019 +
 mlsource/extra/Win/Menu.sml                        |   372 +-
 mlsource/extra/Win/MenuBase.sml                    |    65 +-
 mlsource/extra/Win/Message.sml                     |  5278 +--
 mlsource/extra/Win/MessageBox.sml                  |    34 +-
 mlsource/extra/Win/Metafile.sml                    |   179 +-
 mlsource/extra/Win/Mouse.sml                       |    21 +-
 mlsource/extra/Win/Original/ConstType.ML           |    20 -
 mlsource/extra/Win/Original/ConstTypeFct.ML        |  5841 ---
 mlsource/extra/Win/Original/CtrlFn.ML              |    25 -
 mlsource/extra/Win/Original/CtrlFnFct.ML           |   602 -
 mlsource/extra/Win/Original/Dir.ML                 |    20 -
 mlsource/extra/Win/Original/DirFct.ML              |    28 -
 mlsource/extra/Win/Original/DrawCom.ML             |    21 -
 mlsource/extra/Win/Original/DrawComFct.ML          |   186 -
 mlsource/extra/Win/Original/Failure.ML             |    21 -
 mlsource/extra/Win/Original/FailureFct.ML          |   701 -
 mlsource/extra/Win/Original/Gadget.ML              |    27 -
 mlsource/extra/Win/Original/GadgetFct.ML           |  1512 -
 mlsource/extra/Win/Original/GadgetSig.ML           |   234 -
 mlsource/extra/Win/Original/GdiFn.ML               |    24 -
 mlsource/extra/Win/Original/GdiFnFct.ML            |   614 -
 mlsource/extra/Win/Original/Handler.ML             |    24 -
 mlsource/extra/Win/Original/HandlerFct.ML          |   831 -
 mlsource/extra/Win/Original/ML32Fct.ML             |    41 -
 mlsource/extra/Win/Original/Macro.ML               |    20 -
 mlsource/extra/Win/Original/MacroFct.ML            |   310 -
 mlsource/extra/Win/Original/Ml32.ml                |    27 -
 mlsource/extra/Win/Original/MsgFn.ML               |    26 -
 mlsource/extra/Win/Original/MsgFnFct.ML            |  3982 --
 mlsource/extra/Win/Original/MsgType.ML             |    21 -
 mlsource/extra/Win/Original/MsgTypefct.ML          |  2424 --
 mlsource/extra/Win/Original/MsgVal.ML              |    21 -
 mlsource/extra/Win/Original/MsgValFct.ML           |   334 -
 mlsource/extra/Win/Original/Readme                 |    12 -
 mlsource/extra/Win/Original/Type32.ML              |    21 -
 mlsource/extra/Win/Original/Type32Fct.ML           |   310 -
 mlsource/extra/Win/Original/UserFn.ML              |    24 -
 mlsource/extra/Win/Original/UserFn2.ML             |    25 -
 mlsource/extra/Win/Original/UserFn2Fct.ML          |  1910 -
 mlsource/extra/Win/Original/UserFnFct.ML           |   717 -
 mlsource/extra/Win/Painting.sml                    |    88 +-
 mlsource/extra/Win/Path.sml                        |    98 +-
 mlsource/extra/Win/Pen.sml                         |    44 +-
 mlsource/extra/Win/Printing.sml                    |    37 +-
 mlsource/extra/Win/ROOT.sml                        |     3 +-
 mlsource/extra/Win/Rectangle.sml                   |    90 +-
 mlsource/extra/Win/Region.sml                      |   136 +-
 mlsource/extra/Win/Resource.sml                    |   133 +-
 mlsource/extra/Win/ScrollBase.sml                  |    38 +-
 mlsource/extra/Win/Scrollbar.sml                   |    89 +-
 mlsource/extra/Win/Shape.sml                       |    89 +-
 mlsource/extra/Win/Transform.sml                   |   286 +-
 mlsource/extra/Win/WinBase.sml                     |    45 +-
 mlsource/extra/Win/WinSystem.sml                   |     9 +-
 mlsource/extra/Win/Window.sml                      |   471 +-
 mlsource/extra/Win/Windows.pyp                     |   102 +-
 mlsource/extra/XWindows/XCall.ML                   |     2 +-
 poly.1                                             |     2 +-
 polyc.1                                            |     4 +-
 polyc.in                                           |    60 +-
 polyexports.h                                      |    12 +-
 polyimport.1                                       |     2 +-
 polyimport.c                                       |     9 +-
 polyml.pyp                                         |    10 +-
 samplecode/Networking/HTTPSample.ML                |    23 +
 samplecode/PolyML/CodeTree.ML                      |    91 +
 samplecode/ide/use.sml                             |   141 +
 winconfig.h                                        |    39 +-
 wininstall/PolyML.wxs                              |    49 +-
 wininstall/polyicon/polyicon.dsp                   |    73 -
 wininstall/polyicon/polyicon.rc                    |   144 +-
 wininstall/polyicon/polyicon.vcxproj               |   298 +-
 wininstall/wininstall.dsp                          |    59 -
 wininstall/wininstall.vcxproj                      |    93 -
 wininstall/wininstall.wixproj                      |    83 +
 422 files changed, 133742 insertions(+), 118521 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 delete mode 100644 PPolyML.dsp
 rename PolyImport.vcxproj => PolyImp/PolyImport.vcxproj (71%)
 delete mode 100644 PolyML.dsp
 delete mode 100644 PolyML.dsw
 delete mode 100644 PolyML.vcxproj
 create mode 100644 PolyML/PolyML.vcxproj
 delete mode 100644 PolyPerf/PolyPerf.dsp
 delete mode 100644 TODO.txt
 create mode 100644 Tests/Succeed/Test152.ML
 create mode 100644 Tests/Succeed/Test153.ML
 create mode 100644 Tests/Succeed/Test154.ML
 create mode 100644 Tests/Succeed/Test155.ML
 create mode 100644 Tests/Succeed/Test156.ML
 create mode 100644 Tests/Succeed/Test157.ML
 create mode 100644 Tests/Succeed/Test158.ML
 create mode 100644 Tests/Succeed/Test159.ML
 create mode 100644 basis/ASN1.sml
 rename basis/{FinalPolyML.551.sml => FinalPolyML.552.sml} (79%)
 create mode 100644 basis/Foreign.sml
 create mode 100644 basis/ForeignConstants.sml
 create mode 100644 basis/ForeignMemory.sml
 create mode 100644 basis/PolyMLException.sml
 delete mode 100644 basis/PrettyPrinter.551.sml
 create mode 100644 basis/TopLevelPolyML.552.sml
 mode change 100644 => 100755 config.guess
 mode change 100644 => 100755 config.sub
 rename debian/{libpolyml6.install => libpolyml7.install} (100%)
 delete mode 100644 debian/patches/arm64.diff
 create mode 100644 debian/patches/ioctl-int.diff
 delete mode 100644 debian/patches/make-check.diff
 delete mode 100644 debian/patches/mips.diff
 delete mode 100644 debian/patches/mipsel.diff
 delete mode 100644 debian/patches/noexec-stack.diff
 delete mode 100644 debian/patches/pexport-endian.diff
 delete mode 100644 debian/patches/polyc.1-fix.diff
 delete mode 100644 debian/patches/ppc64.diff
 create mode 100644 debian/patches/s390.diff
 create mode 100644 debian/patches/soft-float-rounding.diff
 create mode 100644 debian/patches/streamtoken-endian.diff
 create mode 100644 documentation/IDEProtocol.html
 create mode 100644 documentation/Overview.html
 create mode 100644 documentation/Papers/poly/intro.html
 create mode 100644 documentation/Papers/poly/overview.html
 create mode 100644 documentation/Papers/poly/polymanual.html
 create mode 100644 documentation/PrettyPrint.html
 create mode 100644 documentation/Reference/Basis.html
 create mode 100644 documentation/Reference/PolyMLCodetree.html
 create mode 100644 documentation/Reference/PolyMLCompiler.html
 create mode 100644 documentation/Reference/PolyMLDebug.html
 create mode 100644 documentation/Reference/PolyMLDebuggerInterface.html
 create mode 100644 documentation/Reference/PolyMLException.html
 create mode 100644 documentation/Reference/PolyMLMake.html
 create mode 100644 documentation/Reference/PolyMLNameSpace.html
 create mode 100644 documentation/Reference/PolyMLSaveState.html
 create mode 100644 documentation/Reference/PolyMLStatistics.html
 create mode 100644 documentation/Reference/PolyMLStructure.html
 create mode 100644 documentation/Reference/Signal.html
 create mode 100644 documentation/Reference/SingleAssignment.html
 create mode 100644 documentation/Reference/Threads.html
 create mode 100644 documentation/Reference/Universal.html
 create mode 100644 documentation/Reference/Weak.html
 create mode 100644 documentation/Reference/XWindows.pdf
 create mode 100644 documentation/Reference/XWindows.txt
 create mode 100644 documentation/Reference/docstyle.css
 create mode 100644 documentation/ReleaseNotes.html
 create mode 100644 documentation/Tutorials/Appl-1-4.gif
 create mode 100644 documentation/Tutorials/CInterface.html
 create mode 100644 documentation/Tutorials/Debugging.html
 create mode 100644 documentation/Tutorials/Motif.html
 create mode 100644 documentation/Tutorials/WindowsProgramming.html
 copy mlsource/extra/Win/Examples/mlEdit.sml => documentation/Tutorials/mlEdit.html (99%)
 create mode 100644 documentation/Winref/Bitmap.html
 create mode 100644 documentation/Winref/Brush.html
 create mode 100644 documentation/Winref/Button.html
 create mode 100644 documentation/Winref/Caret.html
 create mode 100644 documentation/Winref/Class.html
 create mode 100644 documentation/Winref/Clipboard.html
 create mode 100644 documentation/Winref/Clipping.html
 create mode 100644 documentation/Winref/Color.html
 create mode 100644 documentation/Winref/Combobox.html
 create mode 100644 documentation/Winref/CommonDialog.html
 create mode 100644 documentation/Winref/Cursor.html
 create mode 100644 documentation/Winref/DeviceContext.html
 create mode 100644 documentation/Winref/Dialog.html
 create mode 100644 documentation/Winref/DragDrop.html
 create mode 100644 documentation/Winref/Edit.html
 create mode 100644 documentation/Winref/Font.html
 create mode 100644 documentation/Winref/Globals.html
 create mode 100644 documentation/Winref/Icon.html
 create mode 100644 documentation/Winref/Keyboard.html
 create mode 100644 documentation/Winref/Line.html
 create mode 100644 documentation/Winref/ListBox.html
 copy mlsource/extra/Win/Locale.sml => documentation/Winref/Locale.html (71%)
 create mode 100644 documentation/Winref/Menu.html
 rename mlsource/extra/Win/MessageBase.sml => documentation/Winref/Message.html (59%)
 create mode 100644 documentation/Winref/MessageBox.html
 create mode 100644 documentation/Winref/Metafile.html
 create mode 100644 documentation/Winref/Mouse.html
 create mode 100644 documentation/Winref/Painting.html
 create mode 100644 documentation/Winref/Path.html
 create mode 100644 documentation/Winref/Pen.html
 create mode 100644 documentation/Winref/Printing.html
 create mode 100644 documentation/Winref/Rectangle.html
 create mode 100644 documentation/Winref/Reference.html
 create mode 100644 documentation/Winref/Region.html
 create mode 100644 documentation/Winref/Resource.html
 create mode 100644 documentation/Winref/Scrollbar.html
 create mode 100644 documentation/Winref/Shape.html
 create mode 100644 documentation/Winref/Static.html
 create mode 100644 documentation/Winref/Transform.html
 create mode 100644 documentation/Winref/WinSystem.html
 create mode 100644 documentation/Winref/Window.html
 create mode 100644 documentation/main.css
 delete mode 100644 interruptpoly/interruptpoly.dsp
 delete mode 100644 libffi/libffi.dsp
 mode change 100755 => 100644 libffi/ltmain.sh
 delete mode 100644 libpolymain/PolyMainLib.dsp
 delete mode 100644 libpolyml/PolyLib.dsp
 create mode 100644 libpolyml/polyffi.cpp
 create mode 100644 libpolyml/polyffi.h
 create mode 100644 mlsource/MLCompiler/COMPILERBODYSIG.sml
 create mode 100644 mlsource/MLCompiler/CodeTree/CODETREE_LAMBDA_LIFT.sml
 create mode 100644 mlsource/MLCompiler/DEBUGSIG.ML
 create mode 100644 mlsource/extra/CInterface/Examples/NewForeignTest.sml
 create mode 100644 mlsource/extra/Win/MESSAGE.signature.sml
 delete mode 100644 mlsource/extra/Win/Original/ConstType.ML
 delete mode 100644 mlsource/extra/Win/Original/ConstTypeFct.ML
 delete mode 100644 mlsource/extra/Win/Original/CtrlFn.ML
 delete mode 100644 mlsource/extra/Win/Original/CtrlFnFct.ML
 delete mode 100644 mlsource/extra/Win/Original/Dir.ML
 delete mode 100644 mlsource/extra/Win/Original/DirFct.ML
 delete mode 100644 mlsource/extra/Win/Original/DrawCom.ML
 delete mode 100644 mlsource/extra/Win/Original/DrawComFct.ML
 delete mode 100644 mlsource/extra/Win/Original/Failure.ML
 delete mode 100644 mlsource/extra/Win/Original/FailureFct.ML
 delete mode 100644 mlsource/extra/Win/Original/Gadget.ML
 delete mode 100644 mlsource/extra/Win/Original/GadgetFct.ML
 delete mode 100644 mlsource/extra/Win/Original/GadgetSig.ML
 delete mode 100644 mlsource/extra/Win/Original/GdiFn.ML
 delete mode 100644 mlsource/extra/Win/Original/GdiFnFct.ML
 delete mode 100644 mlsource/extra/Win/Original/Handler.ML
 delete mode 100644 mlsource/extra/Win/Original/HandlerFct.ML
 delete mode 100644 mlsource/extra/Win/Original/ML32Fct.ML
 delete mode 100644 mlsource/extra/Win/Original/Macro.ML
 delete mode 100644 mlsource/extra/Win/Original/MacroFct.ML
 delete mode 100644 mlsource/extra/Win/Original/Ml32.ml
 delete mode 100644 mlsource/extra/Win/Original/MsgFn.ML
 delete mode 100644 mlsource/extra/Win/Original/MsgFnFct.ML
 delete mode 100644 mlsource/extra/Win/Original/MsgType.ML
 delete mode 100644 mlsource/extra/Win/Original/MsgTypefct.ML
 delete mode 100644 mlsource/extra/Win/Original/MsgVal.ML
 delete mode 100644 mlsource/extra/Win/Original/MsgValFct.ML
 delete mode 100644 mlsource/extra/Win/Original/Readme
 delete mode 100644 mlsource/extra/Win/Original/Type32.ML
 delete mode 100644 mlsource/extra/Win/Original/Type32Fct.ML
 delete mode 100644 mlsource/extra/Win/Original/UserFn.ML
 delete mode 100644 mlsource/extra/Win/Original/UserFn2.ML
 delete mode 100644 mlsource/extra/Win/Original/UserFn2Fct.ML
 delete mode 100644 mlsource/extra/Win/Original/UserFnFct.ML
 create mode 100644 samplecode/Networking/HTTPSample.ML
 create mode 100644 samplecode/PolyML/CodeTree.ML
 create mode 100644 samplecode/ide/use.sml
 delete mode 100644 wininstall/polyicon/polyicon.dsp
 delete mode 100644 wininstall/wininstall.dsp
 delete mode 100644 wininstall/wininstall.vcxproj
 create mode 100644 wininstall/wininstall.wixproj

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/polyml.git



More information about the debian-science-commits mailing list