[libmwaw] branch master updated (cb620b3 -> 16fae01)

Rene Engelhard rene at moszumanska.debian.org
Mon Nov 20 00:10:50 UTC 2017


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

rene pushed a change to branch master
in repository libmwaw.

      from  cb620b3   fix libmwaw-tools' description (closes: #868197)
       new  4dc0299   New upstream version 0.3.13
       new  4c77b3b   Merge tag 'upstream/0.3.13'
       new  16fae01   update changelog

The 3 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:
 CHANGES                              |    9 +
 Makefile.in                          |   14 +-
 aclocal.m4                           |   58 +-
 build/Makefile.in                    |   14 +-
 build/win32/Makefile.am              |   32 +-
 build/win32/Makefile.in              |   46 +-
 build/win32/libmwaw.dsp              | 1402 ---------------------
 build/win32/libmwaw.dsw              |   89 --
 build/win32/libmwaw.vcproj           | 1491 -----------------------
 build/win32/libmwaw.vcproj.sln       |   65 -
 build/win32/libmwaw.vcxproj          |  927 --------------
 build/win32/libmwaw.vcxproj.sln      |   50 -
 build/win32/mwaw2csv.dsp             |  106 --
 build/win32/mwaw2csv.vcproj          |  235 ----
 build/win32/mwaw2csv.vcxproj         |  148 ---
 build/win32/mwaw2html.dsp            |  106 --
 build/win32/mwaw2html.vcproj         |  235 ----
 build/win32/mwaw2html.vcxproj        |  148 ---
 build/win32/mwaw2raw.dsp             |  106 --
 build/win32/mwaw2raw.vcproj          |  235 ----
 build/win32/mwaw2raw.vcxproj         |  148 ---
 build/win32/mwaw2svg.dsp             |  106 --
 build/win32/mwaw2svg.vcproj          |  235 ----
 build/win32/mwaw2svg.vcxproj         |  148 ---
 build/win32/mwaw2text.dsp            |  106 --
 build/win32/mwaw2text.vcproj         |  239 ----
 build/win32/mwaw2text.vcxproj        |  148 ---
 build/win32/mwawFile.dsp             |  142 ---
 build/win32/mwawFile.vcproj          |  343 ------
 build/win32/mwawFile.vcxproj         |  177 ---
 build/win32/mwawZip.dsp              |  134 ---
 build/win32/mwawZip.vcproj           |  317 -----
 build/win32/mwawZip.vcxproj          |  170 ---
 config.h.in                          |   24 +-
 configure                            | 2206 ++++++++++++++++++++++++----------
 configure.ac                         |   97 +-
 debian/changelog                     |    8 +
 docs/Makefile.in                     |   14 +-
 docs/doxygen/Makefile.in             |   14 +-
 inc/Makefile.in                      |   14 +-
 inc/libmwaw/MWAWDocument.hxx         |    8 +-
 inc/libmwaw/Makefile.in              |   14 +-
 libmwaw.spec                         |    4 +-
 m4/ax_cxx_compile_stdcxx.m4          |  982 +++++++++++++++
 m4/ax_cxx_compile_stdcxx_11.m4       |   39 +
 m4/ax_gcc_func_attribute.m4          |  226 ++++
 m4/dlp_fallthrough.m4                |   65 +
 src/Makefile.in                      |   14 +-
 src/conv/Makefile.in                 |   14 +-
 src/conv/csv/Makefile.am             |    6 +-
 src/conv/csv/Makefile.in             |   20 +-
 src/conv/csv/mwaw2csv.cpp            |    6 +-
 src/conv/helper/Makefile.am          |    2 +-
 src/conv/helper/Makefile.in          |   16 +-
 src/conv/helper/helper.cpp           |   93 +-
 src/conv/helper/helper.h             |   13 +-
 src/conv/html/Makefile.am            |    6 +-
 src/conv/html/Makefile.in            |   20 +-
 src/conv/html/mwaw2html.cpp          |    6 +-
 src/conv/raw/Makefile.am             |    6 +-
 src/conv/raw/Makefile.in             |   20 +-
 src/conv/raw/mwaw2raw.cpp            |    6 +-
 src/conv/svg/Makefile.am             |    6 +-
 src/conv/svg/Makefile.in             |   20 +-
 src/conv/svg/mwaw2svg.cpp            |    6 +-
 src/conv/text/Makefile.am            |    6 +-
 src/conv/text/Makefile.in            |   20 +-
 src/conv/text/mwaw2text.cpp          |    6 +-
 src/fuzz/Makefile.am                 |    2 +
 src/fuzz/Makefile.in                 |   19 +-
 src/fuzz/actafuzzer.cpp              |    4 +-
 src/fuzz/applepictfuzzer.cpp         |    4 +-
 src/fuzz/beaglewksfuzzer.cpp         |   13 +-
 src/fuzz/clarisdrawfuzzer.cpp        |    4 +-
 src/fuzz/clariswksfuzzer.cpp         |   13 +-
 src/fuzz/cricketdrawfuzzer.cpp       |    4 +-
 src/fuzz/docmkrfuzzer.cpp            |    4 +-
 src/fuzz/edocfuzzer.cpp              |    4 +-
 src/fuzz/freehandfuzzer.cpp          |    4 +-
 src/fuzz/fullwrtfuzzer.cpp           |    4 +-
 src/fuzz/greatwksfuzzer.cpp          |   13 +-
 src/fuzz/hanmacwrdfuzzer.cpp         |    4 +-
 src/fuzz/lightwaytxtfuzzer.cpp       |    4 +-
 src/fuzz/macdocfuzzer.cpp            |    4 +-
 src/fuzz/macdraftfuzzer.cpp          |    4 +-
 src/fuzz/macdrawfuzzer.cpp           |    4 +-
 src/fuzz/macpaintfuzzer.cpp          |    4 +-
 src/fuzz/macwrtfuzzer.cpp            |    4 +-
 src/fuzz/marinerwrtfuzzer.cpp        |    4 +-
 src/fuzz/maxwrtfuzzer.cpp            |    4 +-
 src/fuzz/mindwrtfuzzer.cpp           |    4 +-
 src/fuzz/morefuzzer.cpp              |    4 +-
 src/fuzz/mousewrtfuzzer.cpp          |    4 +-
 src/fuzz/mswksfuzzer.cpp             |   13 +-
 src/fuzz/mswrdfuzzer.cpp             |    4 +-
 src/fuzz/nisuswrtfuzzer.cpp          |    4 +-
 src/fuzz/pixelpaintfuzzer.cpp        |    4 +-
 src/fuzz/powerpointfuzzer.cpp        |    4 +-
 src/fuzz/ragtimefuzzer.cpp           |    4 +-
 src/fuzz/stylefuzzer.cpp             |    4 +-
 src/fuzz/superpaintfuzzer.cpp        |    4 +-
 src/fuzz/teachtxtfuzzer.cpp          |    4 +-
 src/fuzz/wingzfuzzer.cpp             |    4 +-
 src/fuzz/writenowfuzzer.cpp          |    4 +-
 src/fuzz/writerplsfuzzer.cpp         |    4 +-
 src/fuzz/zwrtfuzzer.cpp              |    4 +-
 src/lib/ActaParser.cxx               |  104 +-
 src/lib/ActaParser.hxx               |   16 +-
 src/lib/ActaText.cxx                 |   68 +-
 src/lib/ActaText.hxx                 |    6 +-
 src/lib/ApplePictParser.cxx          |  289 +++--
 src/lib/ApplePictParser.hxx          |   12 +-
 src/lib/BeagleWksBMParser.cxx        |   84 +-
 src/lib/BeagleWksBMParser.hxx        |   14 +-
 src/lib/BeagleWksDBParser.cxx        |  213 ++--
 src/lib/BeagleWksDBParser.hxx        |   16 +-
 src/lib/BeagleWksDRParser.cxx        |  185 +--
 src/lib/BeagleWksDRParser.hxx        |   14 +-
 src/lib/BeagleWksParser.cxx          |   46 +-
 src/lib/BeagleWksParser.hxx          |   16 +-
 src/lib/BeagleWksSSParser.cxx        |  214 ++--
 src/lib/BeagleWksSSParser.hxx        |   16 +-
 src/lib/BeagleWksStructManager.cxx   |   86 +-
 src/lib/BeagleWksStructManager.hxx   |   21 +-
 src/lib/BeagleWksText.cxx            |  127 +-
 src/lib/BeagleWksText.hxx            |   14 +-
 src/lib/ClarisDrawGraph.cxx          |  585 +++++----
 src/lib/ClarisDrawGraph.hxx          |   16 +-
 src/lib/ClarisDrawParser.cxx         |  244 ++--
 src/lib/ClarisDrawParser.hxx         |   20 +-
 src/lib/ClarisDrawStyleManager.cxx   |  445 +++----
 src/lib/ClarisDrawStyleManager.hxx   |    2 +-
 src/lib/ClarisDrawText.cxx           |  208 ++--
 src/lib/ClarisDrawText.hxx           |   10 +-
 src/lib/ClarisWksBMParser.cxx        |   20 +-
 src/lib/ClarisWksBMParser.hxx        |   14 +-
 src/lib/ClarisWksDatabase.cxx        |  271 +++--
 src/lib/ClarisWksDatabase.hxx        |    8 +-
 src/lib/ClarisWksDbaseContent.cxx    |  216 ++--
 src/lib/ClarisWksDbaseContent.hxx    |   25 +-
 src/lib/ClarisWksDocument.cxx        |  630 +++++-----
 src/lib/ClarisWksDocument.hxx        |   45 +-
 src/lib/ClarisWksGraph.cxx           |  860 +++++++------
 src/lib/ClarisWksGraph.hxx           |   29 +-
 src/lib/ClarisWksPRParser.cxx        |   39 +-
 src/lib/ClarisWksPRParser.hxx        |   14 +-
 src/lib/ClarisWksParser.cxx          |   43 +-
 src/lib/ClarisWksParser.hxx          |   14 +-
 src/lib/ClarisWksPresentation.cxx    |  133 +-
 src/lib/ClarisWksPresentation.hxx    |    8 +-
 src/lib/ClarisWksSSParser.cxx        |   39 +-
 src/lib/ClarisWksSSParser.hxx        |   14 +-
 src/lib/ClarisWksSpreadsheet.cxx     |  107 +-
 src/lib/ClarisWksSpreadsheet.hxx     |    8 +-
 src/lib/ClarisWksStruct.cxx          |  173 ++-
 src/lib/ClarisWksStruct.hxx          |   70 +-
 src/lib/ClarisWksStyleManager.cxx    |  508 ++++----
 src/lib/ClarisWksStyleManager.hxx    |   41 +-
 src/lib/ClarisWksTable.cxx           |  278 ++---
 src/lib/ClarisWksTable.hxx           |    8 +-
 src/lib/ClarisWksText.cxx            |  511 ++++----
 src/lib/ClarisWksText.hxx            |   13 +-
 src/lib/CricketDrawParser.cxx        |  158 +--
 src/lib/CricketDrawParser.hxx        |   12 +-
 src/lib/DocMkrParser.cxx             |   84 +-
 src/lib/DocMkrParser.hxx             |   14 +-
 src/lib/DocMkrText.cxx               |  165 +--
 src/lib/DocMkrText.hxx               |    6 +-
 src/lib/EDocParser.cxx               |  116 +-
 src/lib/EDocParser.hxx               |   12 +-
 src/lib/FreeHandParser.cxx           |  391 +++---
 src/lib/FreeHandParser.hxx           |   12 +-
 src/lib/FullWrtGraph.cxx             |  133 +-
 src/lib/FullWrtGraph.hxx             |   10 +-
 src/lib/FullWrtParser.cxx            |  202 ++--
 src/lib/FullWrtParser.hxx            |   16 +-
 src/lib/FullWrtStruct.cxx            |   32 +-
 src/lib/FullWrtStruct.hxx            |   35 +-
 src/lib/FullWrtText.cxx              |  266 ++--
 src/lib/FullWrtText.hxx              |   14 +-
 src/lib/GreatWksBMParser.cxx         |   15 +-
 src/lib/GreatWksBMParser.hxx         |   12 +-
 src/lib/GreatWksDBParser.cxx         |  331 ++---
 src/lib/GreatWksDBParser.hxx         |   16 +-
 src/lib/GreatWksDRParser.cxx         |   21 +-
 src/lib/GreatWksDRParser.hxx         |   14 +-
 src/lib/GreatWksDocument.cxx         |   64 +-
 src/lib/GreatWksDocument.hxx         |   16 +-
 src/lib/GreatWksGraph.cxx            |  372 +++---
 src/lib/GreatWksGraph.hxx            |   10 +-
 src/lib/GreatWksParser.cxx           |   52 +-
 src/lib/GreatWksParser.hxx           |   14 +-
 src/lib/GreatWksSSParser.cxx         |  180 +--
 src/lib/GreatWksSSParser.hxx         |   14 +-
 src/lib/GreatWksText.cxx             |  152 +--
 src/lib/GreatWksText.hxx             |    6 +-
 src/lib/HanMacWrdJGraph.cxx          |  573 ++++-----
 src/lib/HanMacWrdJGraph.hxx          |   42 +-
 src/lib/HanMacWrdJParser.cxx         |  121 +-
 src/lib/HanMacWrdJParser.hxx         |   25 +-
 src/lib/HanMacWrdJText.cxx           |  252 ++--
 src/lib/HanMacWrdJText.hxx           |    6 +-
 src/lib/HanMacWrdKGraph.cxx          |  467 +++----
 src/lib/HanMacWrdKGraph.hxx          |   44 +-
 src/lib/HanMacWrdKParser.cxx         |  157 +--
 src/lib/HanMacWrdKParser.hxx         |   40 +-
 src/lib/HanMacWrdKText.cxx           |  186 +--
 src/lib/HanMacWrdKText.hxx           |   14 +-
 src/lib/LightWayTxtGraph.cxx         |   42 +-
 src/lib/LightWayTxtGraph.hxx         |    6 +-
 src/lib/LightWayTxtParser.cxx        |   95 +-
 src/lib/LightWayTxtParser.hxx        |   16 +-
 src/lib/LightWayTxtText.cxx          |  107 +-
 src/lib/LightWayTxtText.hxx          |    6 +-
 src/lib/MWAWCell.cxx                 |   29 +-
 src/lib/MWAWCell.hxx                 |   54 +-
 src/lib/MWAWChart.cxx                |   86 +-
 src/lib/MWAWChart.hxx                |   18 +-
 src/lib/MWAWDebug.cxx                |   28 +-
 src/lib/MWAWDebug.hxx                |   32 +-
 src/lib/MWAWDocument.cxx             |   78 +-
 src/lib/MWAWEntry.hxx                |   11 +-
 src/lib/MWAWFont.cxx                 |   23 +-
 src/lib/MWAWFont.hxx                 |   51 +-
 src/lib/MWAWFontConverter.cxx        |  156 ++-
 src/lib/MWAWFontConverter.hxx        |    2 +-
 src/lib/MWAWFontSJISConverter.cxx    |   11 +-
 src/lib/MWAWGraphicDecoder.hxx       |   18 +-
 src/lib/MWAWGraphicEncoder.cxx       |    7 +-
 src/lib/MWAWGraphicEncoder.hxx       |  130 +-
 src/lib/MWAWGraphicListener.cxx      |  135 ++-
 src/lib/MWAWGraphicListener.hxx      |  122 +-
 src/lib/MWAWGraphicShape.cxx         |   49 +-
 src/lib/MWAWGraphicShape.hxx         |   22 +-
 src/lib/MWAWGraphicStyle.cxx         |   28 +-
 src/lib/MWAWGraphicStyle.hxx         |   72 +-
 src/lib/MWAWHeader.cxx               |   34 +-
 src/lib/MWAWHeader.hxx               |    6 +-
 src/lib/MWAWInputStream.cxx          |  121 +-
 src/lib/MWAWInputStream.hxx          |   26 +-
 src/lib/MWAWList.cxx                 |   20 +-
 src/lib/MWAWList.hxx                 |   35 +-
 src/lib/MWAWListener.hxx             |   10 +-
 src/lib/MWAWOLEParser.cxx            |  130 +-
 src/lib/MWAWOLEParser.hxx            |    4 +-
 src/lib/MWAWPageSpan.cxx             |   66 +-
 src/lib/MWAWPageSpan.hxx             |    6 +-
 src/lib/MWAWParagraph.cxx            |   52 +-
 src/lib/MWAWParagraph.hxx            |    7 +-
 src/lib/MWAWParser.cxx               |   26 +-
 src/lib/MWAWParser.hxx               |   42 +-
 src/lib/MWAWPict.hxx                 |   10 +-
 src/lib/MWAWPictBitmap.cxx           |    6 +-
 src/lib/MWAWPictBitmap.hxx           |   99 +-
 src/lib/MWAWPictData.cxx             |   12 +-
 src/lib/MWAWPictData.hxx             |   58 +-
 src/lib/MWAWPictMac.cxx              |  129 +-
 src/lib/MWAWPictMac.hxx              |   21 +-
 src/lib/MWAWPosition.hxx             |   21 +-
 src/lib/MWAWPresentationListener.cxx |  114 +-
 src/lib/MWAWPresentationListener.hxx |  122 +-
 src/lib/MWAWPrinter.cxx              |   35 +-
 src/lib/MWAWPrinter.hxx              |    6 +-
 src/lib/MWAWPropertyHandler.cxx      |   19 +-
 src/lib/MWAWPropertyHandler.hxx      |    4 +-
 src/lib/MWAWRSRCParser.cxx           |   55 +-
 src/lib/MWAWRSRCParser.hxx           |   14 +-
 src/lib/MWAWSection.cxx              |    7 +-
 src/lib/MWAWSection.hxx              |   16 +-
 src/lib/MWAWSpreadsheetDecoder.hxx   |   14 +-
 src/lib/MWAWSpreadsheetEncoder.cxx   |    7 +-
 src/lib/MWAWSpreadsheetEncoder.hxx   |  158 +--
 src/lib/MWAWSpreadsheetListener.cxx  |  135 ++-
 src/lib/MWAWSpreadsheetListener.hxx  |  116 +-
 src/lib/MWAWStringStream.cxx         |   27 +-
 src/lib/MWAWStringStream.hxx         |   32 +-
 src/lib/MWAWSubDocument.cxx          |   23 +-
 src/lib/MWAWSubDocument.hxx          |   12 +-
 src/lib/MWAWTable.cxx                |   69 +-
 src/lib/MWAWTable.hxx                |   26 +-
 src/lib/MWAWTextListener.cxx         |  115 +-
 src/lib/MWAWTextListener.hxx         |  120 +-
 src/lib/MacDocParser.cxx             |   79 +-
 src/lib/MacDocParser.hxx             |   13 +-
 src/lib/MacDraft5Parser.cxx          |  391 +++---
 src/lib/MacDraft5Parser.hxx          |   14 +-
 src/lib/MacDraft5StyleManager.cxx    |  153 +--
 src/lib/MacDraft5StyleManager.hxx    |    2 +-
 src/lib/MacDraftParser.cxx           |  192 +--
 src/lib/MacDraftParser.hxx           |   12 +-
 src/lib/MacDrawParser.cxx            |  130 +-
 src/lib/MacDrawParser.hxx            |   12 +-
 src/lib/MacDrawProParser.cxx         |  397 +++---
 src/lib/MacDrawProParser.hxx         |   14 +-
 src/lib/MacDrawProStyleManager.cxx   |  302 ++---
 src/lib/MacDrawProStyleManager.hxx   |    2 +-
 src/lib/MacPaintParser.cxx           |   24 +-
 src/lib/MacPaintParser.hxx           |   12 +-
 src/lib/MacWrtParser.cxx             |  219 ++--
 src/lib/MacWrtParser.hxx             |   12 +-
 src/lib/MacWrtProParser.cxx          |  211 ++--
 src/lib/MacWrtProParser.hxx          |   28 +-
 src/lib/MacWrtProStructures.cxx      |  357 +++---
 src/lib/MacWrtProStructures.hxx      |   14 +-
 src/lib/Makefile.in                  |   14 +-
 src/lib/MarinerWrtGraph.cxx          |  161 +--
 src/lib/MarinerWrtGraph.hxx          |    6 +-
 src/lib/MarinerWrtParser.cxx         |   85 +-
 src/lib/MarinerWrtParser.hxx         |   32 +-
 src/lib/MarinerWrtText.cxx           |  155 ++-
 src/lib/MarinerWrtText.hxx           |    6 +-
 src/lib/MaxWrtParser.cxx             |   41 +-
 src/lib/MaxWrtParser.hxx             |   13 +-
 src/lib/MindWrtParser.cxx            |  199 +--
 src/lib/MindWrtParser.hxx            |   12 +-
 src/lib/MoreParser.cxx               |  133 +-
 src/lib/MoreParser.hxx               |   20 +-
 src/lib/MoreText.cxx                 |  227 ++--
 src/lib/MoreText.hxx                 |    8 +-
 src/lib/MouseWrtParser.cxx           |  102 +-
 src/lib/MouseWrtParser.hxx           |   12 +-
 src/lib/MsWks3Text.cxx               |  142 ++-
 src/lib/MsWks3Text.hxx               |    6 +-
 src/lib/MsWks4Text.cxx               |  291 +++--
 src/lib/MsWks4Text.hxx               |   14 +-
 src/lib/MsWks4Zone.cxx               |  114 +-
 src/lib/MsWks4Zone.hxx               |   12 +-
 src/lib/MsWksDBParser.cxx            |  352 +++---
 src/lib/MsWksDBParser.hxx            |   14 +-
 src/lib/MsWksDRParser.cxx            |   30 +-
 src/lib/MsWksDRParser.hxx            |   14 +-
 src/lib/MsWksDocument.cxx            |  149 ++-
 src/lib/MsWksDocument.hxx            |   29 +-
 src/lib/MsWksGraph.cxx               |  676 ++++++-----
 src/lib/MsWksGraph.hxx               |   26 +-
 src/lib/MsWksParser.cxx              |   32 +-
 src/lib/MsWksParser.hxx              |   14 +-
 src/lib/MsWksSSParser.cxx            |  127 +-
 src/lib/MsWksSSParser.hxx            |   14 +-
 src/lib/MsWksTable.cxx               |  117 +-
 src/lib/MsWksTable.hxx               |    6 +-
 src/lib/MsWrd1Parser.cxx             |  143 ++-
 src/lib/MsWrd1Parser.hxx             |   12 +-
 src/lib/MsWrdParser.cxx              |  265 ++--
 src/lib/MsWrdParser.hxx              |   22 +-
 src/lib/MsWrdStruct.cxx              |   63 +-
 src/lib/MsWrdStruct.hxx              |   76 +-
 src/lib/MsWrdText.cxx                |  289 +++--
 src/lib/MsWrdText.hxx                |   15 +-
 src/lib/MsWrdTextStyles.cxx          |  113 +-
 src/lib/MsWrdTextStyles.hxx          |    6 +-
 src/lib/NisusWrtGraph.cxx            |   92 +-
 src/lib/NisusWrtGraph.hxx            |    6 +-
 src/lib/NisusWrtParser.cxx           |  199 +--
 src/lib/NisusWrtParser.hxx           |   16 +-
 src/lib/NisusWrtStruct.cxx           |   12 +-
 src/lib/NisusWrtStruct.hxx           |   41 +-
 src/lib/NisusWrtText.cxx             |  242 ++--
 src/lib/NisusWrtText.hxx             |   12 +-
 src/lib/PixelPaintParser.cxx         |   72 +-
 src/lib/PixelPaintParser.hxx         |   12 +-
 src/lib/PowerPoint1Parser.cxx        |  278 +++--
 src/lib/PowerPoint1Parser.hxx        |   12 +-
 src/lib/PowerPoint3OLE.cxx           |   34 +-
 src/lib/PowerPoint3OLE.hxx           |    4 +-
 src/lib/PowerPoint3Parser.cxx        |  408 ++++---
 src/lib/PowerPoint3Parser.hxx        |   12 +-
 src/lib/PowerPoint7Graph.cxx         |  311 ++---
 src/lib/PowerPoint7Graph.hxx         |    6 +-
 src/lib/PowerPoint7Parser.cxx        |  127 +-
 src/lib/PowerPoint7Parser.hxx        |   12 +-
 src/lib/PowerPoint7Struct.hxx        |    2 +-
 src/lib/PowerPoint7Text.cxx          |  106 +-
 src/lib/PowerPoint7Text.hxx          |    6 +-
 src/lib/RagTime5Chart.cxx            |  208 ++--
 src/lib/RagTime5Chart.hxx            |   12 +-
 src/lib/RagTime5ClusterManager.cxx   |  245 ++--
 src/lib/RagTime5ClusterManager.hxx   |   84 +-
 src/lib/RagTime5Graph.cxx            |  477 ++++----
 src/lib/RagTime5Graph.hxx            |   10 +-
 src/lib/RagTime5Layout.cxx           |  187 +--
 src/lib/RagTime5Layout.hxx           |   10 +-
 src/lib/RagTime5Parser.cxx           |  354 +++---
 src/lib/RagTime5Parser.hxx           |   52 +-
 src/lib/RagTime5Pipeline.cxx         |  100 +-
 src/lib/RagTime5Pipeline.hxx         |   10 +-
 src/lib/RagTime5Spreadsheet.cxx      |  393 +++---
 src/lib/RagTime5Spreadsheet.hxx      |   12 +-
 src/lib/RagTime5StructManager.cxx    |  104 +-
 src/lib/RagTime5StructManager.hxx    |   99 +-
 src/lib/RagTime5StyleManager.cxx     |  327 +++--
 src/lib/RagTime5StyleManager.hxx     |   79 +-
 src/lib/RagTime5Text.cxx             |  238 ++--
 src/lib/RagTime5Text.hxx             |   12 +-
 src/lib/RagTimeParser.cxx            |  335 +++---
 src/lib/RagTimeParser.hxx            |   16 +-
 src/lib/RagTimeSpreadsheet.cxx       |  305 ++---
 src/lib/RagTimeSpreadsheet.hxx       |    6 +-
 src/lib/RagTimeStruct.cxx            |   12 +-
 src/lib/RagTimeStruct.hxx            |   10 +-
 src/lib/RagTimeText.cxx              |  126 +-
 src/lib/RagTimeText.hxx              |    6 +-
 src/lib/StyleParser.cxx              |  127 +-
 src/lib/StyleParser.hxx              |   13 +-
 src/lib/SuperPaintParser.cxx         |  112 +-
 src/lib/SuperPaintParser.hxx         |   12 +-
 src/lib/TeachTxtParser.cxx           |   48 +-
 src/lib/TeachTxtParser.hxx           |   13 +-
 src/lib/WingzParser.cxx              |  304 ++---
 src/lib/WingzParser.hxx              |   12 +-
 src/lib/WriteNowEntry.hxx            |   19 +-
 src/lib/WriteNowParser.cxx           |   97 +-
 src/lib/WriteNowParser.hxx           |   16 +-
 src/lib/WriteNowText.cxx             |  312 ++---
 src/lib/WriteNowText.hxx             |   12 +-
 src/lib/WriterPlsParser.cxx          |  278 +++--
 src/lib/WriterPlsParser.hxx          |   12 +-
 src/lib/ZWrtParser.cxx               |   54 +-
 src/lib/ZWrtParser.hxx               |   17 +-
 src/lib/ZWrtText.cxx                 |  123 +-
 src/lib/ZWrtText.hxx                 |    6 +-
 src/lib/libmwaw_internal.cxx         |   42 +-
 src/lib/libmwaw_internal.hxx         |  197 +--
 src/tools/Makefile.in                |   14 +-
 src/tools/file/Makefile.in           |   14 +-
 src/tools/file/file.cpp              |   79 +-
 src/tools/file/input.cpp             |   16 +-
 src/tools/file/input.h               |   36 +-
 src/tools/file/ole.cpp               |  133 +-
 src/tools/file/ole.h                 |   61 +-
 src/tools/file/rsrc.cpp              |   38 +-
 src/tools/file/rsrc.h                |   31 +-
 src/tools/file/xattr.cpp             |   24 +-
 src/tools/file/xattr.h               |    3 +-
 src/tools/zip/Makefile.in            |   14 +-
 src/tools/zip/input.cpp              |   16 +-
 src/tools/zip/input.h                |   33 +-
 src/tools/zip/mwawZip.cpp            |   15 +-
 src/tools/zip/xattr.cpp              |   20 +-
 src/tools/zip/xattr.h                |    7 +-
 src/tools/zip/zip.cpp                |   43 +-
 src/tools/zip/zip.h                  |    6 +-
 src/tools/zip/zip_internal.h         |   13 +-
 443 files changed, 20209 insertions(+), 22985 deletions(-)
 delete mode 100644 build/win32/libmwaw.dsp
 delete mode 100644 build/win32/libmwaw.dsw
 delete mode 100644 build/win32/libmwaw.vcproj
 delete mode 100644 build/win32/libmwaw.vcproj.sln
 delete mode 100644 build/win32/libmwaw.vcxproj
 delete mode 100644 build/win32/libmwaw.vcxproj.sln
 delete mode 100644 build/win32/mwaw2csv.dsp
 delete mode 100644 build/win32/mwaw2csv.vcproj
 delete mode 100644 build/win32/mwaw2csv.vcxproj
 delete mode 100644 build/win32/mwaw2html.dsp
 delete mode 100644 build/win32/mwaw2html.vcproj
 delete mode 100644 build/win32/mwaw2html.vcxproj
 delete mode 100644 build/win32/mwaw2raw.dsp
 delete mode 100644 build/win32/mwaw2raw.vcproj
 delete mode 100644 build/win32/mwaw2raw.vcxproj
 delete mode 100644 build/win32/mwaw2svg.dsp
 delete mode 100644 build/win32/mwaw2svg.vcproj
 delete mode 100644 build/win32/mwaw2svg.vcxproj
 delete mode 100644 build/win32/mwaw2text.dsp
 delete mode 100644 build/win32/mwaw2text.vcproj
 delete mode 100644 build/win32/mwaw2text.vcxproj
 delete mode 100644 build/win32/mwawFile.dsp
 delete mode 100644 build/win32/mwawFile.vcproj
 delete mode 100644 build/win32/mwawFile.vcxproj
 delete mode 100644 build/win32/mwawZip.dsp
 delete mode 100644 build/win32/mwawZip.vcproj
 delete mode 100644 build/win32/mwawZip.vcxproj
 create mode 100644 m4/ax_cxx_compile_stdcxx.m4
 create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4
 create mode 100644 m4/ax_gcc_func_attribute.m4
 create mode 100644 m4/dlp_fallthrough.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libmwaw.git



More information about the Pkg-openoffice-commits mailing list