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

James Clarke jrtc27-guest at moszumanska.debian.org
Thu Jan 28 09:58:32 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.

     omits  e8eee30   Release 5.6-1
     omits  b980271   Add support for S/390
     omits  fcf3956   Don't pretend to support floating point rounding on armel
     omits  3c81d30   Ran cme fix dpkg
     omits  6a2c539   Change upstream copyright to be LGPL-2.1
     omits  641bf59   Updated packaging for new release
     omits  18452e0   Imported Upstream version 5.6

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (94dae0a)
            \
             O -- O -- O   (e8eee30)

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |    17 -
 .gitignore                                         |    47 -
 Makefile.am                                        |    20 +-
 Makefile.in                                        |   474 +-
 PPolyML.dsp                                        |   183 +
 PolyImp/PolyImport.vcxproj => 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.552.sml => FinalPolyML.551.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.sml => PrettyPrinter.551.sml} |    70 +-
 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/{libpolyml7.install => libpolyml6.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 579222 -> 0 bytes
 documentation/Reference/XWindows.txt               | 10261 -----
 documentation/Reference/docstyle.css               |    55 -
 documentation/ReleaseNotes.html                    |  1070 -
 documentation/Tutorials/Appl-1-4.gif               |   Bin 2353 -> 0 bytes
 documentation/Tutorials/CInterface.html            |   751 -
 documentation/Tutorials/Debugging.html             |   305 -
 documentation/Tutorials/Motif.html                 |  6888 ---
 documentation/Tutorials/WindowsProgramming.html    |   596 -
 documentation/Tutorials/mlEdit.html                |   638 -
 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 -
 documentation/Winref/Locale.html                   |    63 -
 documentation/Winref/Menu.html                     |   106 -
 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                              |  2826 +-
 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 ++-
 .../extra/Win/MessageBase.sml                      |   835 +-
 mlsource/extra/Win/MessageBox.sml                  |    34 +-
 mlsource/extra/Win/Metafile.sml                    |   179 +-
 mlsource/extra/Win/Mouse.sml                       |    21 +-
 .../ForeignDebug.ML => Win/Original/ConstType.ML}  |     2 +-
 mlsource/extra/Win/Original/ConstTypeFct.ML        |  5841 +++
 .../PrintTable.ML => extra/Win/Original/CtrlFn.ML} |    13 +-
 mlsource/extra/Win/Original/CtrlFnFct.ML           |   602 +
 .../CodeSeg.ML => extra/Win/Original/Dir.ML}       |     6 +-
 .../BehaviourRefsSig.ML => Win/Original/DirFct.ML} |     8 +-
 .../CodeSeg.ML => extra/Win/Original/DrawCom.ML}   |     5 +-
 mlsource/extra/Win/Original/DrawComFct.ML          |   186 +
 .../CodeSeg.ML => extra/Win/Original/Failure.ML}   |     5 +-
 mlsource/extra/Win/Original/FailureFct.ML          |   701 +
 .../Win/Original/Gadget.ML}                        |    17 +-
 mlsource/extra/Win/Original/GadgetFct.ML           |  1512 +
 mlsource/extra/Win/Original/GadgetSig.ML           |   234 +
 .../ml_bind.ML => extra/Win/Original/GdiFn.ML}     |    13 +-
 mlsource/extra/Win/Original/GdiFnFct.ML            |   614 +
 .../extra/Win/Original/Handler.ML                  |    22 +-
 mlsource/extra/Win/Original/HandlerFct.ML          |   831 +
 .../ml_bind.ML => extra/Win/Original/ML32Fct.ML}   |    28 +-
 .../CodeSeg.ML => extra/Win/Original/Macro.ML}     |     6 +-
 mlsource/extra/Win/Original/MacroFct.ML            |   310 +
 .../extra/Win/Original/Ml32.ml                     |    38 +-
 .../ml_bind.ML => extra/Win/Original/MsgFn.ML}     |    15 +-
 mlsource/extra/Win/Original/MsgFnFct.ML            |  3982 ++
 .../CallWithConv.ML => Win/Original/MsgType.ML}    |     4 +-
 mlsource/extra/Win/Original/MsgTypefct.ML          |  2424 ++
 .../CodeSeg.ML => extra/Win/Original/MsgVal.ML}    |     5 +-
 mlsource/extra/Win/Original/MsgValFct.ML           |   334 +
 mlsource/extra/Win/Original/Readme                 |    12 +
 .../ForeignDebugSig.ML => Win/Original/Type32.ML}  |     8 +-
 mlsource/extra/Win/Original/Type32Fct.ML           |   310 +
 .../Win/Original/UserFn.ML}                        |    14 +-
 .../CodeSeg.ML => extra/Win/Original/UserFn2.ML}   |    11 +-
 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, 118003 insertions(+), 134601 deletions(-)
 delete mode 100644 .gitattributes
 delete mode 100644 .gitignore
 create mode 100644 PPolyML.dsp
 rename PolyImp/PolyImport.vcxproj => PolyImport.vcxproj (71%)
 create mode 100644 PolyML.dsp
 create mode 100644 PolyML.dsw
 create mode 100644 PolyML.vcxproj
 delete mode 100644 PolyML/PolyML.vcxproj
 create mode 100644 PolyPerf/PolyPerf.dsp
 create mode 100644 TODO.txt
 delete mode 100644 Tests/Succeed/Test152.ML
 delete mode 100644 Tests/Succeed/Test153.ML
 delete mode 100644 Tests/Succeed/Test154.ML
 delete mode 100644 Tests/Succeed/Test155.ML
 delete mode 100644 Tests/Succeed/Test156.ML
 delete mode 100644 Tests/Succeed/Test157.ML
 delete mode 100644 Tests/Succeed/Test158.ML
 delete mode 100644 Tests/Succeed/Test159.ML
 delete mode 100644 basis/ASN1.sml
 rename basis/{FinalPolyML.552.sml => FinalPolyML.551.sml} (79%)
 delete mode 100644 basis/Foreign.sml
 delete mode 100644 basis/ForeignConstants.sml
 delete mode 100644 basis/ForeignMemory.sml
 delete mode 100644 basis/PolyMLException.sml
 copy basis/{PrettyPrinter.sml => PrettyPrinter.551.sml} (70%)
 delete mode 100644 basis/TopLevelPolyML.552.sml
 mode change 100755 => 100644 config.guess
 mode change 100755 => 100644 config.sub
 rename debian/{libpolyml7.install => libpolyml6.install} (100%)
 create mode 100644 debian/patches/arm64.diff
 delete mode 100644 debian/patches/ioctl-int.diff
 create mode 100644 debian/patches/make-check.diff
 create mode 100644 debian/patches/mips.diff
 create mode 100644 debian/patches/mipsel.diff
 create mode 100644 debian/patches/noexec-stack.diff
 create mode 100644 debian/patches/pexport-endian.diff
 create mode 100644 debian/patches/polyc.1-fix.diff
 create mode 100644 debian/patches/ppc64.diff
 delete mode 100644 debian/patches/s390.diff
 delete mode 100644 debian/patches/soft-float-rounding.diff
 delete mode 100644 debian/patches/streamtoken-endian.diff
 delete mode 100644 documentation/IDEProtocol.html
 delete mode 100644 documentation/Overview.html
 delete mode 100644 documentation/Papers/poly/intro.html
 delete mode 100644 documentation/Papers/poly/overview.html
 delete mode 100644 documentation/Papers/poly/polymanual.html
 delete mode 100644 documentation/PrettyPrint.html
 delete mode 100644 documentation/Reference/Basis.html
 delete mode 100644 documentation/Reference/PolyMLCodetree.html
 delete mode 100644 documentation/Reference/PolyMLCompiler.html
 delete mode 100644 documentation/Reference/PolyMLDebug.html
 delete mode 100644 documentation/Reference/PolyMLDebuggerInterface.html
 delete mode 100644 documentation/Reference/PolyMLException.html
 delete mode 100644 documentation/Reference/PolyMLMake.html
 delete mode 100644 documentation/Reference/PolyMLNameSpace.html
 delete mode 100644 documentation/Reference/PolyMLSaveState.html
 delete mode 100644 documentation/Reference/PolyMLStatistics.html
 delete mode 100644 documentation/Reference/PolyMLStructure.html
 delete mode 100644 documentation/Reference/Signal.html
 delete mode 100644 documentation/Reference/SingleAssignment.html
 delete mode 100644 documentation/Reference/Threads.html
 delete mode 100644 documentation/Reference/Universal.html
 delete mode 100644 documentation/Reference/Weak.html
 delete mode 100644 documentation/Reference/XWindows.pdf
 delete mode 100644 documentation/Reference/XWindows.txt
 delete mode 100644 documentation/Reference/docstyle.css
 delete mode 100644 documentation/ReleaseNotes.html
 delete mode 100644 documentation/Tutorials/Appl-1-4.gif
 delete mode 100644 documentation/Tutorials/CInterface.html
 delete mode 100644 documentation/Tutorials/Debugging.html
 delete mode 100644 documentation/Tutorials/Motif.html
 delete mode 100644 documentation/Tutorials/WindowsProgramming.html
 delete mode 100644 documentation/Tutorials/mlEdit.html
 delete mode 100644 documentation/Winref/Bitmap.html
 delete mode 100644 documentation/Winref/Brush.html
 delete mode 100644 documentation/Winref/Button.html
 delete mode 100644 documentation/Winref/Caret.html
 delete mode 100644 documentation/Winref/Class.html
 delete mode 100644 documentation/Winref/Clipboard.html
 delete mode 100644 documentation/Winref/Clipping.html
 delete mode 100644 documentation/Winref/Color.html
 delete mode 100644 documentation/Winref/Combobox.html
 delete mode 100644 documentation/Winref/CommonDialog.html
 delete mode 100644 documentation/Winref/Cursor.html
 delete mode 100644 documentation/Winref/DeviceContext.html
 delete mode 100644 documentation/Winref/Dialog.html
 delete mode 100644 documentation/Winref/DragDrop.html
 delete mode 100644 documentation/Winref/Edit.html
 delete mode 100644 documentation/Winref/Font.html
 delete mode 100644 documentation/Winref/Globals.html
 delete mode 100644 documentation/Winref/Icon.html
 delete mode 100644 documentation/Winref/Keyboard.html
 delete mode 100644 documentation/Winref/Line.html
 delete mode 100644 documentation/Winref/ListBox.html
 delete mode 100644 documentation/Winref/Locale.html
 delete mode 100644 documentation/Winref/Menu.html
 delete mode 100644 documentation/Winref/MessageBox.html
 delete mode 100644 documentation/Winref/Metafile.html
 delete mode 100644 documentation/Winref/Mouse.html
 delete mode 100644 documentation/Winref/Painting.html
 delete mode 100644 documentation/Winref/Path.html
 delete mode 100644 documentation/Winref/Pen.html
 delete mode 100644 documentation/Winref/Printing.html
 delete mode 100644 documentation/Winref/Rectangle.html
 delete mode 100644 documentation/Winref/Reference.html
 delete mode 100644 documentation/Winref/Region.html
 delete mode 100644 documentation/Winref/Resource.html
 delete mode 100644 documentation/Winref/Scrollbar.html
 delete mode 100644 documentation/Winref/Shape.html
 delete mode 100644 documentation/Winref/Static.html
 delete mode 100644 documentation/Winref/Transform.html
 delete mode 100644 documentation/Winref/WinSystem.html
 delete mode 100644 documentation/Winref/Window.html
 delete mode 100644 documentation/main.css
 create mode 100644 interruptpoly/interruptpoly.dsp
 create mode 100644 libffi/libffi.dsp
 mode change 100644 => 100755 libffi/ltmain.sh
 create mode 100644 libpolymain/PolyMainLib.dsp
 create mode 100644 libpolyml/PolyLib.dsp
 delete mode 100644 libpolyml/polyffi.cpp
 delete mode 100644 libpolyml/polyffi.h
 delete mode 100644 mlsource/MLCompiler/COMPILERBODYSIG.sml
 delete mode 100644 mlsource/MLCompiler/CodeTree/CODETREE_LAMBDA_LIFT.sml
 delete mode 100644 mlsource/MLCompiler/DEBUGSIG.ML
 delete mode 100644 mlsource/extra/CInterface/Examples/NewForeignTest.sml
 delete mode 100644 mlsource/extra/Win/MESSAGE.signature.sml
 rename documentation/Winref/Message.html => mlsource/extra/Win/MessageBase.sml (59%)
 copy mlsource/extra/{CInterface/ForeignDebug.ML => Win/Original/ConstType.ML} (92%)
 create mode 100644 mlsource/extra/Win/Original/ConstTypeFct.ML
 copy mlsource/{MLCompiler/PrintTable.ML => extra/Win/Original/CtrlFn.ML} (74%)
 create mode 100644 mlsource/extra/Win/Original/CtrlFnFct.ML
 copy mlsource/{MLCompiler/CodeTree/ByteCode/CodeSeg.ML => extra/Win/Original/Dir.ML} (96%)
 copy mlsource/extra/{CInterface/BehaviourRefsSig.ML => Win/Original/DirFct.ML} (82%)
 copy mlsource/{MLCompiler/CodeTree/ByteCode/CodeSeg.ML => extra/Win/Original/DrawCom.ML} (96%)
 create mode 100644 mlsource/extra/Win/Original/DrawComFct.ML
 copy mlsource/{MLCompiler/CodeTree/ByteCode/CodeSeg.ML => extra/Win/Original/Failure.ML} (92%)
 create mode 100644 mlsource/extra/Win/Original/FailureFct.ML
 copy mlsource/{MLCompiler/CodeTree/X86Code/ml_bind.i386.ML => extra/Win/Original/Gadget.ML} (64%)
 create mode 100644 mlsource/extra/Win/Original/GadgetFct.ML
 create mode 100644 mlsource/extra/Win/Original/GadgetSig.ML
 copy mlsource/{MLCompiler/Boot/ml_bind.ML => extra/Win/Original/GdiFn.ML} (76%)
 create mode 100644 mlsource/extra/Win/Original/GdiFnFct.ML
 copy libpolyml/errors.h => mlsource/extra/Win/Original/Handler.ML (76%)
 create mode 100644 mlsource/extra/Win/Original/HandlerFct.ML
 copy mlsource/{MLCompiler/Boot/ml_bind.ML => extra/Win/Original/ML32Fct.ML} (60%)
 copy mlsource/{MLCompiler/CodeTree/ByteCode/CodeSeg.ML => extra/Win/Original/Macro.ML} (96%)
 create mode 100644 mlsource/extra/Win/Original/MacroFct.ML
 copy basis/SingleAssignment.sml => mlsource/extra/Win/Original/Ml32.ml (51%)
 copy mlsource/{MLCompiler/Boot/ml_bind.ML => extra/Win/Original/MsgFn.ML} (67%)
 create mode 100644 mlsource/extra/Win/Original/MsgFnFct.ML
 copy mlsource/extra/{CInterface/CallWithConv.ML => Win/Original/MsgType.ML} (87%)
 create mode 100644 mlsource/extra/Win/Original/MsgTypefct.ML
 copy mlsource/{MLCompiler/CodeTree/ByteCode/CodeSeg.ML => extra/Win/Original/MsgVal.ML} (96%)
 create mode 100644 mlsource/extra/Win/Original/MsgValFct.ML
 create mode 100644 mlsource/extra/Win/Original/Readme
 copy mlsource/extra/{CInterface/ForeignDebugSig.ML => Win/Original/Type32.ML} (86%)
 create mode 100644 mlsource/extra/Win/Original/Type32Fct.ML
 copy mlsource/{MLCompiler/CodeTree/X86Code/ml_bind.i386.ML => extra/Win/Original/UserFn.ML} (75%)
 copy mlsource/{MLCompiler/CodeTree/ByteCode/CodeSeg.ML => extra/Win/Original/UserFn2.ML} (71%)
 create mode 100644 mlsource/extra/Win/Original/UserFn2Fct.ML
 create mode 100644 mlsource/extra/Win/Original/UserFnFct.ML
 delete mode 100644 samplecode/Networking/HTTPSample.ML
 delete mode 100644 samplecode/PolyML/CodeTree.ML
 delete mode 100644 samplecode/ide/use.sml
 create mode 100644 wininstall/polyicon/polyicon.dsp
 create mode 100644 wininstall/wininstall.dsp
 create mode 100644 wininstall/wininstall.vcxproj
 delete 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